Is it possible to deploy debug APKs on the play store?
Asked Answered
M

3

7

I'd like to publish debug versions of my app to the Google Play Store for alpha/beta testing

  • would have a different package name than the production app
  • would never be published to the production channel, alpha/beta channels only

The idea would be that I could distribute fake, dev, staging applications alongside our prod application

Motherinlaw answered 17/5, 2016 at 19:2 Comment(2)
This question is off-topic for Stack Overflow and may be removed. Please see this official list of topics that Stack Overflow deems on-topicBeaudry
This is kinda off topic, I agree, but I don't mind giving general advice, I much more mind stupid questions with zero programming skill involved (e.g. 'help me find a bug in my for loop'). This is actually a valid question.Abrupt
A
6

The answer to your question is no.

As per the alternatives:

The only way to test your debug version is to generate an apk and send it to your friends in some way and have them install it on their phones or to physically connect their phones and install the app on them

Abrupt answered 17/5, 2016 at 20:59 Comment(0)
C
1

No, you can't.

Please read the developer agreement to get the details.

Cheeky answered 17/5, 2016 at 19:27 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.