Releases: Pushwoosh/Pushwoosh-XCFramework
Releases · Pushwoosh/Pushwoosh-XCFramework
6.7.13
6.7.12
Fixed
- Resolved the issue with the PW_ApplicationOpen event being called twice.
- Fixed a deserialization error.
- Set default log level to INFO.
Added
- Added the Pushwoosh_API_TOKEN flag.
6.7.11
Fixed
- Replaced the deprecated method
UIApplication.openURL(:)
withUIApplication.open(_:options:completionHandler:)
.
Added
- Added the
@objc
flag for Swift Live Activity methods to ensure Objective-C compatibility.
6.7.10
Added
defaultSetup()
anddefaultStart(_ activityId: String, attributes: [String: Any], content: [String: Any])
methods added
6.7.9
Added
- Added
messageCode
,messageId
, andcampaignId
properties to thePWMesssage
object. - Added support for two new platforms:
WhatsApp
andSMS
.
Fixed
- Fixed a warning related to missing dSYM files in the archive.
6.7.8
Added
- Plist
Pushwoosh_PLUGIN_NOTIFICATION_HANDLER
flag (used in plugins)
Changed
- Updated the
Pushwoosh_SHOULD_SEND_PUSH_STATS_IF_ALERT_DISABLED
flag in the plist. The default value is now set tofalse
.
6.7.7
6.7.6
6.7.5
Added
- New Modal Rich Media functionality.
6.7.4
Fixed
- Resolved swizzling conflicts affecting plugins