storagePolicy method

Should return the default storage policy For builds targeting iOS4.0+ the default should be FullProtectionStoragePolicy.

Syntax

- ( StoragePolicy ) storagePolicy

Usage

Lower iOS versions do not have secure storage support, therefore in this case the default storage policy should be NoProtectionStoragePolicy, with no possibility to change this setting Custom SDMPersistence implementations might provide a way to alter the storage policy for iOS4.0+, superceeding the default setting