- The AEP SDKs are now distributed using XCFrameworks in order to support hardware with the new Apple M1 architecture while maintaining support for existing Intel architecture.
- IMPORTANT: Upgrading to XCFrameworks distribution requires Xcode 12.0 or newer
- IMPORTANT: If using Cocoapods, upgrading to the XCFrameworks distribution requires Cocoapods 1.10.0 or newer
The following updates were made in this release:
- Report extension details to Mobile Core for improved logging and Griffon support.
- Fixed a security issue where hex conversion method was vulnerable to hash collisions.
The following updates were made in this release:
- Report extension details to Mobile Core for improved logging and Griffon support.
- Fixed an issue where passing nil callback in
registerDeviceAPI caused a crash.
The following updates were made in this release:
- Fixed an issue where, on iOS 13, the push token was not being extracted correctly from NSData during device registration.
- Fixed an issue where the charset information was not being sent in the Content-Type header during device registration call.