You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2022/08/18 14:14:26 UTC

[GitHub] [cordova-ios] breautek commented on issue #1247: Unable to load the thewebview , cordova pliugin might cause this to kill it with error code (NSURLErrorDomainError-999)

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: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org