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
0 answers

Failed to verify code signature of ipa, which is only occurring some times, why is it not occurring every time

Failed to verify code signature of ipa, if i tried to install one app, i thought it could be either a certificate or provisioning profile issue but if i install another app this app is being installed without any error. what could be the issue.?
Madhu Avinash
  • 933
  • 2
  • 8
  • 27
0
votes
3 answers

'Create provisioning profile' button next to 'iOS development' on XCode is not present

I am trying to create a free provisioning profile on XCode for an app I am developing using Xamarin. But the Create button next to iOS development is not there: Please help.
D S
  • 195
  • 1
  • 11
0
votes
1 answer

ios how to get current Provisional Profile name (Dev, Dist, ETC) from plist

I have this project that we are trying to determine different environments to point to based off your current Provisional Profile. I noticed that there are some variables in the plist file that are in your project settings and you can read them from…
user516883
  • 8,868
  • 23
  • 72
  • 114
0
votes
1 answer

Any Help Watch app extension no matching provisioning profile found?

Code Sign error: No matching provisioning profile found: Your build settings specify a provisioning profile with the UUID “”, however, no such provisioning profile was found. [1]: https://i.stack.imgur.com/4NMBm.png
Nimmy
  • 47
  • 1
  • 5
0
votes
1 answer

How can I increase distribution certificate expiry time

My iOS app on the app store uses push notifications. Every year, when my certificate and provisioning profile expire, we need to renew both and use the same so that Push notification keep on working on live apps. Is there any workaround to increase…
TechUser
  • 15
  • 5
0
votes
1 answer

Can not download provisioning profile with a free apple developer account

I signed up for a free apple ID and added my account to Xcode. The Download All Profiles doesn't do anything. Is there a way to download these provisioning profiles without paying $99 per year? I am running macOS 10.11 & XCode 7.3 or 8.0 beta 3. And…
John Difool
  • 5,572
  • 5
  • 45
  • 80
0
votes
1 answer

Changes made to project by opening in Xcode beta

I have a project which I opened in the Xcode 8 beta, and attempted to submit it to the App Store from there (before realizing that was impossible). Now I am attempting to submit it from Xcode 7, using a Mac on El Capitan, and receive the message…
mginn
  • 16,036
  • 4
  • 26
  • 54
0
votes
2 answers

Do we need to be enrolled in Apple Developer Program in order to install iOS app for testing in Appium on real device?

Error - No matching provisioning profiles found: None of the valid provisioning profiles allowed the specified entitlements: com.apple.security.application-groups, keychain-access-groups.
galgal
  • 57
  • 5
0
votes
1 answer

xcode 7: Building for enterprise and adhoc with the same archive

Currently using the xcode 6 build process, we first create the xcarchive with the following command xcodebuild -workspace OurApp.xcworkspace -scheme MainScheme \ clean archive -archivePath OurApp.xcarchive -sdk "iphoneos" \ -configuration…
piyushg91
  • 111
  • 1
  • 13
0
votes
0 answers

iOS Enterprise provision file will expire in 30 days, do I need update old version of app? or old app will be updated automatically

iOS Enterprise provision file will expire in 30 days, so I want to renew the old provision file, then my new version app will use this new provision file. But The problem is what about the old version app installed on devices? do I need to upgrade…
Zheng
  • 1
  • 1
0
votes
3 answers

Trying to validate archive in Xcode - What certificate is missing?

Since I last distributed an app on App Store, I have changed Mac. (When doing so, I automatically moved all files from the old to the new one) When I now try to validate an archive prior send to appStore, I get this annoying message "Missing iOs…
Tove
  • 75
  • 5
0
votes
1 answer

Xamarin iOS development isn't running on my iPhone

I am currently trying to develop an iOS app using Xamarin. I do not have an Apple Developer account but I read on the Xamarin website that I don't need an Apple Developer account to provision my phone onto my apple id. I am using both a Windows 10…
J.Tian
  • 231
  • 2
  • 4
  • 11
0
votes
2 answers

Add UDIDs to provisioning profile without using Apple Developer Portal

My question is different than other similar questions because the similar ones were asked during a time that the Apple Developer Portal was down due to hacking. Is there a way to automate the addition of new UDIDs to a provisioning profile? I…
jungledev
  • 4,195
  • 1
  • 37
  • 52
0
votes
0 answers

Getting error submitting app to store in xamarin ios

I have all the certificates and done the procedure for provisioning profile for submitting the app to application loader. here is my provisoning profiles for development and distribution: Here is my Error: how can i solve this please help me.
0
votes
0 answers

Regenerating iOS certificate for a free account

I know that, you can now run your iOS app on any device with the advent of Xcode 7 and above, without having a Paid Developer Membership account. Unfortunately my free account's certificate got revoked and hence while running any application on my…
bhavik shah
  • 744
  • 7
  • 11