Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Don't notify about update available on Play Store builds until the build has been approved and have started rolling out #23

Open
xyzianz opened this issue Feb 19, 2025 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@xyzianz
Copy link

xyzianz commented Feb 19, 2025

Right now, on Play Store builds, the app update notification service is somewhat annoying. It notifies the user when there is a new release available to download (sans Google play services) from GitHub. Which can often be days or even weeks ahead of general play store availability. (I assume this is because of long wait times to get updates approved on Play Store.)

The Play Store builds should switch notification backend to the Play Service Core library com.google.android.play:app-update and use the AppUppdateManager instead.

@xyzianz xyzianz added the bug Something isn't working label Feb 19, 2025
@Stjin
Copy link
Member

Stjin commented Feb 19, 2025

Hi,

The update is already rolling out in a staged way.

I refrain from using Google Play services when not necessary (with the exception of the Wearable API's)

But since you're using Google Play, why not disable the update notifications? You'll get the update as soon as it's available for you (assuming you have automatic updates enabled)

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants