How to regenerate Team Provisioning Profile? - provisioning

I bought new iphone and tried to install one of my developing app on my new iphone bu tit didn't work. I accidentally deleted my team provisioning profile from apple developer portal. Now i can't regenerate it. And can't install developing app even on my old iphone. Before i could install it on my old iphone. It gives this error:
Code Sign error: a valid provisioning profile matching the application's Identifier 'com.yourcompany.YourApp' could not be found.
It happened after deleting team provisioning profile. How can i fix this. Thanks in advance.

I made a new provisioning profile with same app id. And changed bundle identifier in plist. It worked for me.

Related

Deploy to iPhone Device doesn't work with Xamarin.iOS, "No iOS signing identities match"

I'm trying to deploy my app to my iPhone device in order to debug it (Automatic provision) but it says "No iOS signing identities match the specified provisioning profile". I am able to deploy apps from Xcode to the iPhone device.
Please make sure that your bundle identifier in your app match your app id on the portal.
The app id listed on the portal should match (either exactly or with a wildcard *). Then in your info.plist, it should match your CFBundleIdentifier. That's what it uses to match provisioning profiles.
For more detail, you can check: https://learn.microsoft.com/en-us/xamarin/ios/get-started/installation/device-provisioning/automatic-provisioning?tabs=windows .
Some times VS cannot create certificate automatically. It can be solved by creating new Xcode project using your bundle ID and make sure it run from Xcode debug
We have just faced this issue today, our Development Certificate has expired.
Regenerate a new certificate and new provisioning profiles resolved the issue

Xamarin/XCode register provisioning profile error

I have the following problem. I'm creating Xamarin iOS application(by vs for max 2017) and during a building I have this error:
No installed provisioning profiles match the installed iOS signing
identities.
As far as I can understand the solution of this problem is connected with creating provisioning profile by xCode. But when I try to generate provisioning profile(with name testtesyui) by xCode I see this error:
Failed to create provisioning profile.
There are no devices registered in your account on the developer website.
Plug in and select a device to have Xcode register it.
No profiles for 'testtesyui' were found
Xcode couldn't find any iOS App Development provisioning profiles matching 'testtesyui'.
I don't have any real iOS device and I'm planning to use iOS emulator.
Below, I listed screnshoots from xCode ui(I've hid personal data):
xCode account settings,
xCode general settings
Could some one help with this problem? Please let me know if you need more details.
Thanks.
Updating:
I opened info.plist file in vs for mac and I saw the following:
info.plist content.
I've tried to sign in in my apple account, but in the end I saw this message:
signin. As a result, I still cannot select my team.
Could you please give advice where am I wrong?
my problem was in a solution configuration. By some reason, I tryed to build my application in Debug|iPhone mode, not in Debug|iPhoneSimulator mode.
When I switched to Debug|iPhoneSimulator mode, then the build works fine.
You need to enable automatic signing to work with simulator
Once you’ve ensured you have an Apple ID connected to Visual Studio for Mac, you’re ready to enable Automatic Signing
Steps
In your iOS project, open the Info.plist file. In the Signing section, select your team from the Team dropdown:
Then, select the Automatically manage signing  checkbox.
More Info here

How to list provisioning profiles and installed iOS signing identities?

Environment:
Visual Studio 2015 on PC
Visual Studio (Xamarin) on Mac
iPad is connected to Mac
My setup used to work fine. From PC, I would be able to debug iOS apps running on the iPad.
Yesterday, I updated the Mac OS as well as my iPad iOS. I may have updated a few other things too. However, now I am running into problems deploying Xamarin iOS apps on the iPad.
I can create an iOS app in xcode and deploy it successfully. However, when I try to build my Xamarin app, I get the error "No installed profiles match the installed iOS signing identities."
There are a few posts on the forum that talk about a similar problem. I have gone through all these posts. I have also downloaded (once again) my iOS certificate from Apple developer portal and added it to my keychain store.
I still don't understand why I get the error. Would appreciate if someone can tell me how I can get the list of installed iOS signing identities and compare them against the list of provisioning profiles.
Also, when I look at my plist.info file, I see that, for key CfBundleIdentifier, the value is replace_bundle_id. I am wondering how I can tie this bundle id back to my provisioning profile. On Apple's portal, I see a bunch of provisioning profiles (I am part of an enterprise team). There is no field called bundle-id on these profiles. All each of them have is an app-id. Where do I related the bundle-id to the provisioning profile? Regards.
Provisioning profiles are all inside the directory: /Users/m.piccotti/Library/MobileDevice/Provisioning Profiles
Usually when I have these kind of problems and no time to understand what's wrong, I simply delete everything inside that directory and I download again all the profiles from Xcode. Naturally you can try this only if you are sure that you'll be able again to download all the provisioning profiles you need.
Or it could be that you have to set the right provisioning profile for the project:
This info is saved into iOS.csproj, the element CodesignProvision.
When you go to Apple Developer portal and check App IDs, you see the Name and ID of your app. The ID is your bundle ID. That you need to enter in your plist.
Based on that Xamarin will find your profiles.
Here is what I did to make it work. This is based on the feedback I received from the other two replies.
From the Apple developer portal, I looked at the ID of my app. This was in the form com.mycompany.myproduct. In my Xamarin iOS app's plist.info, the id was replace_bundle_id. I changed it to match the one from the portal.
Next, I cleaned the "Provisioning Profiles" directory on Mac and used xcode to create a test project and change the bundle id (from project options) to match the one on the portal. xcode automatically created a new profile.
This made the whole thing work. Now I am able to deploy and debug from my PC to iPad via Mac.
Our project was generated by Xamarin wizard a long time ago and used to work just fine until recently. I still do not know why replace_bundle_id worked in the past and stopped working all of a sudden. The only change I had made was that I upgraded the OSes on the Mac as well as my iPad.

Xcode 7.1.1 Error - No provisioning profiles matching an applicable signing identity were found

I have a game in Unity 5 and exported iOS build. Opened the project in Xcode and selected correct Team and Provisioning Profile. Xcode than shows an error "Code Sign error: No matching provisioning profiles found: No provisioning profiles matching an applicable signing identity were found".
I checked Apple Ids in Preferences->Accounts and found that its showing a Reset button for all the Signing Identities including iOS Distribution except iOS Development.
I have private key showing in Keychain for the team, both for development and distribution.
WWDR certificate was expired, so I deleted that and installed correct one.
I am pulling my hairs over it for more than 6 hours but no clue so far.
Please help...
Simply create your developer distribution certificate once again and installed it.
Check there will be any default provisioning profile like start with * or generated by xcode then delete it and generate once again and installed.
Its working fine..
Deleted all the certificates/provisioning profiles and imported it fresh in xcode and it worked. Don't know why but it worked.. :)

Failed to sign iOS Extension

I've been building an app for the last couple of months that also has a Today Extension. Running this on my iPhone has always worked great. Until today, that is.
I keep getting Failed to code sign "App Extension" None of the valid provisioning profiles include the devices: myiPhone.
I've tried creating new provision profiles and deleting then adding the UDID to my account again. Also, clicking Fix issue doesn't help. It just says that it can't fix it.
Nothing worked. It's only the extension that's throwing this error. Any ideas?
You need to create app ID and provisioning profile for app extension.
need to make App ID for app extension in developer portal.
create 2 provisioning profile for host app and app extension.
sign app with app provisioning file and sign app extension with extension provisioning profile.
Good luck

Resources