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

How to resolve duplicate devices in Apple Developer centre

I have just renewed an Apple Developer Account and have noticed that I have duplicate entries for my iPad. If I try to enable one of them, I get the following error: Both are listed in my devices list. However, the device ID does not match the one…
codecowboy
  • 9,835
  • 18
  • 79
  • 134
0
votes
2 answers

Provisioning Profile variable missing in .pbxproj

As suggested in this: https://github.com/KrauseFx/fastlane/blob/master/docs/CodeSigning.md I opened the project.pbxproj of my project and searched for statement like this - PROVISIONING_PROFILE = ""; Strangely there was no variable defined for…
Sarthak Singhal
  • 665
  • 2
  • 10
  • 26
0
votes
0 answers

Xcode app turns gray when I try to run it on real device

I can't find an answer to this anywhere. My app runs perfectly on the simulator, but when I plug it into my iPhone 5s, it gives me a gray screen when it runs. I have iOS 8.4 and Xcode 6.4. All my provisioning is set up correctly and the little app…
AdamA7584
  • 1
  • 1
0
votes
2 answers

Enterprise Certificate Apple

I'm using enterprise certificate of apple and I create an application using that certificate.Peoples are using the app.problem is,enterprise certificate is going to expire in next month and I want to renew it.can anyone tell me what should I do? and…
Pramuka Dias
  • 568
  • 4
  • 16
0
votes
0 answers

SpriteKit-based app not running on real device

I just finished making my game with SpriteKit, and it runs perfectly fine on the simulators. When I connect my iPhone 5s to my computer and try to run it on my device, the app icon appears on my device but when I tap it all I get is a white screen.…
NickyNick321
  • 213
  • 1
  • 4
  • 12
0
votes
2 answers

Missing Production Certificate

We have several apps published to the App Store since the last 5 years and up until now I have been able to sign them with the correct developer and distribution certificate. Today when I checked the iOS member center, I saw that almost all of my…
0
votes
1 answer

Is it possible to get a crash log due to expiration of provisioning profile?

When an application doesn't start or it goes home screen right after tapping the application, do I have a way to know whether it is because of expiration of its provisioning profile or other reason? I couldn't find them in crash logs from…
0
votes
0 answers

iOS Development build suddenly not downloading on a device who's UDID is registered

I have an iOS App that's provisioned with a developer provisioning profile. My iPhone 6's UDID is registered and has been downloading this from a link where the IPA is hosted on Dropbox. This has been working for months, literally since bout…
LampShade
  • 2,675
  • 5
  • 30
  • 60
0
votes
1 answer

iOS: None of the valid provisioning profiles allowed the specific entitlements

I'm trying to submit a beta build to the app store for my testflight testers. I've tried building and rebuilding new distribution profiles, but I can't seem to get around this error. I know there are a lot of similar questions on SO but none of the…
chmod
  • 1,173
  • 1
  • 9
  • 17
0
votes
0 answers

How to install ios App debuggable on my Iphone?

Prerequisite I have I Registered an Developer Account I have a Development Certificate I have a Development Provisioning Profile But I really don't get it how to export my app with this "Development" stuff to an .ipa file OR install it on my…
user2834172
  • 861
  • 1
  • 9
  • 17
0
votes
2 answers

Testing someone else's app on device

I am working on an app with some other people online and I am having issues trying to run it on my device. Works fine in the simulator but not on devices. I tried changes the team name from theirs to mine, and I have all of the code signing set to…
user3746428
  • 11,047
  • 20
  • 81
  • 137
0
votes
0 answers

How to set apple watch code signing identity and provisioning profile for push notification?

Got this error: Failed to code sign "xxx WatchKit App". The provisioning profile specified in your build settings (“xxxWatchAppPushProvisionProfile”) has an AppID of “com.yyy.xxxAppleWatchApp” which does not match your bundle identifier …
user1872384
  • 6,886
  • 11
  • 61
  • 103
0
votes
1 answer

Error in configuring iOS App for Push Notifications with Parse

I am following all the instructions here (i'm using Swift) without error. I can even build the project fine. When I connect my iPhone (5C) and try to run the app on the phone, I get the following error Here's the error message in case it is not…
user1406716
  • 9,565
  • 22
  • 96
  • 151
0
votes
1 answer

Distinguish between distribution and development for apple push notificiations

When I start the app, it registers for push notifications and depending on the provisioning profile it will generate a different push token. Since both AdHoc and AppStore provisioning profiles connect to the same server, I have to somehow…
0
votes
1 answer

Apple Watch - No Matching Provisionin Profiles Found

I'm trying to submit my app to the App Store. I succesfully created the .ipa file, but when I submit that file to the App Store this error comes up: It's never been a problem for me to submit my app to the App Store. But I recently added to my…
jmoukel
  • 794
  • 6
  • 18