It shows on the AppStore Connect API landing page that only a team agent can request access. Since my team agent is unfamiliar with the portal, can an Admin request access, instead?
AppStore Connect API access request
Add a Comment
It shows on the AppStore Connect API landing page that only a team agent can request access. Since my team agent is unfamiliar with the portal, can an Admin request access, instead?
Only your team agent can sign the agreement required to request API access.
Right-click on "Request Access" button and select "Inspect" from the context menu;
Remove type = "primary" from the list of button attributes and remove the word "disabled" from the button class name;
After applying the changes, the button will work
This actually works.