npm deepwall-react-native-sdk 2.9.0
Release 2.9.0

latest releases: 3.0.0, 2.9.5, 2.9.4...
2 years ago

Installation

You can install this release with $ npm install deepwall-react-native-sdk@2.9.0.
If you are updating from previous version you need to run $ cd ios && pod update RNDeepWall.

Highlights

We've added 4 new parameters into UserProperties object (These parameters are not mandatory).
You can use it in setUserProperties and updateUserProperties methods.

Parameters are:

phoneNumber
emailAddress
firstName
lastName

We have added great features for easily managing special offer flows via Deepwall with Deepwall 2.9.0 version.
You don’t need to add any code for implementation, just upgrading to the latest version will be enough to start using new features.

1) On Close Paywall Feature

With on close paywall feature, you can enable an offer paywall for your users who closed a paywall without making a purchase. On-close paywalls are only displayed with user-triggered close actions, not with app-triggered actions.
You can enable/disable on-close paywalls from Deepwall Management Console anytime for your displays and/or experiments.
Whenever the close button on a paywall is clicked by the user, Deepwall SDK automatically closes the paywall and send a close SDK event to your app. If an on-close paywall is enabled for a paywall, SDK close event is not sent when user closes that paywall. If the user also closes the opened on-close paywall then the close event is dispatched.

2) Paywall Display Rules

With paywall display rules, you will be able to adjust various scenarios like displaying a paywall once a week or every 2-3 days, or apply a maximum display limit for displaying an offer paywall max 2-3 times to each user.
You can manage paywall display rules from Deepwall Management Console by setting display frequency and max display count for your displays and/or experiments.
You will receive showDisabled event in case a paywall is not displayed to your users due to paywall display frequency or max display limitation.

See the documents for more information
docs.deepwall.com

Changelog

Changed

  • Readme updated.
  • On iOS, deepwall-core version upgraded to version 2.4.0.
  • On Android, deepwall-core version upgraded to version 2.4.0.
  • Example file updated.

Don't miss a new deepwall-react-native-sdk release

NewReleases is sending notifications on new releases.