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.
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.
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