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

Apple added new Key to the provisioning file

Apple recently (In May or June 2015) added a following key on provisioning file : Platform iOS Does anyone know why apple add this key? Did they add it in any documentation? Last year Apple…
3
votes
1 answer

Enterprise provisioning for watchkit app?

My company is using enterprise distribution profiles to sign our iOS app for easy distribution to in-house and external testers. Everything has been working fine locally and in our CI system, but we recently started working on a WatchKit app, and we…
roperklacks
  • 1,081
  • 11
  • 13
3
votes
2 answers

Why does one .o file in my project has no Provisioning Profile?

Im trying to submit a version of my app and after building im seeing the following screen My app has a valid provisioning profile except one .o file that is for some reason not included in it.. That has been the case for a while now, and i have…
3
votes
1 answer

Your account already has a valid iOS distribution certificate from same machine

I am trying to create an IPA from my machine. While creating an IPA I am getting the error "Your account already has a valid iOS distribution certificate". I created the certificate and provisioning profiles, so all my code signing identities are on…
India
  • 403
  • 2
  • 4
  • 16
3
votes
2 answers

Xcode6 USB install - pairing is prohibited by a policy on the device

How do I resolve this specific error I am getting with an iPad Air on iOS 8.1 (that might be behind some sort of enterprise/education security protocol) Xcode encountered an error Pairing is prohibited by a policy on the device N.B. A search…
ina
  • 19,167
  • 39
  • 122
  • 201
3
votes
2 answers

Where do I see the iOS Distribution Provision Profile expiration date with iOS 8?

I have several apps that are using enterprise distribution provision profiles for apps on iOS 8. With previous versions of iOS, I could find the expiration dates of these profiles on my device by going to General -> Profiles... this is no longer the…
AAA
  • 2,388
  • 9
  • 32
  • 47
3
votes
1 answer

Ios Provisioning profile is expiring

I have create an new application in Xcode. But it shows a warning as below Target Integrity Provisioning profile is expiring: olpApplicationid In this warning shows old application id but i have generate a new provision profile certificate. and its…
Mohanraj S K
  • 657
  • 4
  • 16
3
votes
0 answers

Signing iOS xcarchive with a new provisions

I have an xcarchive file that some changes made to him and I want to sign it for distribution. (It already was signed with our certificates) When I first tried it after downloading all certificates and provision from Apple I got an error : Xcode…
Dima
  • 443
  • 2
  • 9
  • 23
3
votes
3 answers

New Swift app Lister error: "No matching provisioning profiles found", "App ID with Identifier ... is not available"

I downloaded the sample code for the Lister app from Apple's developer website and am trying to build the Swift version to my iPhone 5S running iOS 8 Beta 5. I've changed everything to com.mycompany.Lister, but when I try to build it, it comes up…
omihek
  • 53
  • 6
3
votes
1 answer

Renew iOS Development and APNs Production for Corporate Apps [AirWatch]

I have developed an iOS app for my corporation. We distribute it via AirWatch. Some of the certs are going to expire soon and it is SO confusing to try to figure out what to do. I have googled and it seems every page has different information. I…
Bryan Schmiedeler
  • 2,977
  • 6
  • 35
  • 74
3
votes
1 answer

Configuring "Provisioning Profile" option in Xcode "Code Signing" build settings

I want to be able to have my Xcode project in source control, so other developers can build/test the app. Under "Code Signing Identity" you can specify automatic values like "Developer" / "Distributor" which works well. However "Provisioning…
Mr. Boy
  • 60,845
  • 93
  • 320
  • 589
3
votes
2 answers

No Certificates are available provisioning portal, create certificate

I have enabled push notification service for app. I am getting the following error when I try to create provisional profile for app distribution: "No Certificates are available. Click "Create Certificate." to create a Certificate. You need a…
Rafeeq
  • 153
  • 2
  • 10
3
votes
1 answer

Provisioning Profiles and Archiving

For my application, in it's build settings I'm required to specify the provisioning profile and code signing certifcate: Then when I perform a Product->Archive and go on to Distribute the app using the "Save for Enterprise or Ad Hoc Deployment" I'm…
ThaDon
  • 7,826
  • 9
  • 52
  • 84
3
votes
2 answers

Renewing developers Cert & APN certificate iOS

Our Developer Cert & Push Notification Cert both are about to expire. We renewed developer Cert & created a new Push notification Cert, updated provisioning profile and submitted to App Store. If we update new SSL cert on our server, will APN stop…
Nish
  • 1,656
  • 1
  • 10
  • 19
3
votes
4 answers

Xcode 5 "error: can't exec 'codesign' (No such file or directory)"

Someone recently posted a similar issue at can't exec 'codesign' (No such file or directory) However, for whatever reason, it has received a down-vote rather than something helpful. So I am going to try to post this myself, with some additional…
Raconteur
  • 1,381
  • 1
  • 15
  • 29