Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is Android's equivalent to Apple's b2b program?

Tags:

Here are a couple of other ways to ask this question: What is Android's equivalent to Apple's vpp (volume purchase program)? What is Google Play's equivalent to Apple's vpp (volume purchase program)?

Right now I am distributing apps using Apple's b2b program that allows me to restrict who can download an app. I give the user a unique URL, from that URL they are able to download one copy of my app.

I would like to do the same thing using Google Play.

I want to distribute using Google Play rather than downloading off my site because I do not want to have the user be bothered with changing their setup to allow downloading from unknown sources.

Google has something called "Private Channel" http://support.google.com/a/bin/answer.py?hl=en&answer=2494992 . From reading the documentation it seems that this program is targeted for companies that are in control of their user's email addresses.

I need to handout download codes to users with existing accounts that I do not control.

like image 680
Be Kind To New Users Avatar asked Dec 29 '12 02:12

Be Kind To New Users


People also ask

What is Apple B2B?

The custom B2B App store allows you to offer custom B2B apps directly to business customers who have a Volume Purchase Program account. Custom B2B apps are created to provide a unique solution that addresses specific business objectives.

Does Apple make Android apps?

For a company known for its exclusive, tightly integrated hardware and software, Apple sure is making a lot of Android apps. Apple Music, Apple TV, Beats, AirTags support, and FaceTime video calls in the browser—all these are Apple apps running on Android devices.


1 Answers

I needed to revisit this issue for a new app: I talked to Google: it does not violate their rules to use the Beta program for doing this. That is: I can either list all of the email addresses that will access the app in the beta program, create a link that if someone has that link they can download the app, or create a google group that anyone in that group can access the app.

For my use case I am going to use the google group so that someone else can manage the members of the group.

like image 188
Be Kind To New Users Avatar answered Oct 24 '22 13:10

Be Kind To New Users