Apple introduced Testflight as a way for developers to quickly and efficiently launch beta testing of applications. Although the intention is good, user registration for the open beta is not fully automatic. Currently, the developer must:
- get an email tester,
- add email to the beta testers list on iTunesConnect and
- send an invitation letter.
This is obviously very cumbersome because it requires the developer to do this manually. Even if we store the Google Doc and add all emails every day, the delay between the user putting the email in the document and receiving this invitation can lead to the tester becoming disinterested.
Question: did anyone understand a way to automate the process? Ideally, as soon as the user enters the email in the form of a web form or in some other way, the script will add this to the list and send the invitation on the fly. Is there any system for this without manual labor?
source share