Skip to content

6.4.5

Compare
Choose a tag to compare
@PushwooshCI PushwooshCI released this 25 Aug 17:00
· 59 commits to master since this release

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