emett
emett

Reputation: 128

Does Google Play Apps Testing work?

I am trying to test an android app.

I've uploaded an APK to the "Alpha" section, but the given link returns error 500:

"Share the following link with your testers: https://play.google.com/apps/testing/program".

The Beta version returns the same error.

Of course, my app is already published but only as Alpha version.

Does someone have a workaround for this? Or I must publish a working version on Google Play first? Or there is another problem of the "Error 500" for testing link?

Upvotes: 1

Views: 1670

Answers (1)

mike47
mike47

Reputation: 2264

From Google's Developer Help Center (https://support.google.com/googleplay/android-developer/answer/3131213?hl=en):

"It may take up to 24 hours after publishing for the test link to become active."

Also, standard Android package names are in the form of com.[developer].[program]; not com.[program] -- that would cause issues.

Upvotes: 1

Related Questions