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

Downloading a provisioning profile for text-to-speech api support

I'm using xCode trying to download my 'provisioning profile' for production level support from an ios text to speech service. I exported the app and was able to export my developer account, but I can't seem to just open the contents and access the…
N. Pyle
  • 37
  • 10
0
votes
0 answers

Xcode: No Matching Provisoining Profiles Found

I am on Xcode 7.3, OSX El Capitan 10.11.4. My work decided to move the dev team from one shared Apple developer account to a shared team account under which we all have individual developer profiles. Since the migration, I have had an unholy hell of…
0
votes
1 answer

If provisioning profile is set to "automatic" is it necessary to update?

I need to renew the provisioning profile for one of my apps within the next few days. In the Xcode project however it's set to "automatic", does that mean Apple will do it automatically? What happens if I don't renew it? The app is currently in the…
Echizzle
  • 3,359
  • 5
  • 17
  • 28
0
votes
2 answers

iOS provisioning is not working

My provisioning certificates had expired after six months. I have reactivated it by navigating to Provision Profiles --> Distribution --> Then I clicked on all expired profiles-->marked the radio button and renewed the provision certificate...so…
user3600801
0
votes
1 answer

Corona SDK - app not appearing on iOS 9.3 device

I've updated xcode and I am using the latest build of corona. when i build my app to my phone i'm not getting any errors.. but the app never appears on my phone. I never noticed ideviceinstaller showing a list of commands this way though. I've…
hamobi
  • 7,940
  • 4
  • 35
  • 64
0
votes
2 answers

iOS must developement and distribution bundle identifier differ?

I'm adding on Push Notification to an existing app on the App store. I've asked the question here but I've not been able to resolve it. It keeps on telling me the identifier is not available. So I'm going back to simple questions first. Do I keep…
huggie
  • 17,587
  • 27
  • 82
  • 139
0
votes
2 answers

App ID with identifier not available when turning on remote notification

I have an app which I've just submitted to the app store. In the developer portal it has push notification checked, however it's not yet configured. I want to add Push notification capability to this app. I try to turn on Push in XCode Capability…
huggie
  • 17,587
  • 27
  • 82
  • 139
0
votes
1 answer

Is there any way to install the provisioning profile on iOS device without Xcode to iTunes?

My enterprise application is having more than 1000 users. And my Provisioning profile got expired 3 4 days before. After the expiration the existing users start facing the problem, their app is not open. When I debug his I found that the…
0
votes
1 answer

How to extend provisioning profile date, without reinstalling .xcodeproj

I have a demo app that I like, but I've deleted Xcode project (no backups) and now its provisioning profile date has expired and app doesn't work on iPhone. Is it possible to make it run again, maybe by renewing provisioning profile?
Xernox
  • 1,706
  • 1
  • 23
  • 37
0
votes
1 answer

XCode 7.2.1 Empty Provisioning profile

I have a problem with XCode 7.2.1. From a bit of time unfortunately, every time I open a project of an app developed for IOS I never had to set up the Provisioning Profile. It is always empty: And also if I try to choose makes me appear a box with…
macuser
  • 567
  • 2
  • 6
  • 16
0
votes
1 answer

Using the .p12 certificate iOS apps

I am new to iOS development and I am confused about using the .p12 certificate. I have recieved a .p12 certificate from our client. I installed it and it got added to the KeyChain Access. I want to know how to use it further to make sure my app uses…
0
votes
2 answers

Build and Sign IOS Xcode Project

How do you build and sign an iOS Xcode Project using the provision profile and certificate? I am new to iOS so it might be easy to ask for but I searched the web but haven't found how. I created a game using Unity 5 and built it to get the Xcode…
Smaika
  • 1,187
  • 4
  • 12
  • 20
0
votes
1 answer

RoboVM ApplicationVerificationFailed Xcode - Tried Everything?

So I will never understand Apple's certificates/provisioning profiles apparently. Using RoboVM, I have two devices I test on, an iPad and an iPhone. So I'm testing on my iPad, all is well. I plug in the iPhone and it doesn't work, gives me the…
yesbutmaybeno
  • 1,078
  • 13
  • 31
0
votes
1 answer

How to set DeveloperTeam based on Scheme in Xcode

I have an Xcode workspace with a few schemes. One of my schemes is for an enterprise build and has a different Team ID. I would like to automate changing the DeveloperTeam property based on the scheme, but I can't figure out a way to do this. There…
tettoffensive
  • 664
  • 7
  • 24
0
votes
1 answer

Backing up iOS apps with outdated provisioning profiles

I created an iOS 8.X app with the company I previously worked for, and would like to keep the app for personal reasons. I have all of the code for the app, but it was written in swift 1, and hasn't been updated to the swift 2 syntax. Also, it was…
abatis
  • 81
  • 1
  • 5