Skip to content

Releases: SelligentMarketingCloud/MobileSDK-iOS

v3.8.6

21 Jun 09:50
6403711
Compare
Choose a tag to compare
  • Fix potential crash when operating with events with multiple threads

v3.8.5

10 May 11:53
b644d59
Compare
Choose a tag to compare
  • __SDK 3.8.5
    • Add missing Privacy manifest reasons

v3.8.4

03 May 09:53
0f438a9
Compare
Choose a tag to compare
  • 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

19 Apr 08:45
f0b8183
Compare
Choose a tag to compare
  • Fix bug where IAM where being wrongly flagged as "seen" after clicking in the push notification ("push + iam")

v3.8.2

15 Apr 10:38
8153ea1
Compare
Choose a tag to compare
  • Fix bug where body property of inappmessage was returning the APS title instead. When the body contained a JSON

v3.8.1

26 Oct 13:54
2e9df85
Compare
Choose a tag to compare
  • 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

17 Oct 11:40
98e0aac
Compare
Choose a tag to compare
  • 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

31 Aug 12:22
919e869
Compare
Choose a tag to compare
  • Add easier way to implement Notification Content and Notification Service extensions by subclassing SMNotificationContentViewController and SMNotificationService
  • 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

16 Aug 15:20
c042a01
Compare
Choose a tag to compare
  • 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

13 Jul 12:44
73e1337
Compare
Choose a tag to compare
  • 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))