[MOD-2899] iOS: App is rejecting due to use of private symbol NSStringFromBOOL
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | In QE Test |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Https |
Labels | app, rejection |
Reporter | Vijay Singh |
Assignee | Vijay Singh |
Created | 2021-02-09T22:52:54.000+0000 |
Updated | 2021-05-17T16:32:18.000+0000 |
Description
One of customer got App rejection due to use of private symbol NSStringFromBOOL. This is getting used in appcelerator.https module. Remove that function.
Apple rejection statement -
ITMS-90338: Non-public API usage - The app references non-public symbols in 'App Name': _NSStringFromBOOL. If method names in your source code match the private Apple APIs listed above, altering your method names will help prevent this app from being flagged in future submissions. In addition, note that one or more of the above APIs may be located in a static library that was included with your app. If so, they must be removed. For further information, visit the Technical Support Information at http://developer.apple.com/support/technical/
Best regards,
The App Store Team
PR - https://github.com/appcelerator-modules/appcelerator.https/pull/139
FR Passed.