fastlane / boarding

Instantly create a simple signup page for TestFlight beta testers
https://fastlane.tools
MIT License
877 stars 191 forks source link

A new tester doesn't get added to TestFlight #247

Open AlexeyLi opened 5 years ago

AlexeyLi commented 5 years ago

I just tried to deploy the latest version of the boarding app and when I try to add a new tester, it shows that I was successfully added as a new tester, but I didn't get an invite email and I'm not able to find myself when I check on TestFlight. I think this block of code doesn't get executed https://github.com/fastlane/boarding/blob/8a3619e2593195492f360703bf5a44f6d5bd41e1/app/services/boarding_service.rb#L95-L99 I tried adding logs with response.status and response.body to verify and I don't see them in the console either.

SkylerSeamans commented 5 years ago

Can confirm I'm also seeing this issue.

joshdholtz commented 5 years ago

I'm away from my desk for most of today but I will look into later tonight or tomorrow morning!

lucasmarshall commented 5 years ago

Any movement on this issue? I’m also seeing it.

rogerluan commented 5 years ago

Same here @joshdholtz :s

Any way we can help debug this?

rogerluan commented 5 years ago

Update: it works fine if you add the users to a group, i.e. set env variable ITC_APP_TESTER_GROUPS. Just to be safe, make sure you create this group in iTunes Connect first (I did so).