When an app is not bought:
In my test I could click on "Download", but it more or less did not start the download. Just canceled it without any feedback.
LineageOS 14.1/Android 7
This can probably be done.
I don't have paid apps on any of my accounts. I can build you a modified apk which would most likely detect if the app is bought. Would you be willing to test it?
Yeah, I can test it.
@rugk Done. "Download" button should become "Buy" button on non-purchased paid apps, if my guess is right. Tapping it should show an app chooser for the paid app url to let the user choose between a browser and the play store app. I didn't bother with the long-press menu or anything else, lets test it first.
Thanks in advance.
Cannot install it as I've installed the official version from f-Droid. Can you provide a build with a different package name, so I can install it side by side?
Unfortunately, this has to be rolled back. The implementation I made is not reliable enough. Most likely, Play Store app operates on an assumption that it either buys all the apps itself, or gets push notifications when the apps are bought. Yalp Store can not do that. Checking if the app is purchased by attempting a download every time is not a good solution.