Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to restrict who can download my app in google play store? [closed]

I've developed an enterprise android app which targets specific set of users. Is there a way to restrict the app not to be downloadable by other persons. Something like asking for a password before downloading the app, so that I can distribute the password to my specific app users.

like image 572
karthik.zorfy Avatar asked Feb 09 '23 11:02

karthik.zorfy


1 Answers

You can use play store private channel feature which allows you to control which users or user groups can download the apps. Please have a read.

like image 199
Don Chakkappan Avatar answered Feb 10 '23 23:02

Don Chakkappan