Search code examples
iosswiftpaypalcocoapodsapp-store-connect

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


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?

enter image description here


Solution

  • 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