ios - Delete multiple users from TestFlight -
while going through team list, noticed way delete / remove users team go 1 one. there faster way this?
on selecting user, available actions not have remove.
here's did. stupid, worked.
emails = [ "test@example.com", "foo@example.com", "bar@example.com" ] emails.each |email| `open https://itunesconnect.apple.com/webobjects/itunesconnect.woa/ra/ng/users_roles/#{email}/testerdetails` end
this ruby script open browser each email supply, pre-loaded page has user delete button. if resize browser window, can delete button lines closely confirmation button, click delete, click confirm , switch next tab (using keyboard shortcut faster).
i told stupid!
ios testflight
No comments:
Post a Comment