Getting UIWebview api deprecation message after adding PayPal pod in my iOS app

核能气质少年 提交于 2021-02-17 05:25:43

问题


I was building an iOS app and on a specific build version I added PayPal pod. Then when I submitted that app for test-flight, I got a UIWebview API Deprecation message

ITMS - 90809

I am using pod 'PayPal-iOS-SDK' for paypal integration

So what can I do to resolve this, and will it create any problem for successful app submission?


回答1:


It appears you are using a deprecated PayPal mobile SDK that is no longer supported for new integrations

If you need a native SDK, PayPal Express Checkout via the Braintree Mobile SDK is supported




回答2:


In the PayPal Website, they were saying to Use Xcode 7+ and iOS 9+ Base SDK.

In Apple documents https://developer.apple.com/documentation/uikit/uiwebview you can see that, its deprecated with iOS 12.

So Intimate them about this. With the documentation of Paypal in the see also area there is a link to https://github.com/braintree/braintree_ios/tree/master/BraintreePayPal. While checking its showing recently updated, please check the same and try to integrate it.



来源:https://stackoverflow.com/questions/60439168/getting-uiwebview-api-deprecation-message-after-adding-paypal-pod-in-my-ios-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!