Skip to content

Releases: Purchasely/Unity-Package

4.5.1

30 Aug 09:57
4f36cc6
Compare
Choose a tag to compare

Fixes

  • Resolved the incorrect usage of the showController method in the iOS Bridge component.

4.5.0

19 Aug 13:50
Compare
Choose a tag to compare

What's changed

  • Markdown: Enhanced text formatting capabilities by supporting markdown syntax for bold, italic, strikethrough, and links. Reach out to the Customer Success Team to activate it for your account.
  • Amount Tag Pricing: Improved price display on AMOUNT tag by hiding decimals when the price is a whole number.
  • Various enhancements and optimizations to boost stability and performance.

Full Changelog: 4.3.3...4.5.0

4.3.3

24 May 08:33
46f44a1
Compare
Choose a tag to compare

What's Changed

  • Ability to display a presentation in fullscreen by @chouaibMo in #39
    Just set fullScreen attribute with PresentPresentationForPlacement() or PresentPresentationForPresentation() to true

Full Changelog: 4.3.2...4.3.3

4.3.2

19 Apr 14:50
5518569
Compare
Choose a tag to compare

Fixes

  • Invalidate subscriptions cache and built-in attributes when calling Purchasely.userLogin() or Purchasely.userLogout()
  • Fix background an progress color when opening a presentation from another one with the action open_presentation or open_placement

4.3.1

08 Apr 12:39
3a6b1b7
Compare
Choose a tag to compare

What's changed ?

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

4.3.0

27 Feb 15:46
cb3d0f5
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 attributes.
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.3

25 Jan 17:12
3d93f89
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.2.2...4.2.3

4.2.2

12 Jan 11:55
dd4b839
Compare
Choose a tag to compare

Android fixes

  • GetUserSubscriptions() method
  • Purchase() method without offerId and contentId
  • Use gradle dependency to integrate Purchasely Android SDK (you must include External Dependency Manager to your project)

4.2.0

08 Dec 09:16
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(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.

4.1.4

30 Nov 13:11
3847d1c
Compare
Choose a tag to compare

🚧 Important: Documentation for this release is in progress and will be available soon. Some methods and properties have undergone changes. Detailed information will follow soon.

🚨 iOS Important: This SDK version uses StoreKit 2 by default. Read the documentation for more information.
If you did not configure StoreKit 2 in Purchasely console, the SDK will fallback to StoreKit 1.

Fix:

  • Fix method setAttribute() for iOS