Tap-Payments / goSellSDK-iOS

goSell iOS SDK
MIT License
19 stars 20 forks source link

UIWeView are not accepted in iOS App Store any more. #39

Open mushtaque87 opened 3 years ago

mushtaque87 commented 3 years ago

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.

Screen Shot 2020-12-01 at 12 45 17 PM