sameerkapps / SecureStorage

118 stars 32 forks source link

Key not saved/retrived on iOS 10 on simulator #9

Closed willsam100 closed 7 years ago

willsam100 commented 7 years ago

Using your sample, I first this up on iOS 10 simulator, and the keys are not saved/retrieved.

I debugged through the code, and no exceptions are being thrown. Using the nugget package in my work app, saving always returns false.

steps: enter values for key and value press set key press get value

expected: value to be retrieved actual: no value is shown.

sameerkapps commented 7 years ago

The issue may be related to this: https://forums.xamarin.com/discussion/77760/ios-10-keychain Updated the sample. Added Note to Readme.md. Please let me know how it goes.

willsam100 commented 7 years ago

Thanks, I was able to get this working via this https://bugzilla.xamarin.com/show_bug.cgi?id=44361#c3 (not i did need to fiddle with some provisioning profiles and they are required to set the customer entitlements even though it's only running not the simulator).

sameerkapps commented 7 years ago

Good to see that it is working for you. Closing the issue.