QtPurchasing
-
Hi all. I use Qt 5.15.2 and QtPurchasing for goolge pay. But from 1 november google update min google pay api version (https://android-developers.googleblog.com/2020/06/meet-google-play-billing-library.html). And now we are can`t update application in store. In Qt 6 QtPurchasing not available. Who faced the problem? How to solve?
-
Qt 6 for Android does not support purchasing and advertising, unfortunately it does not work in libraries that do
-
@unclebenedict the api/targetsdk should be independent from the Qt version you use. You control that via the AndroidManifest file
QtPurchasing was dropped in Qt6 and one is supposed to use the native apis instead of the Qt Wrapper.
There are supposed to be examples for how to do this, but the related ticket:
https://bugreports.qt.io/browse/QTBUG-82847is still work in progress 🤷♂️
So, coming soon ™️