breautek commented on issue #854: URL: https://github.com/apache/cordova-ios/issues/854#issuecomment-629816408
Not sure how to do it efficiently. I know several people just remove plugins and do a test upload to the itunes connect to see if they get an email, but I understand that this isn't really an ideal way of determining if your app is WKWebView compliant. Also their plugins are deprecated because the PayPal sdk is deprecated. This doesn't proof that the paypal plugin or its SDKs are using `UIWebView` but if they were using it, then chances are they haven't refactored, since the notice was added 16 months ago. Their deprecation notice states: > Important: PayPal Mobile SDKs are Deprecated. The APIs powering them will remain operational long enough for merchants to migrate, but the SDKs themselves will no longer be updated. Please use Braintree Direct in supported countries. In other countries, use Express Checkout and choose the Braintree SDK integration option. I also notice they include pre-compiled library files, so it is possible they are referencing `UIWebView` but aren't finding in xcode because the references are packed inside these binaries. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
