Releases: Purchasely/Purchasely-iOS
4.3.3 Improvements and Optimizations
Fix
- Fixed a critical issue after a purchase with a promotional offer
4.3.2 Improvements and Optimizations
Bug fixes, improvements and Optimizations
Numerous enhancements and optimizations are being implemented to elevate the user experience
- Fix display corners issues
- Fixed colors used with System theme
- Refresh built-in subscription attributes right after a purchase or restoration
- Invalidate the subscription cache systematically in sandbox
- Fix an issue where the contentId was not sent
4.3.1 Improvements and Optimizations
What’s new?
Improvements and Optimizations
Numerous enhancements and optimizations are being implemented to elevate the user experience.
4.3.0 User Centric Countdowns
What’s new?
🕙 User Centric Countdowns
Countdowns tailored to individual users have been implemented, enabling personalized timers based on user actions.
Example: users may have 24 hours to subscribe to an offer following their initial subscription.
Improvements and Optimizations
Numerous enhancements and optimizations are being implemented to elevate the user experience.
4.2.4 Minor features and improvements
This version includes minor features and improvements
4.2.3 Improvements and Optimizations
Improvements
- Improved products fetching process
4.2.2 Improvements and Optimizations
Improvements
- Synchronize method optimizations
4.2.1
4.2.0
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(.dark)
or Purchasely.setThemeMode(.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.
🔧 Setting a StoreKit version is now mandatory
You must know explicitly set a StoreKit setting on SDK initialization
Purchasely.start(withAPIKey: "API_KEY", storekitSettings: .storeKit2)
or
Purchasely.start(withAPIKey: "API_KEY", storekitSettings: .storeKit1)
4.1.5 - Fixes and improvements
🚨 Important: This SDK version uses StoreKit 2 by default. Read the documentation for more information.
You can still use StoreKit 1 by changing the configuration with Purchasely.start(storekitSettings: .storeKit1)
This version includes minor features and improvements
- Fixes close button display bug