Titanium JIRA Archive
Appcelerator Modules (MOD)

[MOD-2899] iOS: App is rejecting due to use of private symbol NSStringFromBOOL

GitHub Issuen/a
TypeBug
PriorityCritical
StatusIn QE Test
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
ComponentsHttps
Labelsapp, rejection
ReporterVijay Singh
AssigneeVijay Singh
Created2021-02-09T22:52:54.000+0000
Updated2021-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

Comments

  1. Vijay Singh 2021-02-09

    PR - https://github.com/appcelerator-modules/appcelerator.https/pull/139
  2. Satyam Sekhri 2021-02-10

    FR Passed.

JSON Source