Reputation: 128
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
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