GooglePlay: update application and permissions

I have an app on Google. I updated the application and requested new permissions. New permissions require the user to agree to update the application. Therefore, the update does not happen automatically.

Appendix 1.0 - 3 Permissions Appendix 1.1 - 4 Permissions

I want to create a technical update with lower permissions, but a notification for the update. and instantly replace it with a regular update

application 1.2 - 3 permissions 1-5 minutes later applications 1.3 - 4 permissions

Will it work, since I want to update users using application 1.0 using application 1.2 and other users with application 1.3

application 1.2 will ask the user to upgrade to version 1.3

In theory, it should work, but in practice not

+4
source share
1 answer

By default, there is only 1 active assembly.

But if you click the "Move to Prod" button, you will get a second active build.

Google play screenshot

+4
source

Source: https://habr.com/ru/post/1498154/


All Articles