Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the minimum permissions I can give to someone on AppStore Connect for TestFlight testing?

Tags:

I want to distribute an app through TestFlight to one of my internal testers. They don't need any permissions besides downloading via TestFlight.

When I create their account on Users and Roles, I'm presented with this interface:

enter image description here

Which of those 8 roles will provide the minimum privileges but enough to download via TestFlight?

like image 725
Senseful Avatar asked Oct 16 '18 18:10

Senseful


1 Answers

+------------------+--------------------+-------------------------+
|       Role       | App Features count | Provider Features count |
+------------------+--------------------+-------------------------+
| Admin            |                 16 |                       6 |
| App Manager      |                 14 |                       3 |
| Marketer         |                  9 |                       0 |
| Developer        |                  8 |                       0 |
| Finance          |                  2 |                       3 |
| Sales            |                  2 |                       0 |
| Customer Support |                  1 |                       0 |
+------------------+--------------------+-------------------------+

So your best bet is either Sales or Customer Support, depending on which permissions you would like to give the user:

Sales:

  • View App Analytics
  • View Sales and Trends (Sales Only)

Customer Support:

  • Reply to and Edit Responses to Customer Reviews
like image 123
Senseful Avatar answered Nov 15 '22 05:11

Senseful