Lily
(Lily)
February 19, 2020, 9:21am
#1
Hello great Kodulars I have an app on Play store I have used two methods which I thought they could work but unfortunately none of them worked for me.
See the app is on play store and it needs updates but the methods I have used they are not forcing or calling the popup dialog.
Here are the blocks for the common suggested method. I at first I used this method when it failed i deleted it and used the second method
Method 1
Here is the method I tried to implement but it also didn’t work.
After Method 1 failed I deleted it then used this 2 method
Method 2
Please help me with your new advanced method
Do not make the user use the app if update is available
Suggestion: I always leave screen1 for updates, Checking network connection etc
Lily
(Lily)
February 19, 2020, 12:01pm
#4
Hello @sonumohammad333 are you asking or answering?
Lily
(Lily)
February 19, 2020, 12:02pm
#5
Hell @sonumohammad333 can you answer my question if you know the advanced method apart from what I have already used?
Lily
(Lily)
February 19, 2020, 12:41pm
#7
Lily
(Lily)
February 19, 2020, 12:45pm
#9
so this is not needed then?
ImranTariq
(Imran Tariq)
February 19, 2020, 12:47pm
#10
as they said, i think there is no need so try, maybe helps,
Mateja
(Mateja)
February 19, 2020, 12:47pm
#11
Store the newest version code in a database, then when the user opens the app, check if newest version code > current version code on the device. If yes, redirect them to update.
2 Likes
Lily
(Lily)
February 19, 2020, 1:16pm
#12
how, can you show the blocks which will detect from playstore?
vknow360
(Sunny Gupta)
February 19, 2020, 1:17pm
#13
I think you should use Version Name
instead of Version Code
here:
For more you can read this:
I recently saw a lot of posts about ’ how to update app automatically ’ or ’ best method to show new update '.
So I think to create a Guide on this.I do no know whether it is useful or not but I think it is good to share some knowledge.
Components
You will need some components before getting started.I have used:
Button
Label
Notifier
Custom Tab
Package
Firebase Database
Note:- You can also make your app without some of these components but then you have to use your own logic.
How it look…
2 Likes
Lily
(Lily)
February 19, 2020, 4:24pm
#14
Hello everyone , thank you for your help and any suggestion you gave.
I real appreciate all @sonumohammad333 , @ImranTariq , @Mateja and @vknow360 who contributed on this post I real Appreciate your time
Finaly I have got a best solution by using Firebase here are the blocks how I set them and I can change the version code through Firebase and force the app to get updates.
3 Likes
system
(system)
Closed
March 20, 2020, 4:24pm
#15
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.