Questions tagged [entitlements]

Entitlements confer specific capabilities or security permissions to your app.

418 questions
0
votes
1 answer

What is the difference between entitlement and license key?

Maybe it is more about business model than technical details. It seemed to me that license key is giving users access to a product, while entitlement allows users to use some sort of service (like 2GB storage a month)?
user3352464
  • 315
  • 1
  • 3
  • 14
0
votes
0 answers

objective c - Help about ldid log

i'm using "ldid" to change entitlements in my app and I do exactly here: How do I change my iOS applications' entitlements? But i got this log: _assert(0:Swap(mach_header_->magic) == MH_MAGIC) Trace/BPT trap: 5 and my app still not changed…
0
votes
1 answer

Distribute an iOS 8 app with extension

I am stuck at this. Can anyone gives me a pointer or URL to a help site on this? Like there are now 2 bundle ID (one for app, one for the extension), which should I choose when I create an app entry in iTunes Connect? Should I create a special…
0
votes
0 answers

Does com.apple.security.device.serial let me access the keyboard?

I have an app that uses the microphone, keyboard, and camera. It works well in Xcode, but in the app store it is apparently sandboxed and so it can't access the keyboard anymore. I added com.apple.security.device.serial to my Entitlements, but just…
scott
  • 1,194
  • 7
  • 18
0
votes
1 answer

"Incorrect" entitlements when checking binary details in itunes connect

I recently uploaded an app to the apple store and its current status is waiting for review. I was checking the binary details to check everything was right but I read something that worried me. In the Entitlements section I have the…
pdrcabrod
  • 1,467
  • 1
  • 14
  • 22
0
votes
1 answer

How to find files and folders in MAC volume using App sandboxed application

I am creating a sand-boxed application on MAC(10.9).When App Sand-boxed is off then i am able to get files and folders from any path. But when I does App Sand-boxed enabled it's not accessing any files and folders from any path. Getting file and…
A_kumar
  • 401
  • 1
  • 4
  • 12
0
votes
1 answer

Apple no longer accepts submissions of apps that use QuickTime APIs

The control, I am using in the application are labels,buttons,Qwebkit,progressbar and some cocoa classes NSString,NSURL,NSDictionary,NSAppleEventDescriptor,CFStringRef,CFURLRef,FSRef,FSCatalogInfo,NSSting . when I upload,no error but I get…
A_kumar
  • 401
  • 1
  • 4
  • 12
0
votes
1 answer

Validating package error in Xcode

I can not figure out why this is giving me this error. I know I have a valid .mobileprovision that is active. My app is ready for uploading in Itunes connect and I have selected the provision in my build setting. Can anyone please help me figure…
0
votes
2 answers

App crashed in Beta on the device, but not in debug

I've created a Beta ad hoc delivery profile, and when I press 'build and run' on the device in beta mode, my app crashes after I press a button. However, when I use the app in debug mode (on the device) it works fine. It also works fine in the…
mac_55
  • 4,130
  • 7
  • 31
  • 40
0
votes
0 answers

Is there a way to add OS X entitlements to Apple applications?

I have an applescript that is ran by Contacts to perform click to dial functionality. Due to the sandboxing of Contacts, this no longer works. Is there a way to add entitlements to Contacts - or Apple applications in general?
mkeathley
  • 259
  • 2
  • 9
0
votes
1 answer

Error Creating iPhone ad hoc distribution

I'm trying to do an ad hoc distribution of my iPhone app to some beta testers. I created the certs, device IDs, provisioning profiles, etc. and followed the instructions on Apple's site regarding how to incorporate them into the build/distribution.…
EricM
  • 264
  • 2
  • 13
0
votes
1 answer

How are entitlements usually enforced when using a CEP engine?

I am creating a system where a CEP engine looks like a good fit (I need detect time based patterns between events in a number of streams). The events detected need to be displayed to end users in a WPF application but not all users are entitled to…
0
votes
1 answer

XCode 4.6 - Can't click the Entitlements checkbox for iOS project

I have an iOS project that I have been working on for some time. I need to add entitlements. When I select my Target and check the "Entitlements" checkbox, it automatically un-checks it's self about 1 second later. I have an .entitlements file in my…
Brian
  • 161
  • 1
  • 13
0
votes
1 answer

How to make two iOS apps share plists?

I am making an iOS app that has a free version and a paid version. When a user gets the paid version he/she mustn't lose any of the free app's data. The data is stored as plists. How to I configure the Entitlements file to enable this? And how do I…
Macro206
  • 2,143
  • 3
  • 19
  • 25
0
votes
1 answer

Update testing no-iCloud to iCloud support, get error 'no valid com.apple.developer.ubiquity-kvstore-identifier entitlement'

I only have this issue when downloading my live app from the app store, then running my latest build over it via XCode. When I run the app 'clean' it works fine. I want to make sure users will be able to update the app and have iCloud work as…
Tom Redman
  • 5,592
  • 4
  • 34
  • 42
1 2 3
27
28