-
Notifications
You must be signed in to change notification settings - Fork 191
Open
Description
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
boarding/app/services/boarding_service.rb
Lines 95 to 99 in 8a3619e
| 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.rogerluan
Metadata
Metadata
Assignees
Labels
No labels