My question may be silly...
I have to upload an application, via xcode, on the app store connect of a client.
I only have the .p12 file and .mobileprovision file of the client.
What is the protocole ?
Because after I have "installed" the mobileprovision file and the p12, after the archive creation, I have this error when I want to distribute the app: "No accounts with App Store Connect access have been found for the team "XXXX". App Store Connect access is required for App Store distribution"
Thank you in advance !
1) Apple introduce the Two way factor authentication. So first you need to login the account by Xcode -> Preference-> Accounts.
2) After login it might ask the two way authentication.
3) Your need to choose any one of the trusted device.
4) After that you will receive the code send by apple use that code and logged in.
6) Then You can uncheck and check the automatically manage signing.
7) It will help you to create the certificates again.
8) Then you should archive your app and working fine.