Releases: Purchasely/Purchasely-iOS
2.1.0 - Deeplinks / anonymous purchases / non subscriptions products
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
- Improved the way links are called in presentations.
2.0.6 - Presentations UI performance improved
- 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
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
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
Fixed minor issue in presentation labels leading to \n
not working as expected.
2.0.1 - Demo & Minor UI update
- Example project now has a valid
API_KEY
andPRODUCT_ID
to be tested directly - Quick fix on the UI background color
2.0.0 - New UI mechanism
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
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 ?).