Questions tagged [provisioning-profile]

A profile used by Apple for verifying code signing for an application.

A profile used by Apple for verifying code signing for an application. It consists of a private/public key pair, and a .mobileprovision file that must be installed on the target device for debugging. There are two forms of provisioning profiles, development and distribution. Development is just for debugging the application on a device, and distribution is used for app store deployment or ad-hoc distribution. The development and ad-hoc provisioning profiles store a list of devices allowed to run applications associated with the profile. All provisioning profiles store a list of developers allowed to sign the application.

1822 questions
18
votes
6 answers

Xamarin Studio not Recognizing Provisioning Profiles

I'm at my wit's end with these apple certificates. I have a Xamarin.Forms app that I need to sign with a provisioning profile so I can enable push notifications. However, Xamarin Studio isn't recognizing any of the provisioning profiles that I'm…
Oblivionkey3
  • 1,752
  • 2
  • 17
  • 25
18
votes
2 answers

iOS8 Dynamic Frameworks -> CodeSign error: code signing is required for product type 'Framework' in SDK 'iOS 8.3'

I am using the iOS8 Dynamic Frameworks that I build myself and link within my iOS app. It was working fine in the simulator and on device, but when trying to archive a Release build for it, I keep getting this error: Code Sign error: No matching…
Z S
  • 7,039
  • 12
  • 53
  • 105
18
votes
5 answers

Missing private key iphone developer in keychain

I'm trying to run an application on my iPhone, but I'm having problems with the code signing identity. Actually I have two certificate in my keychains, one for the distribution, and one for developing that does not have the private key. I tried to…
17
votes
1 answer

Difference between development and distribution certificate

Possible Duplicate: iPhone development - what is the difference between a development and distribution provisioning? What is the difference between development and distribution tab under certificate in iOS Provision Portal? Which one should be…
Archana Chaurasia
  • 1,396
  • 3
  • 19
  • 35
17
votes
2 answers

How to fix ' *pod* does not support provisioning profiles' in azure devops build agent

I currently have problem with my pipeline in Azure Devops. Since March 27th, I got the error: error: Alamofire does not support provisioning profiles. Alamofire does not support provisioning profiles, but provisioning profile prov profile name has…
17
votes
4 answers

Create provisioning profile without physical device (archiving for TestFlight testing)

I am trying to create provisioning profile by clicking "Fix Issue" in Target -> General -> Identity settings. It shows me popup "No Devices Registered", so it seems like I need to have a device to create a provisioning profile. Is there any…
Nikita Vlasenko
  • 4,004
  • 7
  • 47
  • 87
17
votes
7 answers

XCode 5 hangs with a timeout error when validating/uploading a "ready to be uploaded" app

I've been developing and uploading apps for some months. Whenever they needed being uploaded to the app store, I could do it without problem, but now, I'm stuck with one that doesn't want to be validated/uploaded. XCode says "the request timed out"…
Isaac
  • 1,794
  • 4
  • 21
  • 41
17
votes
6 answers

Ad Hoc iOS .ipa file won't install for devices added to profile since iOS 7 came out

I have an iOS app that I've developing for a while. Initially there were around 8 devices in the iOS dev account, ad builds were prepared and distributed through Hockey App, no problems. Recently, we've added a bunch more devices, but for some…
17
votes
3 answers

Does renewing a provisioning profile affect keychain access when I submit an app update to the AppStore?

I have an iPhone app that uses the keychain for authentication-related storage. I also had an expiring Provisioning Profile. In the documentation for keychain access it states: On iPhone, Keychain rights depend on the provisioning profile used to …
Roatin Marth
  • 23,589
  • 3
  • 51
  • 55
16
votes
3 answers

Automating TestFlightApp with Xcode and Provisioning Portal

I currently have a fairly manual process when releasing a new build in TestFlight: Download the additional devices text files from TestFlightApp Log into the Provisioning Profile Upload devices Update the Provisioning Profile to include the newly…
gak
  • 32,061
  • 28
  • 119
  • 154
16
votes
5 answers

Xamarin "The executable was signed with invalid entitlements"

I want to test my created iOS app on my iPhone. The build was successful but while xamarin studio tries to transfer the file via usb to my iPhone i got the following error: VerifyingApplication: 70% PercentComplete: 40 Status:…
j0k4b0
  • 357
  • 1
  • 3
  • 14
16
votes
4 answers

El Capitan + Xcode 7.1 not letting me allow enterprise signing

I've got an enterprise cert and in-house provisioning profile wired up. I've got the cert installed, and Xcode 7.1 prompts me with this nice permissions request alert. I click Always Allow. I click Allow. No matter what I click, it just ignores me…
brandonscript
  • 68,675
  • 32
  • 163
  • 220
16
votes
1 answer

How come I can install an app store distribution build directly on my device?

I was under the impression that it was impossible to install an app store distribution build directly on a test device (without going through the actual App Store). I found multiple references to the following note by Apple (though I could not find…
16
votes
3 answers

How to add a device to an existing Ad-Hoc Provisioning Profile?

Have just noticed that Apple redesigned iOS Dev Center this weekend. I need to add a couple of devices to an existing Ad-Hoc provisioning profile. But when I push Edit button, I can change only Name and App ID. Is it any way to do it except of the…
Dmitry Khryukin
  • 6,408
  • 7
  • 36
  • 58
16
votes
1 answer

xcodebuild - 'Code Sign error: Provisioning profile X can't be found'

Yet another code sign error. I'm running command: xcodebuild -project $DIR/myproject.xcodeproj -sdk iphoneos5.0 -alltargets and my project.pbxproj "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution:…
Ryan
  • 865
  • 2
  • 10
  • 17