iOS SDK 3.7.0 regresses UIWebView deprecation
After upgrading to Pendo iOS SDK 3.7.0, Apple is rejecting our uploads with the following message:
Please correct the following issues and upload a new binary to App Store Connect.
ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability.
Downgrading to Pendo iOS SDK 3.6.3 allows us to upload builds successfully.
A simple "grep -r" confirms that the 3.7.0 SDK has a baked-in reference to UIWebView in the (binary) Pendo.framework/Pendo file.
0
コメント
Hello Stephen and thanks for your post.
We saw this issue and already have release a fix for it. since this was blocking posting to AppStore, we have overriden the last version of 3.7.0.
To fetch it, please run:
and make sure the right version was fetched - 3.7.0.9334.
サインインしてコメントを残してください。