Mobile Development 10.11 | webMethods Mobile SuiteWeb Help | Using webMethods Mobile Designer | Creating Mobile Application Projects | Coding a Mobile Application | Credential and Isolated Storage API | Security Considerations
 
Security Considerations
The following table provides details about the APIs and classes used to store data for the CredentialStore and IsolatedKeyValueStore.
Platform
CredentialStore
IsolatedKeyValueStore
Android
IsolatedKeyValueStore class
android.content.SharedPreferences object
iOS
Keychain Services
NSData with NSDataWritingFileProtectionComplete and NSURLIsExcludedFromBackupKey set.
Phoney
Flat File (unprotected)
Flat File (unprotected)