Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
AlexeyLi opened this issue May 2, 2019 · 5 comments
Open

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

AlexeyLi opened this issue May 2, 2019 · 5 comments

Comments

@AlexeyLi
Copy link

AlexeyLi commented May 2, 2019

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

client = Spaceship::ConnectAPI::Base.client
response = client.request(:post) do |req|
req.url("bulkBetaTesterAssignments")
req.body = body.to_json
req.headers['Content-Type'] = 'application/json'

I tried adding logs with response.status and response.body to verify and I don't see them in the console either.

@SkylerSeamans
Copy link

Can confirm I'm also seeing this issue.

@joshdholtz
Copy link
Member

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

@lucasmarshall
Copy link

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

@rogerluan
Copy link
Member

Same here @joshdholtz :s

Any way we can help debug this?

@rogerluan
Copy link
Member

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants