Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Play Developer Console: grant read access to single app

Is it possible in the Google Play Developer Console to grant READ ONLY access to a user for a single application?

By default, if a new user is added to the account and no permissions are granted, the new user gets read access to ALL applications.

Note that I am not asking about how to grant the various writing permissions on a per-app basis: I am asking about how to remove the reading permission for all apps.

like image 851
Marco Piccolino Avatar asked Oct 19 '22 09:10

Marco Piccolino


1 Answers

Old question but the accepted answer is incorrect, perhaps outdated.

When inviting a new user, deselect all permissions from the 'global' column, and then using the drop-down list to add columns for individual apps you can add specific permissions for specific apps.

For example, you can give only read access for only one app, which I believe is what you would like to do.

like image 168
lockstock Avatar answered Oct 31 '22 13:10

lockstock