Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Add closed beta testers programmatically in Google Play

In iOS you can use the iTunes Connect API to add beta testers programmatically as seen here: https://github.com/fastlane/itc-api-docs

Is there a equivalent solution for Google Play Closed Beta/Alpha?

like image 441
shahin8r Avatar asked Apr 22 '26 14:04

shahin8r


1 Answers

No you can not add programmatically alpha/beta tester. However you can upload .csv for that

Add email addresses separated by commas or click Upload new CSV file. If you use a .CSV file, put each email address on its own line without any commas. If you upload a .CSV file, it will overwrite any email addresses you've added.

https://support.google.com/googleplay/android-developer/answer/3131213?hl=en

like image 154
Nirav Ranpara Avatar answered Apr 25 '26 04:04

Nirav Ranpara