Top "Provisioning-profile" questions

A profile used by Apple for verifying code signing for an application.

xcodebuild - 'Code Sign error: Provisioning profile X can't be found'

Yet another code sign error. I'm running command: xcodebuild -project $DIR/myproject.xcodeproj -sdk iphoneos5.0 -alltargets and my project.pbxproj "…

xcode xcodebuild ios-provisioning provisioning-profile
iOS app update notification

How does the iOS app update mechanism work? How to tell user that application on Appstore has been updated?Do …

ios app-store itunes provisioning-profile
making CSR certificates in Windows (7)

Closely related to How to generate CSR when IIS is not installed. I also do not have this installed. I …

ios windows-7 ssl csr provisioning-profile
Could not export identity from the keychain

While exporting Code signing identity from Xcode 5, Preferences->Accounts I get the error upon saving "Could not export identity …

ios xcode code-signing keychain provisioning-profile
Provisioning profile doesn't support the Wireless Accessory Configuration capability

After upgrading from Xcode 7.3 to Xcode 8, I'm getting an error: Provisioning profile "iOS Team Provisioning Profile: *" doesn't support the Wireless …

provisioning-profile xcode8 external-accessory
Provide xcodebuild with .mobileprovision file

I am setting up Jenkins for automating iOS builds. Are there any possibility to provide a .mobileprovision file that is …

ios xcodebuild provisioning-profile
How can I deliver an iOS app IPA to a customer to be signed with their own Enterprise provisioning profile

We have developed an iOS app that has been delivered to the customer as an IPA with an ad-hoc distribution …

ios code-signing ios-provisioning provisioning-profile
didRegisterForRemoteNotificationsWithDeviceToken never called on specific device

First of all, I am on iPhone 6 Plus/iOS 8.1 and I've tried everything here: why didRegisterForRemoteNotificationsWithDeviceToken is not called Still …

ios xcode push-notification apple-push-notifications provisioning-profile
Network Extension entitlement, how to enable it?

I need to use Network Extension features in an app, particularly to use the Proxy features. The doc says: Except …

ios provisioning-profile ios-app-extension entitlements networkextension