Search code examples
xamarin.iosprovisioning-profile

Xamarin.iOS Automatic provisioning profile not showing up for a colleague with the same app


I have no problems building our app for the iOS simulator, with automatic bundle signing and the associated automatic provisioning profile. My settings are:

But my colleague gets this:

The system can't find a matching provisioning profile for the automatic signing identity.

What are we missing? My understanding is that he doesn't need an Apple Developer ID or to be part of our Apple Developer Team for automatic signing. Or am I wrong?


Solution

  • Cause:

    Since you are using Manual Provisioning, your colleague should download the provisioning profile and install on his computer.

    Solution:

    To login Apple account and download certifications with Visual Studio, go to tools --> options --> Xamarin --> Apple Account. If you are not login, you can add you apple ID here. After login, you can choose your app ID and then click View Detail button, you can see all the certifications you download or not download there.

    Once your colleague download the provisioning profile and install properly, he will see the provisioning profile in his Visual Studio.

    Refer: manual-provisioning?tabs=windows