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

Creating provisioning profiles for using with TestFlight?

I'm trying to get my app to work with TestFlight by following this article on their website. At step 5 when it says to select your Development Provisioning Profile and Ad Hoc Provisioning Profile, I'm not sure what to do: Go to the Build Settings…
Doug Smith
  • 29,668
  • 57
  • 204
  • 388
3
votes
2 answers

iOS Provisioning Profile error

I am currently having some problems regarding provisioning profiles on the dev centre. In the past, I have been able to successfully create and deploy apps on internal app stores and on multiple devices. I have never run into trouble when trying to…
3
votes
1 answer

Changing Developer Name in App Store

Let's assume that somehow my company manages to get the Developer name changed in the Developer Account at the App Store. In this case, what would happen to the existing apps: Will the existing apps remain happily at the App Store without any…
3
votes
2 answers

iphone ipa file on device with developer provisioning file - will it be deployed on device in a different MAC machine

I am a beginner in iOS development. I have got some understanding on provisioning profiles in IOS. Please help me confirm my understanding. Here is my scenario. iOS application developed on MAC1 with developer certificate1 and built using developer…
Prem
  • 4,823
  • 4
  • 31
  • 63
3
votes
3 answers

No valid 'aps-environment' entitlement string found for application 'MyApp': (null). Notifications will not be delivered

I've set up my application in the Provisioning Portal and enabled it for APS. I've set up two provisioning profiles for the application, both specific to this App ID. I'm building my application with my company's distribution certificate and the ad…
bodacious
  • 6,608
  • 9
  • 45
  • 74
3
votes
1 answer

Set Expiration of Provisioning Profile

Is it possible to set the expiration date of a Provisioning Profile? I am having an internal trial within the company and I would like to set the expiration date to be the end of the trial; instead of just being a year from the creation date. Is…
Falcon165o
  • 2,875
  • 1
  • 20
  • 31
3
votes
1 answer

armv6 and Entitlements error on App Store Upload

I am trying to upload an app via xcode. This app is nearly identical to many other apps I have updated or uploaded recently, using the same Provisioning Profile, so that and the signature shouldn't be a problem. I also don't have any Entitlements in…
Fluffhead
  • 845
  • 1
  • 9
  • 21
2
votes
2 answers

iOS provisioning code signing problems. How can I wipe everything out and start over?

I am having real trouble with provisioning and code signing issues. I have migrated to a new computer and have a bunch of "Valid signing identity not found" messages. In repeated attempts to fix distribution code signing I have managed to lose my…
Matt Miller
  • 1,421
  • 1
  • 15
  • 24
2
votes
1 answer

iOS Ad hoc distribution - About Apple certificates

I want to AdHoc test an application. My client owns an Apple account and I am member of the team (he added us). We want to use this technique http://www.innerfence.com/howto/install-iphone-application-ad-hoc-distribution to send the ipa and mobile…
Tony
  • 10,088
  • 20
  • 85
  • 139
2
votes
1 answer

How long does a provisioning profile last for testing?

When I install it on my own device, the profile says it expires one year after the last time I changed it. But I also heard it could be shorter. In this question the times 2 months and 3 months are mentioned. Which is correct and why? I need a…
JOG
  • 5,590
  • 7
  • 34
  • 54
2
votes
2 answers

About apple certificates and distribution

I have some questions and cannot found any resource that clearly answers them all. I am really confused. If someone can answer all my questions I will appreciate What I want to achieve is the following: I am a developer and have a developer account.…
Tony
  • 10,088
  • 20
  • 85
  • 139
2
votes
2 answers

If I revoke the existing iOS Dev Center Development Certificate, will that screw up any other developers using it?

I work for a large, spread out (all over the country) company. We have a paid iOS Dev Center account and I've been using it to develop iOS apps on phones for months now. I've now returned to an iOS project after some weeks and it appears that while…
Tom Kidd
  • 12,830
  • 19
  • 89
  • 128
2
votes
5 answers

iOS Enterprise: Re-certify existing IPA with new certificate

We are enrolled in the iOS Enterprise Program. The provisioning profile used for our released apps is about to expire, so I got a new certificate and provisioning profile. I need to re-distribute some of our apps with the new provisioning profile,…
2
votes
1 answer

Code signing in project settings, target settings and re-signing after creating the archive

I have seen a few questions similar to this. So the target settings override the project settings. I got that, but if I don't want to override the project settings, is that what the "Don't Sign" option is for? What am I supposed to do after…
Jim
  • 5,940
  • 9
  • 44
  • 91
2
votes
1 answer

Xcode: Can I set Code Signing Profile from the command line

I have a batch build script that I run to build a common codebase for iOS apps into 100+ unique IPAs. I use Xcode 4.2 on OS X Lion. The build settings for each app are set using PlistBuddy and the build works by running PlistBuddy, installing app…
simianarmy
  • 1,485
  • 10
  • 13