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

Does the provisioning profile itself enough for Code signing the app?

I am trying to prepare an ad-hoc build for an iOS app. I am registered as a team member(TEAM ROLE) in apple development program. My team admin has already generated distribution certificate and have registered device and also generated distribution…
Anant
  • 3,047
  • 2
  • 27
  • 33
0
votes
1 answer

Do we need 2 provisioning profiles to implement widget (extension) and main app in iOS?

What are the precautions taken to implement provisioning profiles? How we can use the same bundle ID in app and extension?
Shrawan
  • 7,128
  • 4
  • 29
  • 40
0
votes
1 answer

XCode 6 invalid(ated) distribution provisioning profile after upload to appstore

I noticed that if I change the "Capabilities" (Entitlements) in XCode6, it invalidates the AppID, which in turn invalidates the dependent Developer/Distributions Provisioning Profiles. I know those can be either regenerated by XCode automatically -…
kalmiya
  • 2,988
  • 30
  • 38
0
votes
2 answers

Issues changing from wildcard to explicit app ID

I have an iOS app with four targets (iOS App, WatchKit App, WatchKit Extension, custom framework), that I want to publish for in-house usage. Since wildcard app IDs cannot be used for in-house apps, I created four new explicit App IDs. I also…
0
votes
1 answer

I need to reset all my certificates, provisioning profiles, appIDs

I'm having troubles with my app because I can't make the notifications work, but in other apps I can. I think I have a very big problem with the certificates, wildcards, provisioning profiles. The bundle id of my app is not like "com.myname.myapp",…
A. Sola
  • 107
  • 1
  • 12
0
votes
0 answers

Can We Use Same Certificate and Provisioning profile for Two Apps?

I have Two Apps User App And Vendor App. For Push Notifications weather i have to make two provisioning profile and Certificate from same Account? Now My Application is not running on device. Please guide me how can i implement Push Notification for…
Jayesh
  • 35
  • 4
0
votes
2 answers

iOS Second Developer Certificate

My situation is that I have just hired a second developer to work remotely. He doesn't have a developer account and would like to send me his progress. At the moment he is using my Apple Developer account with a temporary password but this is not…
BrownEye
  • 979
  • 2
  • 12
  • 21
0
votes
1 answer

How do I replace my old provisioning profile in Xcode 7?

I've an existing iOS app with a profile that's about to expire, and I'm also about to update the app to the new Ionic Cordova version (the current version is a jQuery Mobile Phonegap app). The new version builds fine in Xcode and works fine in the…
Subjective Effect
  • 1,465
  • 2
  • 17
  • 37
0
votes
1 answer

Provisioning Profile Disappeared From Xcode

I had a couple of provisioning profiles that disappeared from Xcode overnight. Neither my machine nor Xcode restarted. I was still able to create an archive the day before. If I drag the .mobileprovision files into iTunes again, it says they already…
IAmCoder
  • 3,179
  • 2
  • 27
  • 49
0
votes
1 answer

Resigning the app with the Enterprise Deployment via xcode

I used .xcarchive file and I was unable to install the signed ipa that I generated on an iPad. The signed ipa was derived from the xcode archive for iPad. I get the following errors: 2 14:58:12 Test-iPad3 installd[34] : 0x1b1d000…
0
votes
1 answer

Xcode 7.1 complains about adHoc provisioning profile for iOS

I've upgraded to Xcode 7.1 with no updates in the adHoc provisioning profile I was using. Now, when I archive and export the adHoc binary, I get a warning in Xcode saying that some of the devices I have registered in my account are not in the…
AppsDev
  • 12,319
  • 23
  • 93
  • 186
0
votes
2 answers

The account "" has no team with ID "", coincides with new iOS dev license?

In submitting approximately our hundredth app update, we've run into a very strange coincidence (I think!) which I'm having trouble wrapping my head around. On October 2nd, we opted to renew our dev license (which expired Oct 10th or so - 1 week…
jdero
  • 1,797
  • 3
  • 21
  • 36
0
votes
1 answer

Unable to install .ipa file on MaaS360 enabled devices?

My client is unable to install ipa file on MaaS360 enabled devices what might be the reason here i have created ipa file using client developer certificates and for testing purpose they added our device udid to their portal. here i can able to…
IOS Rocks
  • 2,127
  • 2
  • 21
  • 24
0
votes
1 answer

Using different Provisioning Profile to submit app iPhone

we have an app currently released on the App Store with the application-identifier "AAAAAAAAAA.com.domain.AppName", but the Provisioning Profile that we used until now is connected to the App ID "AAAAAAAAAA.com.*". We now want to enable the Push…
0
votes
1 answer

Does changing the app ID associated with a provisioning profile break existing apps deployed with that same provisioning profile

So at the company I work at we had created an iOS app. We created the Provisioning Certificate with the specific App ID for the app (not a wildcard). Now, we're deploying a second app that should be able to receive push notifications from the same…
Christine
  • 238
  • 1
  • 9
1 2 3
99
100