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

Tool for displaying the contents of a Provisioning Profile (.mobileprovision) file?

I have the dreaded Code Sign error: No matching provisioning profiles found: This product type must be built using a provisioning profile, however no provisioning profile matching both the identity “Foo, Inc” and the bundle identifier…
Robert Atkins
  • 23,528
  • 15
  • 68
  • 97
11
votes
4 answers

No Provisioning Profiles with a valid signing identity in xocde5

When I try to use Xcode5 dp6 to run app on devices. I got an error of No Provisioning Profiles with a valid Signing identity found issue How can I resolve this issues.
user2930730
  • 359
  • 2
  • 4
  • 14
10
votes
2 answers

Getting error installing Provisioning Profile on mac

I am having a Xamarin forms ios app with push notifications enabled it works fine with a Distribution provisioning profile but not with the Development profile. I have uploaded the certificates for Development and Distribution in the Identifier of…
10
votes
9 answers

Add the “iCloud containers” entitlement to your App ID

I am trying to fix this issue for hours now. I have checked the App ID and confirmed the iCloud containers. Also i have entered the same in the app entitlements. But there is a always a red mark before "Add the “iCloud containers” entitlement to…
Danboz
  • 561
  • 1
  • 5
  • 14
10
votes
3 answers

There is no IOS certificate with ID xxxxxxxxxx on this team

In Xcode: Organizer > Devices then on the left Library > Provisioning Profiles Click Refresh in the bottom right - this runs fine Click Renew on a provision that is soon to expire. I end up getting a prompt that says: "There is no IOS certificate…
Jacksonkr
  • 31,583
  • 39
  • 180
  • 284
9
votes
2 answers

iOS App Groups no longer working

Just over a year ago I signed up for a free Apple developer account. All went well, I was able to build apps and deploy on my iPhone. One of the apps also has an a Today extension and I created an app group to share data. The provisioning profiles I…
aelveon
  • 132
  • 1
  • 1
  • 9
9
votes
2 answers

How to continue using TestFlight functionality without waiting for App Review

TestFlight is closing due to Apple acquisition and I'm in the process of transferring my beta test groups to iTunes Connect. I used to upload my new nightly build using the desktop app, select (all) the users, and hit Next, that was it. Dead…
Can Poyrazoğlu
  • 33,241
  • 48
  • 191
  • 389
9
votes
1 answer

Cannot run Frank tests on device, although Frankified app is on device

I have gone through the instructions provided by Ted on this group. When I put in the following, with my path to the .app: ./fruitstrap -d -b /Frank/frankified_build/.app It looks like everything…
SirRupertIII
  • 12,324
  • 20
  • 72
  • 121
9
votes
3 answers

iOS Provisioning Profile not installing on one particular device

I recently have distributed an app for testing, and the test team are having a problem installing the app, more specifically the provisioning profile associated with the app. They are using an iPhone 4 (iOS 5.1.1) and are getting "Could not install…
user1557896
  • 121
  • 1
  • 1
  • 2
8
votes
3 answers

Is the Apple iOS provisioning device limit cumulative?

We are coming up to our iOS Developer Program renewal date and I want to make sure I fully understand how the device limit works so we maximise the number of test devices. Am I right in thinking that the 100 device per year is on top of what we…
Adam Swinden
  • 1,917
  • 2
  • 18
  • 24
8
votes
6 answers

Xamarin iOS code signing key not found in keychain

I'm trying to debug my Xamarin.Forms application on a physical iPhone, from my windows machine. I have a Mac connected, and an iPhone connected to that Mac I have an Apple developer certificate I have the device linked to my developer account I set…
Daan
  • 197
  • 1
  • 2
  • 11
8
votes
4 answers

How do I test access to a keychain property after update via the AppStore?

In the Keychain Services Programming Guide it states the following: "On iPhone, Keychain rights depend on the provisioning profile used to sign your application. Be sure to consistently use the same provisioning profile across different versions of…
Shane Fitzgibbon
  • 926
  • 7
  • 11
8
votes
0 answers

Can't export archive from Xcode on command line

I have a project from which I'm trying to export an Enterprise archive. This works perfectly via the Xcode interface (Xcode Version 9.3 (9E145)), but I'm trying to do it via the command line (so I can automate this on our CI). I'm exporting the same…
deanWombourne
  • 38,189
  • 13
  • 98
  • 110
8
votes
7 answers

iOS Over-the-Air mobile Ad-Hoc downloading: "Could not Extract Archive" error

I am trying to download my application over the web on my iOS 4.2 device. I have verified that the application I have built installs and runs correctly on my device through XCode - i.e. The application should be built and signed correctly. I package…
Brad
  • 11,262
  • 8
  • 55
  • 74
8
votes
2 answers

Uploading a build signed by an Xcode Bot to testflight rejected for get-task-allow error

When attempting to upload a signed .ipa file created by an Xcode Bot to TestFlight, I've been getting the standard "Invalid IPA: The get-task-allow values in the embedded.mobileprovision and your binary don't match. Are you sure you created the IPA…
DesignatedNerd
  • 2,514
  • 1
  • 23
  • 46