You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not all users have "automatic app updates" turned on in their app store settings. In order to inform users about the availability of a new version, a simple request to a hard-coded static URL (for example against /releases) can be executed on app launch to check for a new version. If there's a new version available, the user should be teased to update.
Motivation
Keep users up-to-date with the latest version.
Requirements
decide on a "releases" or "version" endpoint (stable, metadata)
Description
Not all users have "automatic app updates" turned on in their app store settings. In order to inform users about the availability of a new version, a simple request to a hard-coded static URL (for example against /releases) can be executed on app launch to check for a new version. If there's a new version available, the user should be teased to update.
Motivation
Keep users up-to-date with the latest version.
Requirements
Open Questions
No response
Are you planning to contribute this in a PR?
Yes
The text was updated successfully, but these errors were encountered: