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
1 answer

How to completely clean / reset iOS provisioning profiles and certificates in Xcode safely?

I'm having a lot of trouble trying to get my provisioning profile to work. I think there may be some UI changes between Xcode 4 and Xcode 5 that are confusing me. Nevertheless, I'd like to clean out my provisioning profiles and certificates as much…
4
votes
1 answer

No certificates are available in developer portal

I have enabled push notification service for app. I am getting the following error when I try to create provisional profile for app distribution: No Certificates are available. Click "Create Certificate." to create a Certificate. You need a…
user2681789
  • 895
  • 2
  • 9
  • 16
4
votes
1 answer

Provisioning Profile after app Transfer via iTunes Connect

I had an app live with my current account provisioning profiles and app identifier. Now I transferred that app to another iTunes connect account. I want to send a new version. In that case which provisioning profiles I will use? the old one or I…
NaXir
  • 2,373
  • 2
  • 24
  • 31
4
votes
2 answers

iOS Provisioning Portal: How to create an enterprise distribution cert using Xcode?

For an enterprise account, what is the recommended way of creating a distribution certificate? If I look at the distribution tab in the iOS Provisioning Portal, I see this this disclaimer at the top: Important: Xcode is the preferred method for…
memmons
  • 40,222
  • 21
  • 149
  • 183
3
votes
1 answer

xcode connecting distribution provisioning profile to development certificate

Im using xcode and I want to upload my app. In order to upload I need to build my app with the distribution provisioning profile. I have a valid distribution provisioning profile but when i try to build xcode gives my this error: Code Sign error:…
Vedaant Arora
  • 217
  • 1
  • 18
3
votes
2 answers

How best to share iOS app progress with customer

I'm making an iOS app for a client, and need to share my progress with them in a convenient way. At the moment I know of two options: add their device to my provisioning profile then send an IPA to them send an app through to them, built for the…
MrMotivator
  • 101
  • 1
  • 2
3
votes
0 answers

Xamarin iOS Free Provisioning - No Matching Profiles Found

I have been following this guide on setting up free device provisioning for iOS apps in Xamarin, however Visual Studio never seems to locate a provisioning profile. I get through all the XCode steps without issue, even deploy the blank XCode project…
Matt
  • 151
  • 1
  • 10
3
votes
2 answers

What happens to the provisioning profile during the code signing process?

I am trying to find a way for a 3rd party developer to send me just the binary for an app (with the correct bundle id), so I can sign it with the correct certificate and send it to the app store. I can tell xcode not to require a provisioning…
Ian1971
  • 3,666
  • 7
  • 33
  • 61
3
votes
1 answer

iOS app adhoc distribution and MDM

We want to develop apps for a variety of separate clients for use on their iPads/iPhones. Right now we have a developer license and and provision UUIDs manually and distribute the app OTA via a web server. This limits us to 100 devices per license…
Hippocrates
  • 2,510
  • 1
  • 19
  • 35
3
votes
1 answer

error: 0xe8003ffe when sync .ipa file ad-hoc distribution from XCODE 4.2

Drag and drop provisioning profile and ipa file to itune. sync app to iphone and got error: 0xe8003ffe. how I can sync this app to my iphone? (My iphone is using IOS 4.0) is that the reason of error?? thank you for your answer.
Hai Charoenmit
  • 71
  • 2
  • 11
3
votes
1 answer

How to Re-register a device in Apple's Provisioning Portal?

I used up all my 100 device registrations and I'm going to be renewing my subscription soon (in about a month.) So I removed unneeded devices so I would have openings available once my renewal kicks in. Unfortunately, I removed one too many and now…
Daniel T.
  • 32,821
  • 6
  • 50
  • 72
3
votes
1 answer

Xcode: How to select two different App Groups for two different targets pointing on two different team account (Enterprise & Company)

I have two different targets, and I try to get two different groups to each targets. My goal is to have two different versions, one for the App Store, one for distribution. I installed the push notification that worked well until now for the Company…
3
votes
0 answers

Certificates with invalid serial no. (iPhone has denied the launch request.)

Please read through before marking it as a duplicate. on 2019-03-06, apple came out with a statement about how they have issued certificates with invalid serial nos. because of the EJBCA issue. read…
AppleCiderGuy
  • 1,249
  • 1
  • 9
  • 16
3
votes
1 answer

Understanding Provisioning Profiles and Airwatch MDM

I support a handful of enterprise iOS apps that are distributed using AirWatch MDM. Initially, the first couple of apps were distributed all sharing the same wildcard provisioning profile. We recently rolled out a series of apps that used the App…
Nate23VT
  • 423
  • 8
  • 27
3
votes
2 answers

How to change provisioning profile for existing app?

I have never developed apps for iPhone, but our client has an app, which was developed by his previous vendor, now that vendor has wrapped up his operation from our country, So now we have that source code for that app for further development. The…