Questions tagged [ios-provisioning]

The process of preparing an application to run on an iOS device.

This is a more suitable tag for many topics than "iphone-provisioning" or "iphone-developer-program".

Questions with this tag may be about:

  • Development and distribution provisioning profiles
  • App IDs
  • iOS Provisioning Portal usage
  • Errors generated by Xcode because of provisioning problems
708 questions
15
votes
1 answer

Stop Xcode 5 creating provisioning profiles?

Xcode 5 keeps creating a developer provisioning profile for one of my apps that I don't need. I have already tested the app with the Xcode Team Provisioning Profile and released it with another distribution profile and I do not require a development…
Maduranga E
  • 1,679
  • 5
  • 23
  • 37
14
votes
2 answers

How to enable Apple Sign in for existing app? "Provisioning profile doesn't support the Sign In with Apple capability"

I am trying to enable Apple Sign in for existing app, but am getting "Provisioning profile doesn't support the Sign In with Apple capability" and "Provisioning profile doesn't include the com.apple.developer.applesignin entitlement." Following Apple…
14
votes
4 answers

Profile is not an "iOS App Store" profile

Using Xcode 9. Working on app store build validation. Created an app with app store profile. Archived successfully Trying to validate build in Organizer, I am getting the following error on selecting the profile. This is the same profile used…
Lithu T.V
  • 19,955
  • 12
  • 56
  • 101
14
votes
2 answers

Profile doesn't match any valid certificate/private-key pair in the default keychain

I am developing an application for a company, they gave me the admin role so I can edit provisioning files. I am getting "Valid signing identity not found for distribution file" and "Profile doesn't match any valid certificate/private-key pair in…
irmakoz
  • 1,166
  • 2
  • 12
  • 21
13
votes
2 answers

Can't get Xcode to see my distribution certification? Code sign error: The identify 'iPhone Distribution' doesn't match any identity in any profile?

I can't seem to get Xcode to see my distribution certification? Code sign error: The identify 'iPhone Distribution' doesn't match any identity in any profile? So: In IOS Provisioning Portal have a distribution certificate that is NOT expired have…
Greg
  • 34,042
  • 79
  • 253
  • 454
13
votes
1 answer

importance of Bundle Seed ID during Create App ID? (Apple Provisioning Portal)

I am unsure about the importance of the Bundle Seed ID when creating a new App ID in the Apple Provisioning portal. What should I consider when selecting a Seed ID? When do I need to use an existing Seed ID? On the iOS provisioning portal I found…
yogs
  • 788
  • 2
  • 11
  • 29
13
votes
3 answers

Upgrade's application-identifier entitlement string does not match installed application -> rejecting upgrade

I have an iOS app that is now around 3 years old. It is signed with an enterprise profile. We have released seven versions of the software, the last time being almost a year ago. Currently we are trying to do a new release but have found that due to…
drew2dev
  • 161
  • 1
  • 1
  • 5
12
votes
2 answers

How to debug a Xamarin.iOS app on a physical iOS device

Apologies, in advance, for this long question, but I have wasted 3 days unsuccessfully trying to set up a Xamarin.iOS development environment that allows me to debug on a physical device (not an iPhone simulator) and I am at a loss for what to try…
12
votes
3 answers

How do I know if my current apple account is developer or enterprise one

Our client has enrolled for an apple developer program. They claim they have enrolled for Enterprise program. But when we login with admin credentials, We see items missing specific to enterprise programs like, no option to create In-House…
thatzprem
  • 4,697
  • 1
  • 33
  • 41
12
votes
3 answers

Xcode iOS Development signing identity

I have a problem getting a iOS Development signing identity into Xcode. I have tried loads of things to get it working but I keep failing. I have went the automatic way and let Xcode do it all but I kept going in circles where Xcode kept saying: No…
12
votes
1 answer

How to check content of certificate.p12 WITHOUT installing on the Keychain or accessing apple portal

I have an iOS certificate.p12 file, is it possible to check the content of .P12 file (iOS certificate + public key) and be sure that it is a correct Distribution certificate and not (development or wildcard), I know it is possible via Apple portal…
user4068530
12
votes
3 answers

How to add new Device UDID to an existing provisioning profile in the new pattern

I just want to add new device UDID to an existing provisioning profile, to modify the provisioning profile i clicked "Generate" but its showing to download, there is no way to add devices there... please consider my problem respond to me . thank…
12
votes
3 answers

Cannot find option to create iOS inhouse distribution certificate

I've been trying to generate in-house app distribution certificate and profile but without much success. I have followed instructions in App Distribution Guide and Distributing Enterprise Apps for iOS Devices, but I've been going in circles for two…
11
votes
4 answers

can we use developer provisioning profile to upload (.ipa) to testflight?

I wanted to know that with the provisioning profile of the of iphone developer i was able to generate the (.ipa) for uploading to testflightapp. But it gives me an error in the testflight that "it is invalid (.ipa)" Is that because of the fact the i…
hariszaman
  • 8,202
  • 2
  • 40
  • 59
11
votes
8 answers

Upgrade testing for iOS - application-identifier entitlement does not match

Previously with Xcode 7.3.1 I was able to build directly over my app store app on my iPad and test the upgrade scenario, which worked perfectly fine. This week I upgraded to Xcode 8 and when I try the exact same approach, I keep getting this upgrade…
ArdenDev
  • 4,051
  • 5
  • 29
  • 50