What to use for mac/win Qt Widgets in-app purchases?
-
What do you all use? Note this is for Widgets, not QML, and it's for mac/windows, not android, and not the mac app store.
I would LIKE to enable Paypal payments / subscriptions, and do it in-app, NOT on a web site. but how?
-
What do you all use? Note this is for Widgets, not QML, and it's for mac/windows, not android, and not the mac app store.
I would LIKE to enable Paypal payments / subscriptions, and do it in-app, NOT on a web site. but how?
@davecotter said in What to use for mac/win Qt Widgets in-app purchases?:
I would LIKE to enable Paypal payments / subscriptions, and do it in-app, NOT on a web site. but how?
use the Paypal REST Api or open a QtWebEngine in your application which handles the paypal communication and it's display.
The REST API doesnt come with a C++ api though, you would have to implement it yourself using QNetworkAccessManager and QtNetworkAuthorization modules.