Skip to content

4.2.0

Compare
Choose a tag to compare
@kherembourg kherembourg released this 07 Dec 15:07
· 9 commits to main since this release
2b2c82b

What’s new?

🌙 Native Dark Mode Support for Presentations

Dark mode support has been implemented for screens & paywalls, automatically adapting to the user’s system settings for an improved viewing comfort. In the Console, you can now define 2 color sets (light & dark) for the same paywall.

Developers can override the default setting with Purchasely.setThemeMode(Purchasely.ThemeMode.dark); or Purchasely.setThemeMode(Purchasely.ThemeMode.light);, enabling more control over the app’s appearance and accommodating user preferences

🔍 Augmented Session User Attributes

Additional attributes have been added to track user session activity.

These attributes provide detailed insights into user engagement with the app, like session frequency, interaction with paywalls, and purchase activities.

This level of detail aids in fine-tuning user engagement strategies and understanding user behavior patterns more accurately

🏷 Tags System Extended to All Labels

The tags system has been expanded to include all label types, allowing for dynamic display of pricing, introductory offers or promotional offers for any plan any where in the paywalls (an not only in the buttons). This update gives more flexibility in UI customization and dynamic content presentation.

Improvements and Optimizations

🔄 New BATCH_CUSTOM_USER_ID Attribute for External Integrations: Enhances data syncing with external systems.