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
34
votes
8 answers

XCode "Too few items in teams" error when refreshing provisioning profiles

I'm trying to build my apps. I've installed the provisioning profiles that my team has set up. I've installed my developer certificate and the WWDR certificate. But when I refresh my provisioning profile library it throws this error: I have no idea…
Harlan Haskins
  • 557
  • 1
  • 6
  • 9
33
votes
3 answers

iOS app update notification

How does the iOS app update mechanism work? How to tell user that application on Appstore has been updated?Do i have to write the functionality in the code to show the update popover or is it handled by Appstore to show notification to user that app…
Prerna chavan
  • 3,179
  • 7
  • 35
  • 77
32
votes
4 answers

Apple Developer - Provisioning profile showing invalid status

I am new in ios, I have created provisioning profile on developer.apple.com more than 6 months ago. Today I checked profile it showing invalid status. Any suggestion what happing with provisioning profile?
Ankur Loriya
  • 3,276
  • 8
  • 31
  • 58
31
votes
4 answers

UDIDs in provisioning profile?

Given a provisioning profile, does anyone know how to determine what UDIDs are in that profile?
James Testa
  • 2,901
  • 4
  • 42
  • 60
31
votes
4 answers

Xcode build & run error: "Process launch failed: Failed to get the task for process 216"

After updating to Mavericks and making sure I got the latest updates of Xcode installed as well, Xcode suddenly fails to launch apps on the device. It installs the app on my iPhone but then before running it, throws this error: Process launch…
30
votes
3 answers

iOS developer program certificate transfer

I have some problems with my developer certificate and profile. I have certificate of developer program on my office Mac. I want to develop and test the app on my device at home, so I have added my device and generated provision profile from office…
Max
  • 817
  • 1
  • 10
  • 29
29
votes
0 answers

Add Xcode Developer Account from the Command Line

I am trying to use xcodebuild -allowProvisioningUpdates on a machine that I only have access via the command line (Azure Devops macOS Hosted Machine). Unfortunately, according to man xcodebuild in order to use -allowProvisioningUpdates it seems that…
Cosmin
  • 2,840
  • 5
  • 32
  • 50
29
votes
10 answers

Xcode 8.1 "Provisioning profile doesn't include the aps-environment entitlement"

Is anyone experiencing this problem? After persistence problemas and information retrieval on the KeyChain I had enable the KeyChain Sharing feature in Capabilities. This was to create a file called .entitlements So, when I gonna run the Archive…
Anderson Katao
  • 291
  • 1
  • 3
  • 5
29
votes
4 answers

How to detect that a provisioning profile is for development or distribution, programmatically

I would like to detect if a given provisioning profile is a development profile or a distribution (adhoc or app store) profile. I need to do this purely programmatically. I already understand how to detect adhoc vs appstore. And am specifically…
Alfie Hanssen
  • 16,964
  • 12
  • 68
  • 74
28
votes
2 answers

List installed mobile provisioning profiles

On OSX is there any way to programmatically get the list of all iOS mobile provisioning profiles installed on the machine (that's the list you can see in XCode organizer)?.
Sirio
  • 991
  • 2
  • 12
  • 27
27
votes
2 answers

Xcode 9: Provisioning profile is Xcode managed, but signing settings require a manually managed profile

I need to archive my app for submission to iTunes Connect. It was OK with Xcode 8.3.3: It's NOT OK with Xcode 9.0: When archiving, I get: Code Signing Error: Provisioning profile "XC iOS: *" is Xcode managed, but signing settings require a…
Cœur
  • 37,241
  • 25
  • 195
  • 267
27
votes
2 answers

Provide xcodebuild with .mobileprovision file

I am setting up Jenkins for automating iOS builds. Are there any possibility to provide a .mobileprovision file that is not added to the provisioning tool in Xcode to xcodebuild? I know that I can use PROVISIONING_PROFILE and…
Fredrik Andersson
  • 3,567
  • 3
  • 19
  • 21
26
votes
2 answers

Difference: Ad Hoc distribution and Developmental distribution

I am in process of creating my first app and have some confusion over Ad Hoc provisioning profile and Development Provisioning profile. I understand that this question is asked before this but needed some clarification and confirmation. Looking at…
alekhine
  • 1,600
  • 4
  • 20
  • 45
24
votes
6 answers

Xcode Provisioning Profile Expiring

I'm trying to clear a couple non-fatal errors from a couple projects. They are both "Target Integrity" "Provisioning profile is expiring: . . . ". Yet, I don't have the Provisioning profile that's expiring as a part of the project in any way. Can…
Michael Reiland
  • 849
  • 3
  • 8
  • 19
24
votes
4 answers

IOS Team Provisioning Profile - Pending (Managed by Xcode)

In my project in Xcode I have Issue: "No non-expired provisioning profiles are installed". I clicked "Fix Issue" and after 2-3 minutes: "Generation of the team provisioning profile Apple ID "XxXxXxXxXx" is still pending. Please wait a moment and…