Release 1.4.0
You can install this release with updating your pubspec.yaml
like below:
deepwall_flutter_plugin:
git:
url: https://github.com/Teknasyon-Teknoloji/deepwall-flutter-sdk.git
ref: 1.4.0
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 1.4.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 updated to2.4.0
. - On Android,
deepwall-core
version updated to2.4.0