Entitlements confer specific capabilities or security permissions to your app.
Questions tagged [entitlements]
418 questions
0
votes
1 answer
Push Notifications not working on iOS in development mode
For the last 2 days I am trying to get push notifications on an iOS app but without any success. The application is using the correct provisioning profile,application identifier and entitlements. The app is even receiving the…

Varun Bhatia
- 4,326
- 32
- 46
0
votes
1 answer
iCloud Entitlements setting in "XCode > Target A > Summary" improperly affecting other targets
I have two targets in my app, one has iCloud support and the other does not.
In my target A summary, with iCloud support, I have Entitlements check, Enable iCloud checked, identifiers, etc. It all works.
On my target B, everything becomes…

Tom Redman
- 5,592
- 4
- 34
- 42
0
votes
1 answer
what is the use of entitlement and how it can be created?
I have created a small app which I have not used any .entitlement file for running in both simulator and device. Its working fine too...But I don't know where this .entitlement file is used and how it can be created.Is it important for the app?

NSUserDefault
- 1,794
- 1
- 17
- 38
0
votes
1 answer
NSUbiquitousKeyValueStore error: com.xxxxx.xxxxx has no valid com.apple.developer.ubiquity-kvstore-identifier entitlement
Set up MKStorekit, also have Share kit, my store is not in the root view controller. I have security and storekit frameworks added and connected correctly, and am getting the following error:
NSUbiquitousKeyValueStore error: com.xxxx.xxxx has no…

Jeff Stone
- 319
- 1
- 4
- 14
0
votes
2 answers
asp.net membership - let admin users manage the site in terms of roles
is there a way i can let the admin users of my site manage roles of other users. I see the asp.net membership tool but that seems to be just for developers of the site. i want a situation where i can give one user admin role and let him manage all…

leora
- 188,729
- 360
- 878
- 1,366
0
votes
1 answer
Silverlight in a Cocoa WebView in sandboxed app mode
The problem is quite simple, I have a WebView that may be used to browse some page that may contain a silverlight app.
Everything works well in non sandboxed mode.
In sandboxed mode, all the webkit plugins work, except Silverlight: no exception…

Stephane Philipakis
- 138
- 1
- 6
0
votes
1 answer
get-task-allowed remains true when developer signed binary is resigned as distribution
I want a flow where my project is set up to produce an application signed with the development mobile provisioning profile, that can be resigned for AdHoc or AppStore distribution later on using Xcode's convenient interface for this.
The problem is…

lhunath
- 120,288
- 16
- 68
- 77
0
votes
1 answer
IOS: entitlement.plist for appstore process
I know that for ADHoc version I should set in entitlement.plist a "NO" value in "get-task-allow", but for AppStore process? what I should to set?

cyclingIsBetter
- 17,447
- 50
- 156
- 241
-1
votes
1 answer
Adding Entitlements to Provisioning Profile
I'm building an iOS app that needs to access the device's Documents and Downloads folder occasionally. To do this, I use the 'startAccessiningSecurityScopedResource()' method. I had to enable the 'App Sandbox' entitlement in Xcode for this to work.…

Ray S.
- 3
- 2
-1
votes
1 answer
Get camera list stuck UI with camera entitlements on M1 with MacOS 13
Create a new mac os app in Xcode 14.
Fetch camera list by these code:
NSArray *devicesIOS = [AVCaptureDevice devicesWithMediaType:AVMediaTypeVideo];
then change the architecture to x86_64
snd add com.apple.security.device.camera to entitlements
then…

xp19870106
- 9
- 2
-1
votes
1 answer
Mac App Rejected by Apple due to Entitlements related to Maps
Please note that i have not used map anywhere in my app but still my app got rejected twice from app store with below error:
From Apple
2. 4 Performance: Hardware Compatability
Performance - 2.4.5
Your app still uses one or more entitlements which…

sp309
- 150
- 1
- 10
-1
votes
1 answer
iOS How to enable Entitlements in Xcode 4.2 if I don't have a developer account
I want to learn iOS development first then buy a developer account. So I'm using a Jailbreak+AppSync+iOS 5.0.1 device for development.
Then, I want to add some lines below to Entitlements.plist but I can't find this file and of course I can't make…

wyp
- 869
- 3
- 11
- 23
-2
votes
1 answer
Why does Apple use entitlements?
I know what entitlements are, but why does Apple use this process? I was just wondering if anyone knew this as this explanation is not easy to find when conducting an online search...

Drostan
- 1,809
- 3
- 16
- 22