EddyVerbruggen / Insomnia-PhoneGap-Plugin

:sleepy: Prevent the screen of the mobile device from falling asleep
264 stars 106 forks source link

Unable to submit app to App Store #57

Closed bushev closed 4 years ago

bushev commented 4 years ago

ITMS-90338: Non-public API usage - The app references non-public selectors in *: _setAlwaysRunsAtForegroundPriority**:, zipArchiveDidUnzipFileAtIndex:totalFiles:archivePath:unzippedFilePath:, zipArchiveProgressEvent:total:. 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/

EddyVerbruggen commented 4 years ago

Looking at the source code this plugin doesn't use private API's.