-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Indicate whether an app is bought or not #396
Comments
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. |
Expected behaviour
When an app is not bought:
Actual behaviour
In my test I could click on "Download", but it more or less did not start the download. Just canceled it without any feedback.
Steps to reproduce
Info about your device
LineageOS 14.1/Android 7
The text was updated successfully, but these errors were encountered: