Hi good people please is it possible to create an update and the old users can get a pop up message that requires them to update to the latest version? I want to create an update of my App Help me
Janidu
(Janidu Bimsara)
March 2, 2022, 1:09pm
#2
Search in the community you can find
Firstly we can choose between two kinds of updates …
Immediate and Flexible
Immediate
This update means we can not use our app while updating.
Flexible
We can use our app while updating.
Also our app is updating from Google Play store - That means we can have some delay when we get the update from it (i got 24 hours delay).
And you must change minimal SDK version to 5.0
add In-app Update component (in experimental)
[inapptut1]
As you can see u dont have to do nothing with settings… s…
UpdateMyApp - Extension created on 2020-07-11T18:30:00Z (UTC) and updated on 2020-10-08T18:30:00Z (UTC)
I am an enthusiastic app builder, built many apps and distributed to my friends to test them.
But It becomes so messy, once i made improvements to those apps in the later stages.
I used to send the new versions to my friends and ask them to install the new version to replace the older one.
Many app builders are facing the same problem like mine.
So, i thought that the procedure would b…
How to use In-App Update Component
Note: For In-App Update Component to work you should have uploaded your app to Google Play Store.
A. Check for an update when the screen is initialized:
1. Flexible Update
[Start%20Flexible%20Update]
It will start a flexible update; what that means is your user will be able to use your app while the update will get downloaded in the background.
The update will be either installed when the user restarts the app or by this method given below:
[Install%20Flexi…
These are for update your app
If you only want notification you can make like this
1.Add your version code in firebase database or airtable
2.use blocks when screen intilize get version code in your database then compare that with app version code and if it is grater than existing version code show pop up notification