Context
We recently added an iOS-only command to allow the user to add new users as testers of their game in TestFlight – this was done in #54.
Goal
We would like to be able to do this for Android too, but with some differences:
- Create a Google Group for each game's testers, for example
testers-<gameId>@shipth.is
- Attach that group to the game's Internal testing track in Google Play
- Manage membership (adding and removing tester emails) using the Admin SDK Directory API
Prerequisites