breautek commented on issue #1247: URL: https://github.com/apache/cordova-ios/issues/1247#issuecomment-1219547234
It looks like you're hosting your cordova app assets remotely (e.g. your cordova web assets aren't bundled within the app itself). If this is the case, using cordova plugins that exposes the native device APIs isn't supported. When code is not embedded in the binary, the app may only use standard WebKit features/APIs and must not attempt to extend or expose native platform APIs, according to Section 4.7 & 4.7.1 of the [Apple App Store](https://developer.apple.com/app-store/review/guidelines/#third-party-software) policies. Can you confirm that is your case? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
