We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We submitted our app in app store and we got this message back from app store review team
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).
Our Project is a ReactNative project which includes latest goSellSDK in the Pod file
pod 'goSellSDK'
On analysis we found that TapAdditionskitV2 have a class // UIWebView+Additions.swift which has a UIWebView extension.
We suspect this could be the reason . Can you please help us resolve this issue.
Also I can see - TapAdditionsKitV2 (0.0.5). in Podfile.lock whereas the latest version is 0.0.7. Why the latest version is not pulled from cocoapods.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We submitted our app in app store and we got this message back from app store review team
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).
Our Project is a ReactNative project which includes latest goSellSDK in the Pod file
pod 'goSellSDK'
On analysis we found that TapAdditionskitV2 have a class // UIWebView+Additions.swift
which has a UIWebView extension.
We suspect this could be the reason . Can you please help us resolve this issue.
Also I can see - TapAdditionsKitV2 (0.0.5). in Podfile.lock whereas the latest version is 0.0.7. Why the latest version is not pulled from cocoapods.
The text was updated successfully, but these errors were encountered: