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

App crashing immediately after start

EDIT: My problem was because the plist file was corrupted . So if you have the same issue, probably is because of something in you plist file. SO i have this app and everything worked just fine until i updated my device to IOS 6. After that i…
flaviusilaghi
  • 677
  • 3
  • 10
  • 27
7
votes
2 answers

Ad-hoc distribution through email

On this site, I found that you can distribute through email: Ad Hoc Distribution With Ad Hoc distribution you can share your app with up to 100 other iPad, iPhone, or iPod touch users. Through email or by posting it to a server, users can download…
woz
  • 10,888
  • 3
  • 34
  • 64
7
votes
1 answer

iOS Provisioning Portal gives error when I try to add a profile

I can't figure out what is causing this generic error in the provisioning portal. There's no explanation given, and I am clueless. Any ideas? Thanks for your help.
davis
  • 1,911
  • 6
  • 26
  • 50
6
votes
2 answers

Are iOS device UDIDs case sensitive?

This is about adding devices to the provisioning portal for ad-hoc testing. A client sent me a UDID with upper-case characters which I foolishly added without checking. Wireless deployment isn't working and I'm wondering whether this could be the…
Danyal Aytekin
  • 4,106
  • 3
  • 36
  • 44
6
votes
1 answer

iOS provisioning after app transfer

I was developing an iOS app under my personal account and so far used Xcode's automatic signing feature for app provisioning. I now transferred the app to another organization that I'm not part of, but they want me to continue developing the app.…
6
votes
1 answer

Signing app with xcodebuild command line with PROVISIONING_PROFILE fails

I trying to sign my app command line using Xcode. Running xcodebuild command-line on MyApp.xcodeproj like so: xcodebuild -project "MyApp.xcodeproj" -target "MyApp" -sdk "iphoneos" -configuration *Release* PROVISIONING_PROFILE="xxxx-xxxx-xxxx-xxxx"…
TheWaterProgrammer
  • 7,055
  • 12
  • 70
  • 159
6
votes
2 answers

How is application ID used by Xcode when building/signing the application?

iOS Provisioning files make reference to the Apple application ID (of the form "A1A2A3A4A5"). Most often, the DNS form of the application is replaced with a star (*). My understanding is that the provisioning profile is stored in the iOS development…
user255607
  • 1,829
  • 5
  • 25
  • 28
6
votes
2 answers

Which Provisioning Profile to use when testing In App Purchase?

I have setup my app in iTunes Connect, with an In App Purchase. It has been 24 hours and I am still getting zero products back from SKProductsRequest. I am wondering if there is a problem with which provisioning profile I am using. I created a new…
Chris
  • 5,485
  • 15
  • 68
  • 130
6
votes
1 answer

iOS Provisioning Profile name

As I'm creating an iOS provisioning profile I'm presented with this screen: To my -limited- understanding, the profile already has everything I will need to identify it such as the Type and App ID. Why do I need to name it? Is this name relevant in…
Julian
  • 8,808
  • 8
  • 51
  • 90
6
votes
1 answer

How can I setup the distribution build to get watchkit App working?

My watchkit app is working ok when I run it with the wildcard developer profile. When I run it with distribution profile, the Watch app says : Failed to authenticate. I have then gone on to build unique Bundle IDs for each app. Then updated the…
Jack Shultz
  • 2,031
  • 2
  • 30
  • 53
6
votes
4 answers

iOS 8.1 Can't install OTA Enterprise app - "Unable to download app"

I know that my question is similar to this iOS8 Enterprise app install issue However none of the answers helped me and I no one explained the crash log errors which I think hold the key for solving the real problem rather then trying to add another…
MB_iOSDeveloper
  • 4,178
  • 4
  • 24
  • 36
6
votes
4 answers

If a UDID is added to an existing provisioning profile, does the IPA require regeneration?

I see a lot of questions that ask how to add a UDID to an existing provisioning profile, but I haven't been able to find any info on whether or not that requires any IPAs using it to be recreated. So for example if I... Create an ad-hoc…
Wisteso
  • 348
  • 3
  • 14
6
votes
1 answer

iOS In App Purchase capabilities says: "An App ID with Identifier 'com.example.App' is not available"

I have created an iOS App ID in iOS Dev Center under Certificates, Identities, and Profiles and enabled it for In-App-Purchases. Let's say its name is App and the id is com.example.app. If I view the corresponding app's In-App Purchase capabilities…
Drux
  • 11,992
  • 13
  • 66
  • 116
6
votes
1 answer

Updated Apple Developer Site Won't Allow Add Device to Ad Hoc Provisioning Profile April 2013

Edit April 9, 2013 Apple responded to my bug report on this matter and reported that "The problem has been fixed." I have confirmed that the problem is fixed. I can now add devices to older Ad Hoc provisioning profiles that were created before the…
David Manpearl
  • 12,362
  • 8
  • 55
  • 72
6
votes
1 answer

Rename xcode generated provisioning profile

XCode creates and manages a provisioning profile for wildcard apps. I would like to change the profile name so it's not so easily mixed with other wildcard profiles from other teams. Is this possible? How?