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

App has conflicting provisioning settings in Build Settings

I have generated a certificate and created a provisioning profile for my project so that I could make push notification in it, but when in Build Setting -> CodeSigning I write the name of provisioning profile and give my team name in General an…
siddle
  • 137
  • 2
  • 10
3
votes
2 answers

Are devices removed and later added again counted towards the max device number in iOS Provisioning Portal?

The maximum number of 100 registered devices per year in the iOS Provisioning Portal is a tough limit, especially since the introduction of the iPad and iPhone 4. There's a certain number of devices in our group of beta testers that can probably…
3
votes
2 answers

Unable to build Ionic / Cordova iOS due to an issue with the entitlements file or provisioning profile

When trying to build the iOS version of my Ionic app, it keeps failing with the following message === BUILD TARGET tlpApp OF PROJECT tlpApp WITH CONFIGURATION Debug === Check dependencies Automatic signing is unable to resolve an issue with the…
3
votes
1 answer

unable to create IOS Distribution Cirtificates itunes connect

I m trying to create Distribution certificate but there is disable icone appers in itunes so how can i create distribution and developement cirtificates? Screen shots is
princ___y
  • 1,089
  • 1
  • 9
  • 27
3
votes
1 answer

Adding push notification functionality to an existing app

Hey, Is it possible to add push notification functionality to an already existing app? Will it be possible if I have to change the appID? I am asking this because I am about ready to submit my app, and currently don't require push notifications. In…
Danra
  • 9,546
  • 5
  • 59
  • 117
3
votes
1 answer

Run an iOS app with the same bundle ID with different accounts for development

I don't have a paid Apple developer membership, and the app I'm building is far from the app store phase... So buying membership is not yet an option, unless strictly necessary. There is another person who has to run the app on his phone. We're…
Vlad V
  • 1,594
  • 1
  • 13
  • 28
3
votes
0 answers

How to sign in Apple ID in Xcode7.3 of VMWare?

I can't sign in Apple ID in VMWare. Forever in progressing status. Is there a way how I can fix this issue?
Eric Chan
  • 1,192
  • 4
  • 16
  • 30
3
votes
3 answers

iphone how to send my project build to someone else

my work colleague is asking me to send a build so that he can install the application on his phone to test it. I need to send this application to him today. a build that is. not the actualy project just the correct files needed so he can install it…
Pavan
  • 17,840
  • 8
  • 59
  • 100
3
votes
1 answer

Cordova iOS device build failed. No matching provision profile found

I win a beautiful error code in the terminal when I attempt "cordova run ios --device --verbose". Though app loads just fine in the emulator. Xcode says build is successful. However, app does not open on the device, all though xcode icon does appear…
John Doe
  • 91
  • 1
  • 5
3
votes
1 answer

Xcodebuild throws error in new Xcode-8 Beta version

I get this error Code signing is required for product type 'Application' in SDK 'iOS 10.0'", whenever i try building my app from command line using xcodebuild. The same command works fine with previous versions of Xcode. In general "xcodebuild…
3
votes
0 answers

keychain-access-group entitlement not updating

The provisioning profiles for my apps that come down from Apple have the keychain-access-groups entitlement turned on. My local Xcode does not have this entitlement (capability) turned on. This is resulting in local entitlements that don't match…
3
votes
1 answer

Provisioning Profiles Stopped Working (Free Apple Account)

I've been able to develop apps perfectly fine until today when the Fix Issue button stopped working. Now I'm greeted with the error: Creating a profile requires having a device registered in the Member Center. I'm using a free account so, as far…
3
votes
1 answer

No provisioning profile with a valid signing identity .No matching provisioning profiles found, xcode, ios

This message shows under identity --> Team No provisioning profile with a valid signing identity(i.e. certificate and private key pair) matching the bundle identifier "com.myname.appname" were found. Why is this.please help me with this. I can…
caldera.sac
  • 4,918
  • 7
  • 37
  • 69
3
votes
2 answers

How to debug apps in iPhone?

I have fresh MacBook and a new iOS development profile. Now, what are the new ways to sign a provisioning profile to debug and build in iPhone?What I have to do?
3
votes
2 answers

Unable to Download App + App is No Longer Available

We have an app that was distributed using Enterprise Distribution Profile. Now, the same app is working for some but others are reporting the following issues. Existing/Installed app throws this error, and doesn't open: {App Name} Is No Longer…
Mustafa
  • 20,504
  • 42
  • 146
  • 209