Skip to content

Releases: Pushwoosh/pushwoosh-ios-sdk

6.7.13

30 Jan 16:31
Compare
Choose a tag to compare

Fixed

  • Resolved the problem causing iOS test device registration to fail.

6.7.12

27 Jan 14:32
Compare
Choose a tag to compare

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

10 Dec 14:17
Compare
Choose a tag to compare

Fixed

  • Replaced the deprecated method UIApplication.openURL(:) with UIApplication.open(_:options:completionHandler:).

Added

  • Added the @objc flag for Swift Live Activity methods to ensure Objective-C compatibility.

6.7.10

27 Nov 15:37
Compare
Choose a tag to compare

Added

  • defaultSetup() and defaultStart(_ activityId: String, attributes: [String: Any], content: [String: Any]) methods added

6.7.9

05 Nov 11:33
Compare
Choose a tag to compare

Added

  • Added messageCode, messageId, and campaignId properties to the PWMesssage object.
  • Added support for two new platforms: WhatsApp and SMS.

Fixed

  • Fixed a warning related to missing dSYM files in the archive.

6.7.8

24 Oct 18:07
Compare
Choose a tag to compare

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 to false.

6.7.7

23 Oct 15:03
Compare
Choose a tag to compare

Fixed

  • Migrated UIApplication.openURL(_:) to the non-deprecated UIApplication.open(_:options:completionHandler:)

6.7.6

15 Oct 13:43
Compare
Choose a tag to compare

Fixed

  • Resolved an issue on iOS 18 where push notifications were received twice.

6.7.5

07 Oct 17:28
Compare
Choose a tag to compare

Added

  • New Modal Rich Media functionality.

6.7.4

21 Sep 08:57
Compare
Choose a tag to compare

Fixed

  • Resolved swizzling conflicts affecting plugins