paytabscom / paytabs-ios-library-sample

This repository contains latest static framework (.framework), resources bundle (.bundle), sample apps for both Objective-C and Swift, and documentation to get SDK integrated in the Xcode projects.
MIT License
12 stars 11 forks source link

Apple will not accept app with use UIWebview Control #9

Closed ArvindDangarOpenxcell closed 4 years ago

ArvindDangarOpenxcell commented 4 years ago

hi..

PayTab use AfNetworking library and it will use UIWebView internally so apple will not accept app on the app store so please change dependancy pod-like AfNetworking to Alamofire and make sure other dependancy will not use internally any UIwebview control

Screenshot 2020-01-01 at 11 28 31 AM

cogtea commented 4 years ago

@DangarOpenxcell Thanks for your issue, actually we are using UIWebView for 3d secure pages redirection, and we are planing to replace with WKWebView.

For AfNetworking library, we can avoid by using subspecs https://github.com/AFNetworking/AFNetworking/issues/4428

cogtea commented 4 years ago

@DangarOpenxcell We just updated the repo with a new version for SDK v4.0.3, we replaced UIWebView with WKWebView, please update your app and let us know if you still have any issue.

SDKs: https://github.com/paytabscom/paytabs-ios-library-sample/tree/master/sdk