I need to show updater screen to user every time new version released.
For Android, need to show two button, one for play store download button and one for apk download from external. For iOS, only a button to download from app store.
- how can I check, if there is new version released.
- how to download and automatically install apk on android.
CodePudding user response:
new_version: ^0.3.0
New Version Plugin