Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198
PrivateFrameworks: Difference between revisions - iPhone Development Wiki

PrivateFrameworks: Difference between revisions

From iPhone Development Wiki
(Reword slightly.)
No edit summary
Line 1: Line 1:
Private frameworks are [[frameworks]] which Apple intends for use only by Apple's own apps. Private frameworks are more unstable than public frameworks between iOS version updates, but many of the interesting features of iOS are in the private frameworks.
Private frameworks are [[frameworks]] which Apple intends for use only by Apple's own apps. Private frameworks are more unstable than public frameworks between iOS version updates, but many of the interesting features of iOS are in the private frameworks. They are more likely to change between iOS versions, so make sure you check which version of iOS your code is running on.


Attempting to use private frameworks in an App Store app will result in rejection of that application.
Attempting to use private frameworks in an App Store app will result in rejection of that application.

Revision as of 01:15, 10 October 2013

Private frameworks are frameworks which Apple intends for use only by Apple's own apps. Private frameworks are more unstable than public frameworks between iOS version updates, but many of the interesting features of iOS are in the private frameworks. They are more likely to change between iOS versions, so make sure you check which version of iOS your code is running on.

Attempting to use private frameworks in an App Store app will result in rejection of that application.