We’re planning to write an app with a Shopping Basket and Checkout. This leaves the Payment.
We’ve come up with a few options, but I’d like to check with you whether they are viable, and if you have experience with this and could suggest something Corona-compatible. Listed in order of preference:
-
In-app purchase for the respective app store. Will this require native code, and will the app stores take a cut of the sales?
-
Klarna on Demand has native IOS and Android sources. Is it easy to turn them into a plugin? Will we need an upgraded Corona plan?
-
They also have a web API. Is native Web View support good enough today that we could keep the user in the app and run a web app that we write? This type of web app would likely be more complex than, you know, “a normal website with some Javascript and responsive design”.
-
In checkout, the user taps a button that opens a normal web-based checkout in the default browser on the device.
Which option is the least hassle and most reliable? We would listen to better suggestions that in your experience are preferable.