npm react-native-adapty 3.15.1
v3.15.1

10 hours ago

✨ New Features

  • Added clearDataOnBackup parameter. Controls whether the SDK creates a new profile when the app is restored from an iCloud backup (default: false). Read more.
    await Adapty.activate('YOUR_API_KEY', {
      ios: {
        clearDataOnBackup: true,
      },
    });
  • Paywall: Added a default onRenderingFailed handler that automatically closes the paywall if rendering fails.

Fixes

  • [iOS] Fixed the AdaptyPaywallView paywall prop so placementId is passed correctly.
  • Paywall events rework:
    • Fixed onPaywallClosed not being emitted; now it fires as expected.
    • [Android] Added support for the onWebPaymentNavigationFinished event.

⚠️ Breaking Changes

  • Removed AdaptyPaywallView props: onAndroidSystemBack, onPaywallClosed. Use your app navigation instead; both are still available via the ViewController.setEventHandlers() API.

Don't miss a new react-native-adapty release

NewReleases is sending notifications on new releases.