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
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. To support decrypted push notifications, your app must incorporate a
boilerplate iOS class extension.