9

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

StephenBu1
  • 229
  • 3
  • 11

1 Answers1

5

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

StephenBu1
  • 229
  • 3
  • 11