Search code examples
xamarin.iosvisual-studio-app-center

App Center real device build error No iOS signing identities match the specified provisioning profile


I am trying to build my app using App Center on a real device in release mode. I have chosen the right provision and the right certificate. Got this error No iOS signing identities match the specified provisioning profile in App Center build output. How to solve this situation? https://prnt.sc/oq4cee


Solution

  • Checking Code signing with provision and certificate.

    A successful device build will produce an ipa file. In order to install the build on a device, it needs to be signed with a valid provisioning profile and certificate. To sign the builds produced from a branch, enable code signing in the configuration pane and upload a provisioning profile (.mobileprovision) and a valid certificate (.p12), along with the password for the certificate. You can read more about code signing and device provisioning of Xamarin iOS apps in the Xamarin official documentation.

    And Note:

    App Center does not currently support signing app extensions for Xamarin apps.