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

Apple OS X Server (Xcode CI service) can't find provisioning profiles

I configured dedicated Mac mini with OS X Server for Continuous Integration with XCode5, added git repo and created bots. I am trying to integrate bot and get error Specified PROVISIONING_PROFILE (29DAD4E2-6155-4395-AF33-2C872BC32504) not found…
8
votes
3 answers

App ID in provisioning profile for iPhone application

I have created a small iPhone application and I have to test this application on iPhone. I have to create a provisioning profile, but I am confused about the App ID that I should choose. At first it gives me option to enter APP ID description and…
Manas
  • 1,313
  • 3
  • 12
  • 16
8
votes
1 answer

How can I deliver an iOS app IPA to a customer to be signed with their own Enterprise provisioning profile

We have developed an iOS app that has been delivered to the customer as an IPA with an ad-hoc distribution profile that allowed a set of their employees to install it on their devices. The customer now wishes to distribute that app internally to…
Kristopher Johnson
  • 81,409
  • 55
  • 245
  • 302
8
votes
5 answers

OTA - myApp couldn't be installed at this time - Could not verify executable

After almost no problems for 6 months, I suddenly have a major problem when trying to distribute an app for inhouse testing over OTA: while installing the app (after download) I get the below error message -> screenshot. All of my testers also see…
brainray
  • 12,512
  • 11
  • 67
  • 116
8
votes
1 answer

Submitted app to appstore with adhoc profile

I submitted a new app to the app store today. The upload was accepted by Apple so I assume everything is correct. But I had a thought. Take a look at the screenshot I've attached, the distribution profile I used, the method is set to 'Ad-Hoc' (I was…
7
votes
1 answer

Provisioning profile not found

I have just upgraded my iPhone to the 4S and having restored all of the settings from my old phone I found that three of my apps were missing. I went to the Apple Dev centre and deleted my old phone and then rebuilt and downloaded the profiles with…
7
votes
2 answers

iOS Native Application - Requires a provisioning profile with the Push Notifications feature

I am supporting for one existing native iOS application. For this am able to generate IPA successfully from Xcode but while generating build from devops am facing the issue: Requires a provisioning profile with the Push Notifications feature How…
Pinki
  • 21,723
  • 16
  • 55
  • 88
7
votes
4 answers

how to move an app with the same bundle identifier to another apple developer account?

so currently I am developing an app with certain bundle identifier. previously I use one apple developer account, and we plan to change the apple developer account associated with this app. when I change the 'team' to the new apple developer account…
Alexa289
  • 8,089
  • 10
  • 74
  • 178
7
votes
8 answers

Xcode with iPhone 4 Development: The executable was signed with invalid entitlements.

The complete error message is: The executable was signed with invalid entitlements. The executable was signed with invalid entitlements. The entitlements specified in your application's Code Signing Entitlements file do not match those specified in…
Paresh Masani
  • 7,474
  • 12
  • 73
  • 139
7
votes
2 answers

Xamarin.iOS ApplicationVerificationFailed: Failed to verify code signature of

why I am getting this error when I am trying to run my application in real device not simulator ApplicationVerificationFailed: Failed to verify code signature of…
Mina Fawzy
  • 20,852
  • 17
  • 133
  • 156
7
votes
2 answers

How to reset/remove apple developer team maximum devices without Apple Developer Membership

So I have a long history of writing (more like testing) apps, and thus have a long trail of testing devices. Lately, I wanted to test one my apps on my iPhone, but it tells me that I have already reached my maximum amount of devices that my team can…
7
votes
2 answers

An unspecified error occurred. Can't able to create new provision profile for appstore

Can't able to create new provision profile for app store. Showing alert with message "An unspecified error occurred. Please refresh and try again" I refreshed and tried a lot, but same error
Britto Thomas
  • 2,092
  • 1
  • 15
  • 28
7
votes
2 answers

Can't create App Store Provisioning Profile for AppStore-Distribution

As a company we enrolled successfully the Apple Enterprise Developer Program. As shown in the screenshot below, Apple wrotes "Get everything you need to develop and distribute your apps on the App Store." Enterprise Account: But when we want to…
itinance
  • 11,711
  • 7
  • 58
  • 98
7
votes
2 answers

Push certificate not appearing when creating a profile in iOS dev portal

I've created a dev push certificate for my app (following these steps http://www.raywenderlich.com/32960/apple-push-notification-services-in-ios-6-tutorial-part-1) and I can see the certificate appearing in the certificates section of the…
Gruntcakes
  • 37,738
  • 44
  • 184
  • 378
7
votes
1 answer

Recover signing certificate without p12 password?

I've been handed an iOS app codebase, which I'd like to distribute via the existing Enterprise certificate used by the prior developer. After importing the provided .mobileprovision file, I'm (not unsurprisingly) getting the "Valid signing identity…
Mitch Cohen
  • 1,551
  • 3
  • 15
  • 29