Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

None of the currently installed provisioning profiles match app's bundle identifier?

I'm trying to upload my iOS application in Visual Studio for Mac to the Apple App Store but I get this error message:

The error message in Visual Studio: Error message in VS

The application works on my iPhone, therefore I'm surprised that I get this error message. In addition, I have setup an App ID in my Apple developer account and I have added an entry for a new app in App Store Connect.

The bundle identifier should be everywhere the same. So what is wrong?

Info.plist in Visual Studio(above) and App ID in my developer account: Visualstudioanddeveloperaccount App Store Connect, I added an entry for the application: Appstoreconnect

like image 229
StephenBu1 Avatar asked Oct 09 '18 12:10

StephenBu1


People also ask

What is a provisioning profile Xcode?

A provisioning profile links your signing certificate and App ID so that you can sign apps to install and launch on iOS devices. You must have a development provisioning profile to sign apps for use with iOS Gateway version 3.4 and later.


1 Answers

I solved the problem. It was missing a distribution provisioning profile which you can create in the developer account. I had just a development profile.

create provisioning profile

like image 189
StephenBu1 Avatar answered Oct 12 '22 12:10

StephenBu1