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
5
votes
2 answers

Sign .mobileconfig on a PHP server

Could anyone please tell me how to use openssl smime -sign -signer cert.pem -inkey key.pem -certfile ca-bundle.pem -nodetach -outform der -in profile-uns.mobileconfig -out profile-sig.mobileconfig this within PHP (this one worked properly!)? I…
alve89
  • 971
  • 1
  • 9
  • 31
5
votes
1 answer

Provisioning profiles getting invalidated after refreshing in "Accounts" tab of Xcode

In an unfortunately frustrating loop here. This issue started occurring in Xcode 5 about a month ago and I have just been dealing with it hoping that it would go away with Xcode 6 but I'm still seeing it happen in the current App store release of…
Dima
  • 23,484
  • 6
  • 56
  • 83
5
votes
2 answers

Can only "agents" build and submit Applications to Apple?

I'm afraid I know the answer to this but I'll ask on the longshot chance that I'm wrong: I've been doing some freelance work creating an iPhone application for a company. They've created their own developer account and added me as an team member…
Martin
  • 1,570
  • 3
  • 19
  • 32
5
votes
2 answers

"A valid provisioning profile for this executable was not found" error when trying to run unit tests

I have an Xcode workspace with unit test targets. The unit tests run fine in the simulator, and also run fine on one of my devices (a 4th-gen iPod touch running iOS 6). However, on two other devices (an iPad Air and a 5th-gen iPod touch running…
Kristopher Johnson
  • 81,409
  • 55
  • 245
  • 302
5
votes
2 answers

How to move provisioning profile to a new dev box

I've installed xcode 5.1 on a new development machine - how can I install my old provisioning profile? Right now my provisioning profile works fine on my old Mac - do I need to disable it on old mac to be able to use it on the new one? I've tried…
1110
  • 7,829
  • 55
  • 176
  • 334
5
votes
4 answers

Delete all provisioning profiles and certificates from developer account

I want to know If all provisioning profiles and certificates are deleted from developer account then what will be happened? Will the apps affected or not? Please help me to understand this topic.
5
votes
1 answer

Xcode 5 accounts view details is grayed out

I am an individual developer and when I try to access my provisioning profiles I cannot access the Xcoe-->Prefences-->Accounts-->View Details button since it is grayed out. The table in this screen shows "No Teams". With previous Xcode versions I…
giorashc
  • 13,691
  • 3
  • 35
  • 71
5
votes
5 answers

Error: "No devices registered in member center" - Invalid UDID?

I am receiving the errors "No matching provisioning profiles found"[for your UDID], "The selected team doesn't have an iOS Developer Program membership" (Yes, it does. It's active.), and "Unable to create provisioning profile because your team has…
user2847499
  • 51
  • 1
  • 1
  • 4
5
votes
3 answers

When renewing an iOS distribution certificate, what will happen to my app that is in review? and will it use the same privarte key?

My app is waiting for review and now the distribution certificate is just about to expire. From my understanding, to renew the profile you just tap 'renew' in the portal. Will it use the same private key or will a new signing request be…
Robert
  • 37,670
  • 37
  • 171
  • 213
5
votes
1 answer

iOS push notifications: App not asking for permissions

I am trying to enable push notifications on my existing iOS app. I have gone through all the steps mentioned on this webpage: http://www.raywenderlich.com/32960/apple-push-notification-services-in-ios-6-tutorial-part-1 Everything on the server side…
5
votes
1 answer

Apple Developer certificate on multiple computers, one individual developer account

Can I have 2 separate provisioning profiles for an individual Apple Dev account. Basically I need to develop using 2 different laptops. I am not able to generate a new certificate without revoking the already existing one from my first laptop+email.…
CalZone
  • 1,701
  • 1
  • 17
  • 29
5
votes
2 answers

How to build iOS app using 3rd party distribution provisioning profile

I developed an iOS app that my client is going to use internally. They sent me their enterprise distribution provisioning profile. When I add it to XCode it says "Valid signing identity not found". How do I build the app so that my client can run it…
andr111
  • 2,982
  • 11
  • 35
  • 45
5
votes
2 answers

Can't add device to Library - Provisioning Profiles in Xcode

Every time I press "New" in Organizer - Devices - Library - Provisioning Profiles I get a message: "Your developer account needs to be updated. Please visit the Member Center. http://developer.apple.com/membercenter" When I go there, everything is…
Petr
  • 51
  • 3
5
votes
1 answer

How to secure iOS enterprise distribution using oauth on a public facing website?

We have an enterprise distribution of an app that we would like to distribute only within our organisation. We've built the ipa file and the plist which points to the right places, and created the html page with the url:…
edhgoose
  • 887
  • 8
  • 26
4
votes
3 answers

Entilements not matching provisioning

Lately I've been having issues deploying my applications in-house (enterprise developer program) with reports that some entitlement values were not the ones specified in the provisioning profile. I started looking into the issue, and found that, of…
Nico
  • 253
  • 1
  • 3
  • 13