Skip to content

Releases: Purchasely/Purchasely-iOS

4.3.3 Improvements and Optimizations

26 Mar 20:28
6813820
Compare
Choose a tag to compare

Fix

  • Fixed a critical issue after a purchase with a promotional offer

4.3.2 Improvements and Optimizations

25 Mar 17:07
e51bf19
Compare
Choose a tag to compare

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

11 Mar 15:33
587bff5
Compare
Choose a tag to compare

What’s new?

Improvements and Optimizations

Numerous enhancements and optimizations are being implemented to elevate the user experience.

4.3.0 User Centric Countdowns

21 Feb 16:11
e2cb1e1
Compare
Choose a tag to compare

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

08 Feb 14:53
fac1871
Compare
Choose a tag to compare

This version includes minor features and improvements

4.2.3 Improvements and Optimizations

17 Jan 13:27
2ab3151
Compare
Choose a tag to compare

Improvements

  • Improved products fetching process

4.2.2 Improvements and Optimizations

10 Jan 15:41
ae74d35
Compare
Choose a tag to compare

Improvements

  • Synchronize method optimizations

4.2.1

04 Jan 10:25
Compare
Choose a tag to compare

Improvements

  • Added backgroundColor to PLYPresentation
  • Invalidate subscriptions cache after a successful restoration
  • Minor fixes and optimization

4.2.0

05 Dec 16:10
Compare
Choose a tag to compare

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

16 Nov 16:40
32bba83
Compare
Choose a tag to compare

🚨 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