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

How to create provision profile for an existing app iOS?

I've developed an app and created a provisioning profile in apple's member centre and downloaded, installed then submitted app to App Store. Then after my mac is formatted and I've lost the profile and the keychain access. Now my development is…
AMI amitekh
  • 198
  • 3
  • 16
0
votes
1 answer

Xcode shows different provisioning profile when exporting the application

I am running into some strange issue here and I am not sure it's Xcode or it's me not understanding what provisioning profiles really are and how they work. I have multiple iOS applications and different provisioning profiles (each application has…
daydr3am3r
  • 920
  • 4
  • 12
  • 31
0
votes
2 answers

Provisioning Profile changed expiration date automatically

I have some question about iOS provisioning profiles for iOS Universal Distribution. For what I know, a provisioning profile, when it's renewed or generated, it's validity is 1 year. But somehow, until yesterday I had a provisioning profile with…
Bruno
  • 181
  • 16
0
votes
1 answer

Installation of certificate in iOS simulator failed

I have a CA certificate (signed by my own) and want it installed in simulators. I dragged it into the window of simulator and it asked me to install. Surely it was marked as a red "unverified" but I kept installing it. After all, when I clicked…
Silver
  • 77
  • 10
0
votes
1 answer

Invalid subplatform for platform

Hello any one please correct me about this error , While adding new device and updating my provisioning profile getting this error since last few hours.
Darshan
  • 2,272
  • 3
  • 31
  • 43
0
votes
1 answer

Developing on two different Mac's as a team member

I have my personal developer account which I use to develop/test my own apps on my own Mac/ iPhone. Also, I've been added as a team member to another developer account so I can work on / test / develop apps for the client. So basically, I want three…
Whirlwind
  • 14,286
  • 11
  • 68
  • 157
0
votes
3 answers

Submitting app started by other developer

I am trying to submit an app started by another dev, he created all the certificates and provisioning profiles, and I can't have that generated developer's profile by him because he is unreachable. I do have access to the apple developer account…
0
votes
1 answer

Unable to access server on physical iOS device

I recently set up a provisioning account for my iOS device for my Xamarin project. The app launches fine and shows to first screen well, but when I attempt to perform an action like Logging in which requires hitting a local database I have in the…
0
votes
1 answer

how to archive an iOS app from Xcode with self signed certificate without provision

I am trying to make an app which would not be available of AppStore but users will able to download it from cloud. So to make the .ipa file of this installable to iphone, what should I do? Can anyone help to make such stuff? Is it possible or…
0
votes
0 answers

How do I specify which provisioning profile is used for app store deployment?

I am adding push notifications to an app that I distribute to my team via TestFlight. I've created both a development and distribution certificate for APNS, and I re-issued my development and distribution provisioning profiles with the additional…
Ben Harold
  • 6,242
  • 6
  • 47
  • 71
0
votes
1 answer

my Development provisioning profile is invalid. Can i regenerate it?

I'm about to update my app that is now in App Store.But when I was preparing my updates development in Xcode, I accidentally revoked my certificates and I regenerate them. After regenerating all of my certificates, I made a ipaFile and I'm now…
yanamstyle
  • 13
  • 6
0
votes
1 answer

Confused with provisioning profiles

I am having a difficult time to create and understand provisioning profiles. Here is what I would like to achieve: I have 10 devices in my developer portal. I want to set 5 of these devices with a profile for development and testing only. I…
Sonu Kapoor
  • 1,567
  • 3
  • 16
  • 34
0
votes
2 answers

Adding In-App Purchase Entitlement to iOS App Messes Up Code Signing

Pulling my hair out over this. I have an iOS app. If in-app purchase is turned off under Capabilities, everything works fine. I can archive the app and submit it to the app store with no problems. Code singing in build settings is this: If I turn…
0
votes
1 answer

Cannot submit new version of ios app - "An App ID with Identifier 'com.yyy.app' is not available. Please enter a different string."

This might look duplicate as there are in-numerous questions raised with the same subject, but mine is slightly tedious, I am getting this error in xcode or creating manual certificate in Apple Developer Central. I am one of the admin of an existing…
Code Tree
  • 2,160
  • 4
  • 26
  • 39
0
votes
2 answers

Provisioning profile prefix different than that it compiles with

I'm running into problems getting Branch to work for deep linking. My thought is it's because of the app prefix. I go to the developer portal and create a new app id: Then I create a new provisioning profile using that app id: When I go to…
random
  • 8,568
  • 12
  • 50
  • 85