On 2013-06-20, at 10:37 am, Alex Zavatone <z...@mac.com> wrote:

> I've reviewed the AppPrefs source on developer.apple.com and am interested in 
> creating a small set of shared data accessible for all apps on our iOS 
> devices.

I have resorted to Keychain Services for achieving this kind of thing on a 
micro scale.  So long as your apps share a common ancestor identifier (e.g. 
BUNDLESEEDID.com.example.*) then they can all have access to the same keychain 
items.

This is a rather greasy approach, but NSUserDefaults is wholly sandboxed 
between apps on iOS.

> Is a proper approach to use NSUserDefaults and then populate an app's bundle 
> that contains the root.pList when the preference pane is displayed, or is 
> this not possible based on how preferences work?

The Settings.bundle in an iOS app is built into the app bundle and cannot be 
modified.

b

--
Ben Kennedy, chief magician
Zygoat Creative Technical Services
http://www.zygoat.ca


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to