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

Multiple development certificates for developer provisioning profile

Is it possible to generate multiple development certificate for single provisioning profile without APNs/ In App purchase(Wildcard). If yes, please guide me. My problem is I need to generate provisioning profile and certificate for testing but…
0
votes
0 answers

Unable to install my application

I have xcode 7.3.1 installed on my mac. Whenever I try install on real device , it says "The certificate used to sign 'my application' either expired or has been revoked. An updated certificate is require to sign and install application". I can…
Mani murugan
  • 1,792
  • 2
  • 17
  • 32
0
votes
1 answer

Installing a development app with Apple Configurator

I need to install a prototype app on 50 iPads, for a real time test with 50 users. It is not on the AppStore. The app is developed using most recent XCode, Swift, and a valid ad-hoc provisioning profile and development certificate. I can not create…
philippe
  • 1,877
  • 2
  • 20
  • 25
0
votes
1 answer

Create iOS App using Apple iOS Provisioning Portal

I'm trying to create iOS App using Apple iOS Provisioning Portal to make Push Notifications in iOS. Do I need to make join to apple developer program to be able to create new iOS App? How can I open Certificates, Identifiers & Profiles window to be…
0
votes
1 answer

synching a team provisioning profile to an iPhone

I have a test version of an app on my phone which has stopped working last week when its team provisioning profile expired. The profile is now update in Xcode and on the developer portal but not yet on the phone. Is there any way of forcing an…
drw
  • 943
  • 1
  • 10
  • 25
0
votes
2 answers

Can't add UDID to provisioning profile for ad hoc deployment

I don't see a "+" symbol or anything. It only gives me these 3 options when I am making a new provisional file.
walton
  • 121
  • 9
0
votes
1 answer

Push notifications suddenly stopped working in production

My company's app is already in the app store. The push notifications were working fine but suddenly it stopped working. I am new to the company, they told me to fix the issue. I went to their apple account portal. The production SSL certificate for…
0
votes
1 answer

Distribute client app update to app store without the certificate

I've done an app update for a client. He previously work with another external dev, and have no access to the certificate private key. Using xCode, (as team member), looks like a can get the client provisioning profile, but not the Distribution…
Franck
  • 8,939
  • 8
  • 39
  • 57
0
votes
1 answer

getting errors with Xcode 8: "A cryptographic verification failure has occurred."

At first I was getting an error that involved my signing identity. After signing out and then signing back in, I'm now getting the following errors. I think it has something to do with the the certificates or provisioning profile. error: A…
PCR
  • 43
  • 1
  • 7
0
votes
0 answers

/usr/bin/codesign failed with exit code 1 in Xcode 6.4 (yosemite 10.10.5) when trying to run on iPad

Everything started when I tried to create and validate my archive for the new app version. My developer certificate expired, I revoked it (I didn't revoke distribution certificate it is still valid) and now it is up to date. I deleted my old…
0
votes
3 answers

Do I have to recreate provisioning profiles if I create new App ID

Right now I want to create a new App ID for a new project. Do I have to recreate provisioning profiles for both development and distribution so new app id could work? By the way current provisioning profiles have App ID of "*". So this will be…
yong ho
  • 3,892
  • 9
  • 40
  • 81
0
votes
1 answer

Development Provisioning profile is gone after import

I imported my Developer Profile from one mac to another. Here are the steps I did: IN Mac1: Xcode-> Preferences selected my team -> Export Developer accounts... IN Mac2: Xcode-> Preferences selected my team -> Import Developer accounts... Then…
user3126427
  • 855
  • 2
  • 14
  • 29
0
votes
1 answer

How to run iOS application in real device through terminal without a paid apple developer account?

First this not duplicate of Test iOS app on device without apple developer program or jailbreak I know it is possible to run app on device using Xcode 7 and free AppleId but i want to achieve this using terminal only Or in other words, Is there any…
0
votes
2 answers

Xcode 7.1.1 Error - No provisioning profiles matching an applicable signing identity were found

I have a game in Unity 5 and exported iOS build. Opened the project in Xcode and selected correct Team and Provisioning Profile. Xcode than shows an error "Code Sign error: No matching provisioning profiles found: No provisioning profiles matching…
0
votes
1 answer

Testing Ad-hoc Provisioning Profile in Real Device - IOS XCode

For an application that I am working on, I use parse server and the push notification property. Until now I was using a developer provisioning profile. Now I want to test the app with the Ad-hoc provisioning profile as it is said that before putting…
saner
  • 821
  • 2
  • 10
  • 32