Questions tagged [entitlements]

Entitlements confer specific capabilities or security permissions to your app.

418 questions
8
votes
2 answers

Milkman's Push ANE not working on iOS10

I'm using the Milkman EasyPush ANE for push notification in my iOS and Android apps. Together with the OneSignal backend. All is fine with iOS 9 and Android, but no iOS 10 devices register. I'm building with AnimateCC (same as Flash CC Pro) and Air…
nbuechi
  • 229
  • 4
  • 20
8
votes
1 answer

Keychain Access Groups in entitlements for multi target iOS apps

I have an iOS application project with 2 separate targets. For example target A and target B. Now in xCode8 when I turned keychain sharing to ON the Xcode generates two A.entitlements and B.entitlements files. Unexpectedly both of them have the same…
Husein Behboudi Rad
  • 5,434
  • 11
  • 57
  • 115
8
votes
4 answers

Is it possible to read entitlements files in swift

I am implementing universal deep linking in my app. When I registered my different domains, it creates an AppName.entitlements file I would like to read the values of this file like a plist. I tried if let path =…
kschaeffler
  • 4,083
  • 7
  • 33
  • 41
8
votes
1 answer

App shows "support wallet" in App store even though wallet is turned off in capabilities

We recently launched iOS app on the app store. Some of code files reference Passkit framework. Also Entitlements has been added with com.apple.developer.pass-type-identifiers key and respective team id. But inside app capabilities we have…
Vishnu gondlekar
  • 3,896
  • 21
  • 35
8
votes
2 answers

Xcode: Where is the Entitlements.plist file?

I'm trying to submit my first app but it apple keeps giving me an email about Missing Push Notification Entitlement (asked a question here: iOS: Missing Push Notification Entitlement) This guy here: https://stackoverflow.com/a/16681454/1555312 seems…
bigpotato
  • 26,262
  • 56
  • 178
  • 334
8
votes
1 answer

Is it possible to renew provisioning profiles without needing to upgrade iOS enterprise apps?

A newly generated provisioning profile no longer seems to be compatible with older versions of the same app. The new app does work with the new profile, however we do not want to upgrade all apps which are linked to older version backends and are…
Louis Somers
  • 2,560
  • 3
  • 27
  • 57
8
votes
1 answer

iCloud and Xcode 6 - Ubiquity Container

I am currently working on an app for iOS 8 which uses iCloud Drive and the CloudKit Framework. Everything was set up by using Xcode 6. When I try to submit my App to iTunesConnect I get the following error: When I'm adding the Key in my iCloud…
Sn0wfreeze
  • 1,959
  • 3
  • 18
  • 32
8
votes
1 answer

Error, no entitlements found in bundle " "

Please can someone assist me! I archived my app, and I get this error: ERROR ITMS-9000 "Missing code signing entitlements. No entitlements found in bundle "com...." for executable. How can I resolve this? Thank you.
Mr Big Problem
  • 269
  • 1
  • 3
  • 12
8
votes
3 answers

Mac App Store Rejection - App sandbox not enabled

I've submitted my app to the Mac App Store and it validated fine. However, I keep getting Invalid Binary messages with the following; App sandbox not enabled - The following executables must include the "com.apple.security.app-sandbox" entitlement…
ajcooper
  • 239
  • 3
  • 15
7
votes
0 answers

How do I fetch HomeKit values for usage in iOS 14 Widgets?

I am writing a HomeKit app that successfully shows live data from my supported accessories in-app. I can read single values (HMCharacteristic.readValue) or use notifications to stay updated (HMCharacteristic.enableNotification). Now I want to…
theMomax
  • 919
  • 7
  • 8
7
votes
1 answer

OSStatus error:[-34018] Internal error when a required entitlement isn't present error on device

I am trying to implement keychain sharing using KeyChainAccess. I have build two very basic applications: App One that writes a string to a shared keychain, and App Two that reads the data from the shared keychain and displays it. My code for App…
Chris S
  • 203
  • 3
  • 6
7
votes
0 answers

What kind of custom entitlements do exist?

Apple offers a nice List of Entitlements and Entitlement Key Reference that anyone can use. But there also exist some "custom entitlements" that you can only use if your app identifier was whitelisted for their usage. 3…
janpio
  • 10,645
  • 16
  • 64
  • 107
7
votes
3 answers

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 when you use the NEHotspotHelper class, you do not need to obtain entitlements from Apple to use Network Extension classes. However, you…
7
votes
1 answer

Xcode 5: enable/disable entitlements file

How can I enable or disable entitlements file in my project? In previous version of Xcode(4.2), it was like in below image, but in Xcode 5 I couldn't find it. In code hierarchy, entitlement file is present, as it was added with previous version of…
Ankur
  • 5,086
  • 19
  • 37
  • 62
6
votes
2 answers

"Entitlement has value not permitted by a provisioning profile", but it does not

I am trying to install an AdHoc build through TestFlight, but I am having some strange difficulties. Below is the console log that iOS outputs after downloading the binary and beginning installation. The key issue is that iOS says that entitlements…