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
Fixed the exceptions noted during the encryption and decryption operations with the MAS SDK from the KeyUtilsSymetric file.
A new pinning mode configuration is offered in which SDK allows requests if any one of the certificates provided in SDK security configuration is valid with respect to the server certificate chain.
The MAS library crashed due to fast enumeration and an array being mutated during enumeration. Fixed the issue by switching to classic for loop, which avoids enumeration and mutation while in the loop.
Fixed the crash issues and notified the customer not to use MASDevice resetLocally, which is intended to clear the login session.
Resolved the issue of false positives arising from replay attacks through increasing the size of the iOS MAG SDK nonce.
New features
Mobile SDK now supports Android version 14 and iOS version 17.
Mobile SDK supports SSL Pinning Modes which begins SSLPinning when at least one of the certificates specified in the SDK Configuration is valid. For more information, see SSL Pinning and SSL Trusted Certificates.
The Android Mobile SDK is validated against the new Firebase API. For more information on Firebase Cloud Messaging, see Enable Android Push Notification Service