“You can’t rollout this release because it doesn’t allow any existing users to upgrade to the newly added APKs.”
please help me
CJcorp
(Asit)
September 20, 2020, 6:24pm
#2
Have you changed the package name
I have not changed the package name
CJcorp
(Asit)
September 22, 2020, 5:00pm
#4
Or change firebase URL , tags or API
1 Like
I haven’t used any of these things in the app
CJcorp
(Asit)
September 22, 2020, 5:05pm
#6
So what have you used in your app so your existing users get the latest updates
I made this a book app. In the first version, many characters were typed incorrectly. A new version was created by correcting them
CJcorp
(Asit)
September 22, 2020, 5:31pm
#8
I am asking a different question and you are answered a different question
CJcorp
(Asit)
September 22, 2020, 5:34pm
#10
Are you used any data base to provide updates to user in your old app
CJcorp
(Asit)
September 22, 2020, 5:43pm
#12
That’s why you are getting the error
Go through this guide this will help you
Update system type 1
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…
Update system type 2
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…
Sonam_Gupta
(Sonam Gupta)
September 22, 2020, 5:50pm
#13
Change your version code and increase it
Like from 1 to 1.1
1 Like
asimjib93
(Asim Jib)
September 22, 2020, 7:23pm
#14
@Sonam_Gupta 's reply should fix the issue. You can’t rollout same version twice.
Yes.
Sonam_Gupta:
Like from 1 to 1.1
No . What is the version code of the previous app and what is the version code of the current app?
The version of the current app must be higher than the previous app.
So if the version code of the previous app was 53, the current one must be at least 54.
asimjib93
(Asim Jib)
September 23, 2020, 7:13am
#16
I forgot to change version code of one app on last rollout. It’s live on store.
1 Like
Is there any other Internal Test
, Alpha
or Beta track
?
Thank you all very much. My problem is solved
gautamsamrat2:
My problem is solved
Fine, but tell us what the problem was so that others can learn from it.