Data Protection and Security in the Service Chat SDK for iOS
The Service Chat SDK does not collect
or store personal data from its users. We ensure that data is secure both locally and when in
transit.
- Secure data at rest. We don't store personal data about the user. We manage keys using iOS Keychain Services. All content fetched from Salesforce servers is stored locally using AES-128 encryption. When the user logs out, we remove all user-specific data from the device.
- Secure data in transit. All network communication occurs over SSL using TLS 1.2.