IOS and Android in-app subscriptions
-
We're using QT for the development of our IOS and Android. We offer to our users in-app purchases and subscriptions. The in-app purchases (single product) works fine. But the subscriptions don't work. They don't auto-renew. Does anyone have a solution for this? Is there a plugin/api for this?
-
Hi and welcome to devnet,
What are you using for your in app purchase management ?
-
We're using QT for the development of our IOS and Android. We offer to our users in-app purchases and subscriptions. The in-app purchases (single product) works fine. But the subscriptions don't work. They don't auto-renew. Does anyone have a solution for this? Is there a plugin/api for this?
@DanSydney here's the related bug report/feature request:
https://bugreports.qt.io/browse/QTBUG-49606Changes of reasonable timely implementation, very low.
Sadly the QtCompanies interest in mobile development is very low, because not much money can be made (for them) there.Take this bug report:
https://bugreports.qt.io/browse/QTBUG-71590
Since August first no new App can be published in the PlayStore that is made with Qt, there's a fix, but its not published yet, and 3 weeks late anyway.
š¤¬š¤¬
....Back to the topic:
You will have to do the low level grunt work in java/objective-c yourself.Feel free to share it with the community, should you do it š¬