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.
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
I tried adding logs with
response.statusandresponse.bodyto verify and I don't see them in the console either.