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

App with BundleID not found in Provisioning Portal

I have an app "TestApp" with BundleID: ABCD12234.com.mycompany.testapp on itunesconnect. In my Provisioning Portal there is no App that has AppID: ABCD12234.com.mycompany.testapp but I have an app with AppID: EFGH5678.com.mycompany.testapp So is has…
0
votes
2 answers

starting over with iOS Provisioning

Before the Mountain Lion release, I was running Lion on a separate partition. I used the Lion partition for all me development, building, running on devices and submitting to the App Store. All was well until the day of the ML release. I upgraded…
JohnWickham
  • 571
  • 1
  • 6
  • 15
0
votes
1 answer

Provisioning Profile and NSUbiquitousKeyValueStore Problems

The app I'm currently working on was originally developed by someone else on another mac and has several provisioning profiles linked to it. I made a new provisioning profile about a month ago to test on the same device the original developer tested…
0
votes
1 answer

Creating and send ipa with only Technical permission

I have developed an Application and verified in simulator. Now i need to send build to my Client. My client has provided me technical role in Itunes connect . I can login in Itunes connect with my ID and can see my name under users as technical…
mia
  • 373
  • 1
  • 4
  • 15
0
votes
0 answers

no unexpired provisioning profiles found that contain any of the keychains signing certificate

I'm making a second computer to develop my apps (2 with differents IOS developer accounts). I : exported the certificates of the people from the keychain installed them on the new computer copy-paste the files from…
clement
  • 4,204
  • 10
  • 65
  • 133
0
votes
1 answer

Signing identity not found on XCODE (Organizer)

I already made iPhone application thanks to all certificates and so on. Now, I'm installing a second mac to develop applicaions (the same applications) so : I generated a Certification Signin Request (with keychain) I didn't upload it but I…
clement
  • 4,204
  • 10
  • 65
  • 133
0
votes
1 answer

Is there a way to programmatically create App ids?

I'd like to programmatically create App ids in the iOS provisioning portal. I can't use wildcards because I need the push notification system. Is there way to do it in commandline ?
ldiqual
  • 15,015
  • 6
  • 52
  • 90
0
votes
2 answers

Valid provisioning profile not found but has matches

I just added a new device to the provisioning portal, generated certificate, mobileprovision, etc. My keychain has the certificate in it, my device has the app's profile on it, and there's a green checkmark underneath Status. In the build status tab…
Dustin
  • 6,783
  • 4
  • 36
  • 53
0
votes
1 answer

ios - provisioning profile issues

I recently re-installed my mac for a good spring clean and did a complete backup with Super Duper:-) Now on the day I did the re-install Apple's servers had issues with signing certificates, which I didn't know and thought I was messing things up.…
jwknz
  • 6,598
  • 16
  • 72
  • 115
0
votes
1 answer

Xcode Provisioning Profiles

I currently have an app published on the App Store but I've just updated it to support native iPad usage as well. Obviously when doing this I had to create a new Development profile for the app to support both my iPhone and iPad for testing. However…
Flatlyn
  • 2,040
  • 6
  • 40
  • 69
0
votes
1 answer

How to setup more than one team admin to make adhoc distribution builds for TestFlightApp?

I am using TestFlightApp to distribute test adhoc builds of my app to my entire team, I have three team admins who need to be able to put up new builds to test flight app. Unfortunately, Apple only allows one team admin to make distribution builds…
0
votes
1 answer

Can app created under iOS Developer's account be distributed in iOS Developer Enterprise account?

I refer to http://developer.apple.com/library/ios/#documentation/ToolsLanguages/Conceptual/DevPortalGuide/DistributinganApp/DistributinganApp.html#//apple_ref/doc/uid/TP40011159-CH31-SW1 and…
0
votes
1 answer

How to fix the provisioning profile error using a wildcard

Main goal: To have two builds of the same application on my phone. What I've done: Switched the provisioning profile to "wildcard" from "DEV" and changed the bundle identifier to "com.mycompany.*" from "com.mycompany.appname". I ran it, and I get…
0
votes
1 answer

Can we extend the expire date of a provisioning profile?

In my iPhone app, I have a functionality to check the reminders and validate the future dates. While changing the dates (future dates like 2013) to from settings of an iPhone, App shows me an Error message that your provisioning profile for this app…
Arpit B Parekh
  • 1,932
  • 5
  • 36
  • 57
0
votes
1 answer

no provisional ios devices are available

my Mac has Snow Leopard and Xcode about shows 4.2 (4c199) An update came to my iphone4 and it has now ios5.1 (used to be ios5.01) When I try to run on the ios device target the build goes through fine but the installation fails with "no provisional…
user612514
  • 99
  • 8