tolu360 / cordova-plugin-paystack

This plugin allows to add Paystack Payments to your application using Paystack Native Mobile SDKs for Android & iOS
Other
34 stars 16 forks source link

IOS Rejection based on UIWEBview - ITMS-90809: Deprecated API #41

Open frankiedon232 opened 4 years ago

frankiedon232 commented 4 years ago

IOS no longer supports this plugin based on the fact that the plugin still dwells in UIWebview instead of wkwebview.

If you are using this plugin apple will throw your app out in no time.

Existing applications in app store will no longer be served.

The rejection terms is: ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs . See https://developer.apple.com/documentation/uikit/uiwebview for more information.

Well, they have already stopped accepting apps with UIWEbview and my app used this plugin and for that reason, it was rejected and existing app are already getting out of app store.

If your application uses wkwebview thats fine, but if you are using this plugin it will be rejected until this plugin is changes to use wkwebview.

codegreenie commented 3 years ago

Willyou release a new version that supports WKWebview?