Hello,
I have an Apple Developer Individual account and I already use Visual Studio some time to debug my iOS application on my iPad.
From the screenshot, the role of your count is Admin, please login with the Account-holder Apple developer account. And it's suggested that you login with the API key, please refer to the step9-11 on the Hot restart doc. (You don't have to configure hot restart, just read the doc about how to login with the API key)
About creating an App Store Connect API key, see Creating API Keys for App Store Connect API on developer.apple.com.
How can I add the provisioning profiles to Visual Studio Version 17.13.0 Preview 2.1?
From the latest picture, I can see there are valid iOS distribution provisioning profile on Apple developer portal. You could download it and import to VS, please follow the detailed steps below:
- Click the details of the profile on Apple developer portal and see the Certificate Details.
- Open Keychain Access on your Mac, go to Login->Certificates, select the certificate you have confirmed on step1. Right-click the certificate, export it, then you will get a p12 file.
- Move the p12 file into your Windows machine, click "Import Certificate" button (on the second picture you provided), take care the password.
- Download the provisioning profile on Apple developer portal and move it to \AppData\Local\Xamarin\iOS\provisioning folder on your Windows machine.
After that, you could select the Signing identity (certificate) and provisioning profile for your project. (Open your project->right-click and open Properties window->iOS->Bundle Signing)
If you have any other issues, please feel free to let me know.
Best Regards,
Wenyan Zhang
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.