nielsmouthaan/SecureNSUserDefaults

iOS 7.1

Opened this issue · 6 comments

Hi,

I'm building with Xcode 5.1.1 targeting iOS 7.1, any settings that were created previously throw the following:

Cannot receive object from encrypted data storage:
*** -[NSKeyedUnarchiver initForReadingWithData:]: incomprehensible archive

Any ideas how to save them?

Thanks

Does your secret contain the UDID?

No, just a random string

On Thu, Apr 17, 2014 at 8:51 PM, dreipol notifications@github.com wrote:

Does your secret contain the UUID?

Reply to this email directly or view it on GitHub:
#1 (comment)

Ok, because the UDID may change when updating the iOS version.

Having the same issue here, any clues?

Thanks!

I never solved it sorry.

Try to clean original nsuserdefaults before using secure version. Just delete the app on the simulator or your device.