Releases: SelligentMarketingCloud/MobileSDK-iOS
Releases · SelligentMarketingCloud/MobileSDK-iOS
v3.8.6
v3.8.5
- __SDK 3.8.5
- Add missing Privacy manifest reasons
v3.8.4
- Expanding a rich push notification will no longer show an "OK" default button (align with Android)
- Fix privacy manifest to include UserDefaults API declaration
v3.8.3
- Fix bug where IAM where being wrongly flagged as "seen" after clicking in the push notification ("push + iam")
v3.8.2
- Fix bug where body property of inappmessage was returning the APS title instead. When the body contained a JSON
v3.8.1
- Fix bug where events sent from Notification Extensions would not be retried when failing
- Add profileId parameter to SMEvent (custom event) constructor
v3.8.0
- Add video and audio handling in Notification Content extensions when subclassing
SMNotificationContentViewController
- Add public visibility to
SMNotificationMessage/mediaType
property - Add public visibility to
SMNotificationMediaType
enum - PushOpened event is no longer sent when expanding a Rich Push (align with Android)
v.3.7.0
- Add easier way to implement Notification Content and Notification Service extensions by subclassing
SMNotificationContentViewController
andSMNotificationService
- Add out of the box support for GIF in Rich Push (Image) when subclassing
SMNotificationContentViewController
- Add GIF support for in-app messages and in-app contents of type
image
v3.6.1
- Fix bug where in-app messages could not display, in some occasions, if the app was also running with multiple UIWIndow and/or multiple UIWindowScene
- Fix bug where SMEventSetInfo and SMEventSetInfoIAM could not be sent, in some occasions, if multiple events were also being sent and the app was in the background
v3.6.0
- Raise minimum supported version to iOS 12
- Add compatibility with xCode 15 and iOS 17
- Add Privacy manifest (PrivacyInfo.xcprivacy)
- Add codesigning to provided .xcframework
- Add support for MacCatalyst (minimum macCatalyst version: 13 (macOS 10.15))