Open AlexeyLi opened 5 years ago
Can confirm I'm also seeing this issue.
I'm away from my desk for most of today but I will look into later tonight or tomorrow morning!
Any movement on this issue? I’m also seeing it.
Same here @joshdholtz :s
Any way we can help debug this?
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).
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
andresponse.body
to verify and I don't see them in the console either.