newbie question, core data app startup
newbie question, core data app startup
- Subject: newbie question, core data app startup
- From: Chris Benedict <email@hidden>
- Date: Mon, 29 Dec 2008 15:37:26 -0600
Hello,
I'm working on a Core Data Application with a custom atomic store for
encrypting the persistent storage file. I believe I finally was able
to get the atomic store working however my problem now is that I need
to be able to use a user supplied password as an option when
initializing the persistent store so it gets decrypted. I'm using
Cocoa bindings so it seems that the persistent store coordinator is
started (and fails because of the lack of the decryption key) before I
have a chance to open a panel and have the user give their password so
I'm thinking I need a way to somehow delay loading the persistent
store until i'm ready for it but I'm not sure how to go about doing
that.
I'm still pretty new to Cocoa and developing on Mac OS X so any advice/
pointers on how to do this would be greatly appreciated.
Thanks,
Chris Benedict
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden