Xamarin Studio not Recognizing Provisioning Profiles

Oblivionkey3 picture Oblivionkey3 · Jan 23, 2016 · Viewed 15.4k times · Source

I'm at my wit's end with these apple certificates. I have a Xamarin.Forms app that I need to sign with a provisioning profile so I can enable push notifications. However, Xamarin Studio isn't recognizing any of the provisioning profiles that I'm making. Can someone please help?

Xamarin Studio trying to link provisioning profiles, profile 23devpp not found: enter image description here

Xcode finds prov. profile 23devpp: enter image description here

Developer window has provisioning profile marked as active: enter image description here

Answer

BoombaleOsby picture BoombaleOsby · Jan 23, 2016

EDIT: Here's the solution

The Bundle Identifier in your Xamarin iOS project's Info.plist has to match the one in the App ID you used for your profile. I just tried this and i replicated your problem - when i corrected the Bundle Identifier my test profile showed up


(I want to make this a comment but I can't yet) Sorry but have to ask the stupid question- did you try restarting Xamarin?

Note: It is sometime necessary to stop and restart Xamarin Studio before it will see any new or modified certificates or profiles updated by Xcode.