Skip to content

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

@AlexeyLi

Description

@AlexeyLi

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions