Created
September 28, 2020 12:38
-
-
Save Nimrodda/4946abf5a9af74de4b652aa2ade21016 to your computer and use it in GitHub Desktop.
Google Play Internal App Sharing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* To test in-app updates the app must be released at least once before to any track | |
* The application ID must match, but the signature doesn't since Play Store has its own signature for apps shared via Internal App Sharing links | |
* If the app has custom country availability, which happens to not include the country of the tester, a new track must be create | |
with a custom country availability that includes also the country of the tester. In case this is not followed, the tester will | |
see an error related to purchase not available in his country. | |
* When using test tracks, the testers Google account must be in the testers list and they must opt-in. | |
* Upload the test build to https://play.google.com/console/internal-app-sharing | |
* The tester must download and install the app at least once from the Internal App Sharing before testing in-app update | |
* Once the app is installed at least once, the tester should open the new link, but not install the update from there. Instead | |
he should navigate to the app and test the in-app update from there. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment