Import Developer profile into xcode: certificates greyed out - ios

I have been stuck on this for hours..I downloaded the certificate from my developer account, I also downloaded the WWDR intermediate certificate. When I click Import Developer Profile from inside xcode all of these certificates are greyed out.. Any ideas?

You can import Developer profile into Xcode which file have a .developerprofile extension which was exported by Xcode. Xcode->Preference->Account->[SETTING ICON]->Export Accounts.
From xcode 6.x, Xcode export ipa only with distribution certificate. So you must have valid distribution certificate install in keychain.
If you setup developer certificate and trying to export then
if distribution certificated is not created in developer portal ,then xcode will automatically create it.
if distribution certificated is already created by other mac , and you have not install in your mac then Xcode will give message "Your account already has a valid iOS Distribution certificate"
Then You can either install Distribution certificate by .p12 file exported by keychain from old mac OR by .developerprofile extension. exported by xcode from old mac OR Revoke Existing Certificate and create new one and install
Then Remove account from xcode and add it again. Then try again to build.

Bundle Identifier and your provisioning profile Id should match . Check that

Related

Expo build fails because profile is not associated with distribution certificate

I have an ios app that I transferred from my Apple developer account to my client’s account (of which I am a team member).
Using the client’s expo account I am trying to build the latest release of the app. Using “expo fetch:ios:certs”, I retrieved the .p8, .p12, .mobileprovision, and .key files along with the related passwords.
However, when running “expo build:ios --clear-credentials” and choosing to provide my own certificates, I ran into an issue where the .mobileprovision file was linked to the wrong developer account.
So I created a certificate and profile on the client’s Apple developer account and ensured that the provisioning profile had certificate attached. I then downloaded it and ran “expo build:ios --clear-credentials” again. I used the same .p8 and .p12 files that the app originally used but uploaded the new .mobileprovision file.
The build still fails with error: “validateProvisioningProfile: provisioning profile is not associated with uploaded distribution certificate”
Any insight would be greatly appreciated.

Provisioning profile has UDID but the ipa doesnt have it, resulting in app not getting installed

Am Facing a weird situation where in, i have a provisioning profile with a UDID added in it, i tried opening profile through textEdit and i can see the UDID when i generate a build and upload it to https://betafamily.com/supersend i didnt see that UDID in the list provided,and am unable to install the build on that device.
I tried generating another provisioning profile and generated a new ipa but no luck,
Has any one faced this issues earlier?
Till Xcode 7.0 GM it was working as expected.
The problem started from Xcode 7.1.
The Issue: In project configuration file you select new provisional certificated but in archive file it points to old [So the archive file display the UDID of old provisional certificates & not the UDID [Added UDID] of new provisional certificate].
The Solution: [Temporary Solution] Delete all provision certificate from iPhone Configuration certificate & Xcode Provisioning Profiles folder [Image Below]. Just download [No need to recreate or other stuff] the new adhoc provisional certificate & install.
Close Xcode, Restart & create archive. This worked for me.

Fix for "certificate not found" for iOS Distribution when exporting from xcode

When archiving i kept receiving a certificate not found, even though i downloaded the certificate from my developer.apple area, and installed in keychain.
This problem is I am unable to export (ie - keychain isnt recognizing my provisioning/distribution certificate); but i am able to build an run in Developer mode through my Dev.apple account.
While the Cert was in keychain, it was being installed as a "login" cert by default.
Adding the Certificate as a "SYSTEM" certificate solved the problem.
Instead of double click;
Keychain -> IMPORT
Select file && Choose Destination: System before importing the certificate, once in system - Try Again for xcode.

Re-signing xcarchive file, but IPA does not install

A third-party-company has sent us an xcarchive file so that we can export their application as an IPA for our client. They've done this because we control our client's provisioning profiles and certificates. They don't have our certificates and keys and so cannot build a distribution version of the app.
I opened the xcarchive in Organizer and attempted to export an ad-hoc IPA using the client's Enterprise distribution provisioning profile. However, when I attempt to install the app on my iPad, the installation fails.
I've verified that I'm using the correct provisioning profile, and I checked to make sure that I have the correct certificate for the profile as well as the private key. I've never signed an app with this provisioning profile before, but I've used the certificate and key for other profiles.
From what I understand, re-signing an archive should be possible. I'm not sure why this isn't working, though. Does the third-party company need to do anything specific when they export the xcarchive file - do they need to build with a specific certificate or provisioning profile?
Any insight on this would be helpful. Thanks!
I was able to re-sign an ipa following the instructions found at this link: http://sholtz9421.wordpress.com/2012/06/08/digitally-resigning-ipa/. However, I used Xcode to edit the plist, not emacs.

Is it possible to install the .ipa with distribution profile

I have generated .ipa file with distribution profile created from the client's developer account. when i try to instal the .ipa file in device.I am getting no valid provisioning profile.Is it possible to install the .ipa with distribution profile?
Create ADHOC distribution profile by selecting the devices you want to install in. See image below

Resources