Abdulsalam Elsharif
Abdulsalam Elsharif

Reputation: 5111

Can't see my provisioning profile in Visual studio

I want to publishing my iOS app as AdHoc for testing, When I trying to signing the application in visual studio for Mac, The provisioning profile does not listed in combobox:

No Matching Profile Found

I created a profile using my apple developer account, I followed THIS steps to download the provisioning profiles in Visual Studio without any error, the provisioning profile appears in the Provisioning Profiles list then I click Download All Profiles to download it.

Any suggestions!

Upvotes: 0

Views: 1417

Answers (1)

dube
dube

Reputation: 5039

There are too many ways how this can fail.

A good way to validate your settings is to create a dummy project in XCode with the same bundleId. XCode will usually tell you what is wrong. If XCode is fine, most of the time Visual Studio is happy too.

But there is an exception: Visual Studio / Xamarin is unable to deal with multiple Certificates having the same Name. When the certificate expires and you import a new one from the Apple Developer page, make sure to delete the old certificate from the key chain (Needless to say, this is a headache when working with multiple projects).

Upvotes: 0

Related Questions