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
(better description)
No edit summary
(One intermediate revision by the same user not shown)
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 means that Apple will reject that app.
Attempting to use private frameworks in an App Store app will result in rejection of that application.


{{Navbox Frameworks}}
{{Navbox Frameworks}}
{{Navbox Library}}
{{Navbox Library}}
[[Category:Directories in /System/Library]]
[[Category:Directories in /System/Library]]

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.