Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xamarin Studio not Recognizing Provisioning Profiles

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

like image 406
Oblivionkey3 Avatar asked Jan 23 '16 20:01

Oblivionkey3


People also ask

Can't find any provisioning profiles for iOS Maui?

NET MAUI App, you may get the following Could not find any available provisioning profiles for HelloMaui on iOS error. To fix this issue, apply either of the following approaches: From the IDE's Preferences option, add your Apple developer account to both XCode and Visual Studio for Mac. Build the application.


1 Answers

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.

like image 190
BoombaleOsby Avatar answered Oct 06 '22 03:10

BoombaleOsby