Skip to content

Releases: Pushwoosh/pushwoosh-ios-sdk

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.

6.3.5

18 Mar 10:43
Compare
Choose a tag to compare

Fixed

  • Opened inbox message stats now collects properly

6.3.4

17 Feb 13:45
Compare
Choose a tag to compare

Fixed

  • setEmails:(NSArray *)emails completion:(void(^)(NSError * error))completion crash

6.3.3

05 Feb 06:01
Compare
Choose a tag to compare

Added

  • PW_InAppPurchase event to track in-app purchases

Updated

  • Pushwoosh internal analytics module