parse.com - Is iOS Data Protection compatible with the Parse local datastore? -


apple offers data protection capability apps encrypts data stored on device when device locked. parse ios local datastore apparently stored unencrypted sqlite database. possible apply required data protection attributes local datastore, nsfileprotectioncomplete? parse ios docs don't this.

i have applied appropriate clps , acls parse classes/objects. i'm looking ios data protection if user's phone lost or stolen , device passcode in place, data inside local datastore cannot read.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -