You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
What's New
Added an encrypted key-value store as a performance-oriented storage option that complements relational SmartStore soups. Key-value stores offer a simple, non-relational, opaque collection of values that you can reference only by key.
Added REST API wrappers to support Notification Builder API resources.
Added decryption of Notification Builder push notifications. Mobile SDK for Android handles decryption internally.
Encryption standard has been upgraded from AES-CBC-128 to AES-GCM-256.
Version Updates
SQLCipher: 4.4
SQLite: 3.31.0
React Native: 0.62.2
Hybrid
A solution for running Lightning Web Components in Mobile SDK hybrid remote apps, using Lightning Out in Visualforce.
New template app demonstrating Lightning Web Components in a hybrid remote app: HybridLwcTemplate
Richer error messages for network calls made through the Salesforce Cordova plugin.