Release Notes
- Fixed issue where
MobileCore.initialize
registered multiple Analytics extensions. - Removed call to
CTCarrier
API for iOS 16+ as Apple deprecated it without replacement. CallingSystemInfoService.getMobileCarrierName
on iOS 16 and above will now always return nil. - Added support for "Fit to content" in
FullscreenMessage
. - Added support of "Max width" and "Fit to content" for in-app messages via
MessageSettings
.
What’s Changed
- Staging -> Main for 5.5.0 release (#1146) @cdhoffmann
- Dev v5.5.0 to staging (#1145) @sbenedicadb
- Fix TokenReplacementTests to be included in test suite (#1139) @timkimadobe
- -add in support for maxWidth to MessageSettings and use it when calculating IAM frames (#1130) @sbenedicadb
- Updating versions to 5.5.0 (#1129) @github-actions
- [MOB-23277] Stop calling CTCarrier on iOS 16 (#1128) @cdhoffmann
- Filter out AnalyticsBase and AnalyticsAppExtension classes from initialize API (#1125) @kevinlind
- Updating versions to 5.4.1 (#1123) @github-actions
- [PLATIR-40656] Check for and execute auto-resize of IAM height, safer use of dispatch async (#1122) @sbenedicadb