liqpay / sdk-ios

LiqPay IOS sdk
9 stars 6 forks source link

Use of deprecated Apple "UIWebView" APIs #10

Open matteolongeri-ovolab opened 5 years ago

matteolongeri-ovolab commented 5 years ago

After submitting an application that uses the Liqpay SDK to the App Store Connect, I received an e-mail from Apple that contains this warning:

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.

Since the application codebase does not use any UIWebView APIs, I have analyzed the Liqpay SDK with nm command and I have found out that it uses these deprecated APIs. It must be fixed in order to avoid rejection by Apple in the future.

matteolongeri-ovolab commented 4 years ago

Is there any update about this? Now there is an official deadline published by Apple.