findmate / cordova-plugin-jitsi-meet

Cordova plugin for jitsi meet react native sdk
17 stars 21 forks source link

Apple store rejected my because of my jitsi plugin is using UIWebView which is no longer accepted by apple. Please solve this issue #24

Open varaprasadreddy9676 opened 3 years ago

varaprasadreddy9676 commented 3 years ago

Dear Developer,

We identified one or more issues with a recent delivery for your app, "***" 1.5.3 (5). Please correct the following issues, then upload again.

ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability. Learn more (https://developer.apple.com/documentation/uikit/uiwebview).

Best regards,

The App Store Team

Zeno97 commented 3 years ago

Apple is not telling this plugin is using uiwebview. You should ensure to use cordova 10 and recursively search in source code "WKWebView" by a grep if you are using linux otherwise something similar.