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
0
votes
0 answers

Code Signing Identity and Provisioning Profile is not changing

I am trying to upload an app to Itunes Connect. I uploaded once, but received an email with errors pointing to incorrect Team ID/Identifier. So what I did is changed the Code Signing Identity and Provisioning Profile in the Build Settings of my app,…
Jayson Tamayo
  • 2,741
  • 3
  • 49
  • 76
0
votes
1 answer

Apple Developer Account generates invalid push certificates

I am trying to configure the AWS Mobile Hub for APNS. I am having 2 problems that I think are related. In the Apple Developers Portal I have 2 valid Provisioning Profiles for the app, iOS Development and iOS Distribution (all certificates have…
David U
  • 943
  • 1
  • 8
  • 22
0
votes
1 answer

Xcode 7.2: how to build with Ad Hoc provisioning profile vs. App Store provisioning profile?

Currently in Xcode, I have a Development scheme and an Ad Hoc scheme. Both are set to Automatic under Xcode Project -> iOS app target -> Build Settings -> Provisioning Profile. I'm currently using xcodebuild from the command line and specifying the…
0
votes
1 answer

IOS How can I get csr file for already deployed App

I have already submitted the application in Appstore, now I need to enable push notification on the app and submit as new version. I am following the tutorial here to implement remote push notification. Based on the answer here Enabling PUSH…
Haris
  • 13,645
  • 12
  • 90
  • 121
0
votes
2 answers

How to resolve this error Xcode7.3?

I want too Generate my .ipa file but its showing on ERROR:"Code Sign error: No provisioning profiles found: No non–expired provisioning profiles were found." Step:1 I had created apple ID
Honestraj19
  • 321
  • 1
  • 3
  • 8
0
votes
0 answers

How can i submit customKeyboard Application in appstore?

I created custom keyboard application.I need to upload it in appstore but there ate some error when i upload it in appstore. please give me solution if any one have. Thanks in advance.
Vijay Kachhadiya
  • 366
  • 2
  • 11
0
votes
1 answer

it's possible send it app TVOS to itunes connect without the real device?

I have a question... Can I send an app from xcode to iTunes connect, without physically having the real device? For example, I designed an app for TVOS, but I don't have an Apple TV. Can I send it to itunes connect without the actual device? Xcode…
0
votes
1 answer

An App ID with Identifier '' is not available. Please enter a different string (After TM restore)

I'm getting the above error after restoring my machine to a recent Time Machine backup. This was working fine before restoring from the TM backup. I did go into the developer center and noticed that the provisioning profile for my phone had expired…
SonnyB
  • 269
  • 3
  • 12
0
votes
1 answer

No matching provision profile found Xcode

I'm getting the following error: Your build settings specify a provisioning profile with the UUID XXX-XXX-XX..., however, no such provisioning profile was found. I allredy tried to delete my provision profiles from Xcode and redownload them like…
ylm
  • 39
  • 1
  • 5
0
votes
3 answers

iTunes Store operation failed. You are not authorized to use this service for provider

I am using Xcode 7.2 and I am not able to submit my app due to a strange error: "iTunes Store operation failed". I've reset my certificates, reset my provisioning profiles, cleared out my keychain, and still no success. I've also gone to "Xcode…
Josh O'Connor
  • 4,694
  • 7
  • 54
  • 98
0
votes
1 answer

Getting error when make ipa for Apple Watch

How to make ipa for Apple Watch? I use Reference for making ipa In solution tell me that there are 6 provisioning profiles required for making ipa. But my question is how to use these 6 provisioning profiles? I am using 3 provisioning profiles…
0
votes
1 answer

No alert "Untrusted App Developer" and no "Profiles" in settings

Before iOS 9, I remember being asked about "do you trust the developer..." the first time I ran my app tests on a specific device. After iOS 9, I read that trusted developers should appear under "General" -> "Settings" -> "Profiles" (and they must…
John Rambo
  • 13
  • 3
0
votes
0 answers

Provisioing profiles not working in migrated mac

I have an app that I have given for submission that was rejected due to some privacy issue. I have corrected the problem and am trying to submit it from a new mac. I have two provision profiles which I made earlier. 'P release' and 'P ad-hoc'. As…
0
votes
1 answer

iOS signing information about phonegap

I've read that to build an IOS app with phonegap i need certificate and provisioning profile. For my personal test I configure my certificate with UDIDs of the Apple devices to test it on them , but if want to publish this app for all Apple devices…
0
votes
1 answer

Delphi 10 Seattle crash when I click on Options > Provisioning

When I click on the Options > Provisioning menu, Delphi seems to connect to PAServer, then quickly show 3 errors messages : Rad Studio stopped working then : EOSError exception in module rtl230.bpl at 0004DC21. System error. Code : 5. Access…
1 2 3
99
100