Skip to content

Releases: Pushwoosh/PushwooshGeozones-XCFramework

6.4.8

17 Nov 12:03
Compare
Choose a tag to compare

Changed

  • SDK source code is publicly available now (PushwooshGeozones)

6.4.7

17 Nov 11:16
Compare
Choose a tag to compare

Changed

  • SDK source code is publicly available now

6.4.6

15 Nov 15:23
Compare
Choose a tag to compare

Changed

  • caching requests

6.4.5

25 Aug 17:14
Compare
Choose a tag to compare

Added

  • (void)makePurchaseWithIdentifier:(NSString*)identifier method added to the default RichMedia javascript interface
// Rich Media javascript example:
pushwooshImpl.makePurchaseWithIdentifier(“premium_subscription”);
  • PWPurchaseDelegate protocol that can be implemented in your AppDelegate to provide callbacks for purchases made from Pushwoosh In-App messages. Check this guide for additional details

6.4.4

08 Aug 17:15
Compare
Choose a tag to compare

Added

  • Nullability annotations to Pushwoosh class

6.4.3

16 Jun 13:08
Compare
Choose a tag to compare

Changed

  • Caching failed requests logics

Removed

  • Jailbroken tag is no longer collected

6.4.2

06 May 16:59
Compare
Choose a tag to compare

Changed

  • Swizzling of setApplicationIconBadgeNumber, registerForRemoteNotifications, addTransactionObserver, and paymentQueue:paymentQueue:updatedTransactions methods

Fixed

  • PushwooshGeozones module now uses PushwooshXCFramework dependency instead of Pushwoosh.framework

6.4.1

22 Apr 08:19
Compare
Choose a tag to compare

Fixed

  • Opened push notification stats now collects properly

6.4.0

31 Mar 13:12
Compare
Choose a tag to compare

Important

  • Managing and setting the badges through push notifications now requires to add NotificationServiceExtension. See the migration guide [https://docs.pushwoosh.com/platform-docs/pushwoosh-sdk/ios-push-notifications/setting-up-badges].

6.3.5

18 Mar 11:55
Compare
Choose a tag to compare

Fixed

  • Opened inbox message stats now collects properly