Apple Developer Portal connection error! The following issue was found with your connection: Invalid request, apple credential user is not specified.

Hello.
I am trying to use Bitrise to deploy our iOS app to TestFlight and I works well while we ar using
Apple ID authentication to handle apple service connect.
However Apple ID authentication requires a monthly reauthenticate, which is kind of a burden to bear.
So we want to change the apple service connect by using API key connect.
we do it like

  1. create a api key with a admin apple user
    2.fill the issuer id and api key to the bitrise connect popup window just like the document said
    3.go to app Team tab and set Apple ID authentication to Connect not set
    4.set API key authentication to the one we created above and press Test connection

and it failed with the following error:

Apple Developer Portal connection error!
The following issue was found with your connection: Invalid request, apple credential user is not specified.

We double checked the api key issuer id and it seems right.
Could you tell me what the error message means?
Or there anything else we can do?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.