Skip to content

Releases: Purchasely/Purchasely-iOS

2.1.0 - Deeplinks / anonymous purchases / non subscriptions products

31 Dec 01:30
Compare
Choose a tag to compare

3 major additions to Purchasely:

  • 🔗 Deeplinks. We have defined several deeplinks patterns and by adding a single line of code, Purchasely will intercept deeplinks triggered by a mail or a push and act accordingly.
    Now you can send paywalls with specific promotions / intro price, surveys when you detect a cancellation or redirect the user to the settings when he is in a billing retry period. View documentation.
  • 💵 Consumable and non-consumables. Non subscription items can now be presented to users, verified by Purchasely, transmitted to your servers via the Webhook and restored (except for consumables). [View documentation].(https://docs.purchasely.com/v/2.1.0/advanced-features/non-subscription-products)
  • 🕵️ Anonymous subscriptions. If your app can be used without a login you cannot force the user to register before purchasing. You need to implement anonymous purchase. View documentation.

2 minor additions:

  • SceneDelegate supported for Promoted In-App purchases and product will be prompted above the UI
  • Vibrations added when tapping links in the paywalls

2.0.7 - Presentation links improvement

20 Nov 11:54
Compare
Choose a tag to compare
  • Improved the way links are called in presentations.

2.0.6 - Presentations UI performance improved

11 Nov 16:10
Compare
Choose a tag to compare
  • Improve scrolling performance in templates
  • Added highlighted state to buttons
  • Allow scrolling above buttons
  • The title of the WebViews is now the one defined by the Web page

2.0.5 - Deeplinks

09 Nov 15:02
Compare
Choose a tag to compare

Improvements:

  • Added the possibility to add custom links in the presentation
  • Links inserted in the presentations can be app deeplinks
  • Better handling of the transactions with Apple (getting prepared for consumables and non-consumables release)

Bug fixes:

  • Fix template glitches with corner radius
  • Fix selected states in presentation

2.0.3 - Added feedback completion results to the Product View Controller

04 Nov 02:02
Compare
Choose a tag to compare

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.

2.0.2 - Label minor fix

30 Oct 10:26
Compare
Choose a tag to compare

Fixed minor issue in presentation labels leading to \n not working as expected.

2.0.1 - Demo & Minor UI update

14 Oct 22:53
Compare
Choose a tag to compare
  • Example project now has a valid API_KEY and PRODUCT_ID to be tested directly
  • Quick fix on the UI background color

2.0.0 - New UI mechanism

13 Oct 10:22
Compare
Choose a tag to compare

Purchasely offers a unique approach of integrating the full purchase process including the paywall and subscription flow.
We started with 2 templates (carousel and feature list) and we are now extending to a new horizon.

Starting with 2.0 SDK we will be able to add new native templates without updates of the SDK (yeah that's 🧙🏻‍♂️). This will give you more tools to adapt and test your paywalls.

The next big thing is that the SDK is now available on Apple TV !

We've improved the performances, weight of the SDK and also the methods to reduce the lines of code needed from 5 to … 3 😂.

1.1.4 - Apple Promo Codes

29 Sep 18:45
Compare
Choose a tag to compare

This version includes the support for promo codes. Your paywall will automatically include a "Promo code ?" button next to the restore button when Apple launches that features (soon ?).

1.1.3

14 Sep 12:51
Compare
Choose a tag to compare
  • Added support to carthage
  • Fixed display issue on the "feature list template" top image