Releases: Pushwoosh/PushwooshGeozones-XCFramework
Releases · Pushwoosh/PushwooshGeozones-XCFramework
6.4.8
6.4.7
6.4.6
6.4.5
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
6.4.3
6.4.2
Changed
- Swizzling of
setApplicationIconBadgeNumber
,registerForRemoteNotifications
,addTransactionObserver
, andpaymentQueue:paymentQueue:updatedTransactions
methods
Fixed
- PushwooshGeozones module now uses PushwooshXCFramework dependency instead of Pushwoosh.framework