Skip to content

2.0.3 - Added feedback completion results to the Product View Controller

Compare
Choose a tag to compare
@jfgrang jfgrang released this 04 Nov 02:02
· 223 commits to master since this release

You can now provide a completion block to het the results from the PLYProductViewController and know what happened:

  • .cancelled: The client closed the controller
  • .restored: The client successfully restored its purchases
  • .purchased: The client purchased a plan that is given as a second parameter of the closure

You no longer needs to listen to NotificationCenter or EventDelegate to get that information.