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

Side loading iPhone apps to device without certificate

Is there any way to push apps to an iphone through an iPhone explorer or something else, where you can bundle up the ipa and copy it onto an unlocked device (or non unlocked even)? How can I push an app to my device without putting it on a cydia…
Dominic
  • 1,294
  • 1
  • 15
  • 29
4
votes
2 answers

iOS provisioning and signing overview

I am relatively new to iOS development and seem to struggle with the provisioning and code signing process. I always seem to have warnings of some sort and usually resort to a shotgun type approach to my provisioning settings. Is there a good…
Nippysaurus
  • 20,110
  • 21
  • 77
  • 129
4
votes
1 answer

Difference between Development, Production, Development Provisioning Profile and Distribution Provisioning Profile?

This question is similar to : iPhone development - what is the difference between a development and distribution provisioning? I understood the Development and Distribution Provisioning Profiles uses. But i con't understood what is the use to create…
Naresh
  • 16,698
  • 6
  • 112
  • 113
4
votes
1 answer

Apple association file fetched in development but not in TestFlight and App Store

Universal links work perfectly fine in development, but once I sign the applications and deploy them to TestFlight and App Store, it looks like the apple-app-site-association is not fetched and therefore the app isn't registered for oppening the…
4
votes
1 answer

App Installation failed: A valid provisioning profile for this executable was not found

XCode doesnt let me run the iOS-application for a customer on my personal iPhone. While i'm able to create Archives and to push IPAs to Testflight. i am still not able to execute the app directly on my phone. There is an "Xcode managed profile"…
delete
  • 18,144
  • 15
  • 48
  • 79
4
votes
1 answer

How to make Xcode 8.2.1 refresh provisioning profile list ? seems like Xcode bug

new provisioning profile appears in Apple's dev portal, but I can't see it in Xcode, tried to Download all profiles, kill Xcode, restart computer, none of them worked.
Z. Ziv
  • 115
  • 6
4
votes
1 answer

Is there a way to re-provision an iPhone IPA file without re-compiling or using XCode?

We've created an iPhone application and provisioned the application for deployment. In XCode we've used the build & archive tool to create an IPA file that can be used for installation. When new devices are added to the profile we would like to…
graiz
  • 71
  • 5
4
votes
3 answers

What are an iOS app's Compiled/Build Files?

I am delivering an iOS app for a client and they are asking for the compiled/build files for the app and not the source code or an exported .ipa. I am wondering what compiled/build files are. Is it just the .app that is created in /products whenever…
Joe Benton
  • 3,703
  • 1
  • 21
  • 17
4
votes
4 answers

Problems with iOS Free Provisioning Profile

I've been using Xcode with a free Apple ID, and signing a App with a free provisioning profile. However, after I signed the App with another Mac, the certificate on the first Mac I used to sign the App with does not work anymore. I received this…
Panda
  • 6,955
  • 6
  • 40
  • 55
4
votes
1 answer

How to build an iPhone app for distribution on the clients account?

I've developed a small app for my client which is supposed to be released under one of their brand names. They've created an iPhone developer account to be used for this purpose. So far, for testing I provided them with ad hoc distributed builds…
Toastor
  • 8,980
  • 4
  • 50
  • 82
4
votes
3 answers

The identity used to sign the executable is no longer valid (iOS 8+ / Xcode 7)

The identity used to sign the executable is no longer valid. Please verify that your device’s clock is properly set, and that your signing certificate is not expired. (0xE8008018). I've already tried almost everything I've found on SO but nothing…
Moumou
  • 1,513
  • 2
  • 18
  • 41
4
votes
2 answers

How to become familiar with code signing issues?

Every time when i deal with code signing and provisioning profiles strange things happens. Most times i get the error "no code signing identity found" and if not then something like "no matching provisioning profiles found" and "no provisioning…
itinance
  • 11,711
  • 7
  • 58
  • 98
4
votes
1 answer

Xcode 6 GM provisioning profile for Ad-Hoc distribution

After install XCode 6 GM I CANNOT select the distribution provisioning profile for ad-hoc distribution. The Xcode always uses "XC AD Hoc" profile. I already tried by removing the profiles from the system (deleted all files in…
My1
  • 199
  • 1
  • 10
4
votes
1 answer

Expiring Provisioning Profile - Enterprise Deployment

Quick sanity check - I've read through several related questions and I'm still confused about this topic. We have an enterprise application that we deploy using an MDM (Air Watch). Our application certificate is valid for another two years, and our…
Tejaswi Yerukalapudi
  • 8,987
  • 12
  • 60
  • 101
4
votes
1 answer

which certificate and provisioning profile are used to sign my application?

I'm try to develop an iOS app and the current Build Settings are: Code Signing Identity Debug: Don't code sign Any SDK: iOS Developer Release: Don't code sign Any SDK: iOS Developer Provisioning Profile: None How come that I'm still able…
user273895
  • 654
  • 5
  • 16