Changelog
added

5.1

Purchasely SDK 5.1.0 introduces our newest feature: Campaigns, along with new built-in attributes to create more customized audiences based on the screens and A/B tests viewed by your users.

Version per platform

Changelog per platform is available on their GitHub repositories.
You can access them by clicking on the version number.

PlatformSDK Version
iOS5.1.0
Android5.1.0
Flutter5.1.0
React Native5.1.0
Cordova5.1.0
UnityReleased at a later date

🚀 Campaigns Support

Introducing our powerful new Campaigns feature, enabling you to launch targeted in-app campaigns for specific audiences or all users right at app launch.

It works just like deeplinks:
Simply set Purchasely.readyToOpenDeeplink = true to enable campaigns.

Your can also leverage Purchasely.uiHandler to gain more control over campaign displays.

📊 Enhanced Built-in Attributes

Get deeper insights into user interactions with new built-in attributes for analytics and event tracking:

  • Display & Dismissal Tracking:
    • Number of displays and dismissals per screen
    • Number of displays and dismissals per placement
  • Last Display Date Tracking:
    • Last display timestamp per screen
    • Last display timestamp per placement
  • A/B Testing Insights:
    • A/B tests viewed with their variant ID
    • Latest A/B test and variant viewed

🆕 New Public API Method

Now you can reset built-in attributes easily when needed by calling Purchasely.clearBuiltInAttributes(). Purchasely automatically calls this method when Purchasely.userLogout() is triggered.