matthiasplappert / Secure-NSUserDefaults

User defaults that cannot be modified or shared between devices.
203 stars 14 forks source link

if default == nil #1

Closed ghost closed 13 years ago

ghost commented 14 years ago

if ([[NSUserDefaults standardUserDefaults] securedStringForKey:@"key"] == nil){ }

Will Compile and run on Simulator, but not on device.

matthiasplappert commented 13 years ago

The latest commits should fix this.