google / play-work

Apache License 2.0
85 stars 42 forks source link

No information on how to upload the externally-hosted APK definition file #25

Open hsolg opened 7 years ago

hsolg commented 7 years ago

I can generate an APK definition file successfully, but I can not find any information here or anywhere else on how to upload this file to the Google Play Console.

hdurer commented 7 years ago

Indeed this seems to be poorly documented (it is a very obscure and little used feature). There is a support article that you may want to check out.

I believe the following should work though:

Also have a look at blog post and the developers documentation for publishing via an API.

hsolg commented 7 years ago

Thank you very much for the response! I don't have access to the admin console though, because I don't have a G Suite account. And I don't get a checkbox when I target the app privately for an organization. I also had a chat session today with Google developer support and they claimed it was impossible to self-host an app in this way. But publishing via an API as you mention at the end seems like a more promising option. I will try that instead.