Tap-Payments / goSellSDK-iOS

goSell iOS SDK
MIT License
20 stars 22 forks source link

It contains UIWebView which is not allowed to be uploaded to App Store #37

Closed Dev-Khaled closed 3 years ago

Dev-Khaled commented 3 years ago

The library contains reference to UIWebView, and Apple does not allow apps to be uploaded to the app store with UIWebView, you must use WKWebView instead

OsamaRabie commented 3 years ago

Please just run pod update. A sub library called TapAdditionsKitV2 will be updated with UIWebView replaces by WKWebView