Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Could not find any available provisioning profiles for iOS

We are developing a iOS shopping cart application in c# and visual studio 2017 for xamarin. I have an iPad Air iOS 10.3, when I try to publish to real device, I am getting the following error message: "Could not find any available provisioning profiles for iOS", I have tried to restart my Mac - without result. Give me any suggestion to resolve this issue?

like image 276
P.Thiyagu Avatar asked Apr 10 '18 16:04

P.Thiyagu


People also ask

Can't find any provisioning profiles for iOS rider?

If your Bundle Identifier has a name like "com. myapp. app1", you will get this error: Could not find any available provisioning profiles for iOS, because your profile accept only apps with the names started with com. companyname and you are using a appname different.

Could not find any available provisioning profiles for Maui on iOS?

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.

What is provisioning profile in iOS?

The profiles resource represents the provisioning profiles that allow you to install apps on your iOS devices or Mac. You can create and delete provisioning profiles, and download them to sign your code. Provisioning profiles include signing certificates, device identifiers, and a bundle ID.


1 Answers

In Visual Studio for OSX, go to Visual Studio Community > Preferences > Publishing > Apple Developer Account and click to + button to sign in and add your developer account. In theory after that automatic provisioning should work.

In Visual Studio for Windows, go to Tools > Options > Xamarin > Apple Accounts, you will get a prompt to install FastLane before your Apple ID will show up under Automatic Provisioning.

like image 71
Meekohi Avatar answered Sep 19 '22 08:09

Meekohi