josnav Member Licensed User Longtime User Jul 25, 2016 #1 Hi, I need to put in my iOS app a credit card and paypal payment system so, is there any library or sample using a webview to do it? Paypal has this https://github.com/paypal/PayPal-iOS-SDK Thanks in advanced
Hi, I need to put in my iOS app a credit card and paypal payment system so, is there any library or sample using a webview to do it? Paypal has this https://github.com/paypal/PayPal-iOS-SDK Thanks in advanced
Erel B4X founder Staff member Licensed User Longtime User Jul 26, 2016 #2 Make sure to check the App Store terms about non-IAP payments. Using WebView should be simple. Example: B4X: WebView1.LoadHtml($" <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=xxxxxxxx">Buy Now</a> "$) Upvote 0
Make sure to check the App Store terms about non-IAP payments. Using WebView should be simple. Example: B4X: WebView1.LoadHtml($" <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=xxxxxxxx">Buy Now</a> "$)