entitlements

App Store upload rejected by push entitlements problem

浪子不回头ぞ 提交于 2019-12-11 06:14:38
问题 I had to make some changes in my old iPhone app in XCode. When uploading it to the App Store I get the following problem: "ITMS-90078: Missing Push Notification Entitlement - Your app appears to register with the Apple Push Notification service, but the app signature's entitlements do not include the "aps-environment" entitlement. If your app uses the Apple Push Notification service, make sure your App ID is enabled for Push Notification in the Provisioning Portal, and resubmit after signing

How to locate the entitlements plist file in an XCode 6.3 iOS project

本秂侑毒 提交于 2019-12-11 03:26:32
问题 I have a relatively complicated problem, described below for the context. The solution seems to boil down to editing the entitlements plist file manually. I cannot find any entitlements.plist file in my project, and could not find any "entitlements" sections in other plist files I found. The question is, how can I locate the entitlements plist file? Now for the background story: I need to create a new provisioning profile for an enterprise app we have deployed (the old one will expire shortly

Apple push notifications - getting empty push token from production app - will push tokens be sent after fix provisioning profile issue

我的梦境 提交于 2019-12-10 17:49:14
问题 We added receiving push notifications to an iPhone app. Everything was working in the test/sandbox environment, we were getting token id's from the app and could send push notifications from our server. But now the app is approved and came out of the Appstore we were getting empty push tokens/notifications id's send to our server. We already have over 600 of them... Note that end users do get the popup to approve of receiving notifications in the app, the app is just sending empty tokens to

Mac application crashes (killed due to entitlements) regardless of whether entitlements are enabled

六眼飞鱼酱① 提交于 2019-12-10 12:13:58
问题 I have an application that has iCloud enabled in the Entitlements file, but doesn't actually make use of the feature. (Just getting my ducks in a row so I can switch on the functionality in the future.) My application was launching fine, but yesterday it suddenly stopped launching. I was able to determine from the Console that the app was being killed due: 1/6/12 7:25:17.433 AM taskgated: killed com.xxx.xxx[pid 14991] because its use of the com.apple.developer.ubiquity-container-identifiers

iCloud and correct provisioning profile usage

試著忘記壹切 提交于 2019-12-10 11:05:19
问题 Could anyone please solve this? I've posted the forum three I've been using so far. iCloud and correct provisioning profile usage Oct 30, 2011 9:49 AM I've enabled iCloud for my AppID. Then, I've created 3 certificates, listed as: Mac App Mac Installer Development in the Developer Certificate Utility. I downloaded and installed the certificates in my keychain: 3rd Party Mac Developer Application (Mac App) 3rd Party Mac Developer Installer (Mac Installer) Mac Developer (Development) Then, I've

Setting an Entitlements file - The executable was signed with invalid entitlements

江枫思渺然 提交于 2019-12-08 10:02:42
问题 As soon as I check "Use Entitlements File" in Xcode, I get the following error when I try to run my app on my phone: The executable was signed with invalid entitlements. The entitlements specified in your application’s Code Signing Entitlements file do not match those specified in your provisioning profile. I'm trying to get iCloud working, and it seems like I'm failing on step 1. I can run in the emulator, but not in the device I provisioned automatically through the organizer. What am I

Setting an Entitlements file - The executable was signed with invalid entitlements

Deadly 提交于 2019-12-08 08:50:30
As soon as I check "Use Entitlements File" in Xcode, I get the following error when I try to run my app on my phone: The executable was signed with invalid entitlements. The entitlements specified in your application’s Code Signing Entitlements file do not match those specified in your provisioning profile. I'm trying to get iCloud working, and it seems like I'm failing on step 1. I can run in the emulator, but not in the device I provisioned automatically through the organizer. What am I doing incorrectly here? First of all, you need to have specific provisioning for your App's ID, matching

Try HealthKit with the iOS Simulator without developer account

混江龙づ霸主 提交于 2019-12-07 20:19:19
问题 I would like to test a HealthKit app in the iOS Simulator without an iPhone Developer Account. I added an entitlement file with the com.apple.developer.healthkit capability enabled and when I build the app it seems to include the file in the bundle but then when I try to access the HealthKit API the Simulator throws this error: Error Domain=com.apple.healthkit Code=4 "Missing com.apple.developer.healthkit entitlement." UserInfo=0x7fc939f091c0 {NSLocalizedDescription=Missing com.apple

how to call builtin-productPackagingUtility in command line

自古美人都是妖i 提交于 2019-12-06 17:12:30
问题 When you specify an entitlement and a code signing identity in build settings (Xcode 4.2.1), you have the following output when you build from Xcode: ProcessProductPackaging "myAppName.entitlements" "/path/to/myAppName.xcent" cd /path/to/myAppName/SourceCode builtin-productPackagingUtility "/path/to/myAppName/SourceCode/myAppName.entitlements" -entitlements -format xml -o "/path/to/myAppName.xcent" CodeSign "/path/to/Garfields Comic Boom 1.0.app" cd /path/to/myAppName/SourceCode setenv

Missing HealthKit Entitlement

你离开我真会死。 提交于 2019-12-06 07:12:06
问题 I am trying to integrate HealthKit with an app I'm building, and I seem to have successfully added the entitlement for it. I've created and downloaded a provisioning profile with the appropriate app ID, and the HealthKit toggle in the Xcode Capabilities tab seems to look fine: However, when I run the app, I get the following error: HealthKit authorization denied! Error Domain=com.apple.healthkit Code=4 "Missing com.apple.developer.healthkit entitlement." UserInfo={NSLocalizedDescription