paytm / Paytm_Payments_iOS_Sample_Apps

MIT License
0 stars 2 forks source link

AppStore Upload Issue - ITMS-90809: Deprecated API Usage #2

Closed chandreshpanchasara closed 3 years ago

chandreshpanchasara commented 4 years ago

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).

https://github.com/paytm/Paytm_Payments_iOS_Sample_Apps/tree/master/ObjC

chandreshpanchasara commented 3 years ago

Hello guys,

This is really serious issue. Payment related features are on hold due to that. New app can not be submitted to Apple (They are quickly rejecting the upload) and they will discontinue support of older app too after December.

Please update UIWebView to WKWebView related scripts in the binary library.

soumyavats commented 3 years ago

Hi we have already made changes in swift PFB link -https://github.com/paytm/Paytm_Payments_iOS_Sample_Apps/tree/master/Swift/Swift%205

Objc framework is deprecated thats why we have not updated that and the updated framework is available in the swift 5 folder.

Please implement the framework available in the swift 5 folder.

chandreshpanchasara commented 3 years ago

Thank you.

It't working!