mkraenz / you-are-awesome-app

Community-driven motivational quotes. Every day you receive an awesome message from a grateful person around the globe. Share your own gratitude by contributing awesome quotes yourself.
https://play.google.com/store/apps/details?id=eu.kraenz.youareawesomeapp
1 stars 0 forks source link

Rebuild and republish to Google Playstore #553

Closed mkraenz closed 3 years ago

mkraenz commented 3 years ago

Background

Having removed old endpoints for push notifications a freshly installed app might fail to load the newest JS files (e.g. if a user installs the app, switches off internet access, and then starts the app). This case would result in the app trying to use the old, non-existent endpoints which will of course fail.

To ensure we always use the new endpoints, rebuilt and republish to Google Playstore.

Acceptance criteria