Skip to content

Releases: Pushwoosh/pushwoosh-ios-sdk

6.4.9

23 Dec 14:49
Compare
Choose a tag to compare

Fixed

  • Pushwoosh_PURCHASE_TRACKING_ENABLED flag causing applications to crash on start.

6.4.8

17 Nov 11:56
Compare
Choose a tag to compare

Changed

  • SDK source code is publicly available now (PushwooshGeozones)

6.4.7

17 Nov 11:07
Compare
Choose a tag to compare

Changed

  • SDK source code is publicly available now

6.4.6

15 Nov 15:02
Compare
Choose a tag to compare

Changed

  • caching requests

6.4.5

25 Aug 17:00
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 16:59
Compare
Choose a tag to compare

Added

  • Nullability annotations to Pushwoosh class

6.4.3

16 Jun 12:44
Compare
Choose a tag to compare

Changed

  • Caching failed requests logics

Removed

  • Jailbroken tag is no longer collected

6.4.2

06 May 16:31
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 07:32
Compare
Choose a tag to compare

Fixed

  • Opened push notification stats now collects properly

6.4.0

31 Mar 12:48
Compare
Choose a tag to compare

Important

  • Managing and setting the badges through push notifications now requires to add NotificationServiceExtension. See the guide.