Questions tagged [provisioning-profile]

A profile used by Apple for verifying code signing for an application.

A profile used by Apple for verifying code signing for an application. It consists of a private/public key pair, and a .mobileprovision file that must be installed on the target device for debugging. There are two forms of provisioning profiles, development and distribution. Development is just for debugging the application on a device, and distribution is used for app store deployment or ad-hoc distribution. The development and ad-hoc provisioning profiles store a list of devices allowed to run applications associated with the profile. All provisioning profiles store a list of developers allowed to sign the application.

1822 questions
23
votes
4 answers

When are profiles renewed when using "Automatically manage signing"/allowProvisioningUpdates?

I have an enterprise distributed app which is built on a build server using ​xcodebuild. Last year we made a change to use the "Automatically manage signing" feature with the "-allowProvisioningUpdates" flag. The provisioning profile is generated…
blork
  • 2,150
  • 6
  • 26
  • 45
23
votes
5 answers

How can I add a device to development portal in Xcode 6?

I see that Xcode6 has removed the "Devices" tab from the organizer and moved it to a separate "Devices" tab in Window > Devices. I do not see an option for "Add device to Member Center" from the Devices screen or the Devices > Provisioning Profiles…
Alex Stone
  • 46,408
  • 55
  • 231
  • 407
23
votes
9 answers

No Certificates are available provisioning portal

Today I tried to upload a new version of my app, that uses Push Notifications, and XCode showed and error that I didnt have any valid Distribution profile. When I logged in the Provisioning Profile I saw that ALL my Distribution Profiles had…
subharb
  • 3,374
  • 8
  • 41
  • 72
22
votes
4 answers

didRegisterForRemoteNotificationsWithDeviceToken never called on specific device

First of all, I am on iPhone 6 Plus/iOS 8.1 and I've tried everything here: why didRegisterForRemoteNotificationsWithDeviceToken is not called Still no avail. To summarize: I've checked my bundle identifier matches the one in provisioning…
22
votes
5 answers

valid provisioning profile matching the application's Identifier could not be found

I'm trying to test my app on my device and am hitting the error stating "A valid provisioning profile matching the application's Identifier 'com.mycompany.MyApp' could not be found". I've read many similar posts here on SO but none have been able…
bobsmells
  • 1,359
  • 2
  • 11
  • 22
20
votes
5 answers

What is the binary data around the plist in a provisioning profile file?

The structure of a .mobileprovision file looks something like this: I have a few questions around this: What is this binary…
Chaitanya Gupta
  • 4,043
  • 2
  • 31
  • 41
20
votes
1 answer

Fabric distribution issue (We couldn't locate the following devices in your profile)

I registered new device in developer.apple.com and after generation all profiles when I tried to send the build caught this issue: "We couldn't locate the following devices in your profile... Use this file to update missing UDIDs in your ...…
20
votes
2 answers

Provisioning profile doesn't include the com.apple.security.application-groups entitlement

I am getting error while configuring Xcode provisioning profiles. Provisioning profile $ProfileName doesn't include the com.apple.security.application-groups entitlement. How to fix it. It seems my provisioning profile/certificate does not have…
Sazzad Hissain Khan
  • 37,929
  • 33
  • 189
  • 256
19
votes
3 answers

making CSR certificates in Windows (7)

Closely related to How to generate CSR when IIS is not installed. I also do not have this installed. I am developing a mobile application for iOS, and i am trying to obtain a provisioning file so i can test my app locally. In the process of…
jlehenbauer
  • 599
  • 2
  • 11
  • 33
19
votes
0 answers

Fastlane selecting wrong provisioning profile

I've configured my iOS project with 2 targets and several configurations (6 for the 1st target, debug and release for the 2nd target). Each of the release configurations has different bundleID, hence the appropriate adhoc distribution provisioning…
izik461
  • 1,131
  • 12
  • 32
19
votes
1 answer

Should I keep the Apple Developer Team ID secret?

Is it safe for me to post the Apple Team ID to a public forum (as in, for example, somebody is helping me to troubleshoot an issue and I post my .mobileprovision file, or a generated entitlements file that contains the team id, or I paste snippets…
Seafish
  • 2,081
  • 2
  • 24
  • 41
19
votes
2 answers

Enterprise Distribution Provisioning Profile Expiration

Our company enterprise provisioning profile is set to expire in a month, but our distribution certificate is set to expire in a few more years. What are our options? Do I need to regenerate a new provisioning profile and create a new build that I…
19
votes
6 answers

Xcode Error Retrieving Developer Info?

I am following this apple doc and trying to add provisioning profiles and signing identities for a new apple-id. The problem is that when I add a new apple-id in Xcode -> Settings -> Accounts I am getting "Error Fetching Developer Info". This is…
67cherries
  • 6,931
  • 7
  • 35
  • 51
19
votes
9 answers

Xcode Organizer - cannot refresh Provisioning Profiles list

I am using Xcode 4.3.3 Everything used to work fine before, but since couple of months ago, I can no longer refresh provisioning profiles through Organizer. The problem: I open organizer Click Provisioning Profiles at the top Then click "Refresh"…
Slav
  • 27,057
  • 11
  • 80
  • 104
18
votes
4 answers

Provisioning profile doesn't support the Wireless Accessory Configuration capability

After upgrading from Xcode 7.3 to Xcode 8, I'm getting an error: Provisioning profile "iOS Team Provisioning Profile: *" doesn't support the Wireless Accessory Configuration capability. May I know how to resolve this?
Lie-An
  • 2,563
  • 3
  • 17
  • 20