Releases: Teknasyon-Teknoloji/deepwall-cordova-sdk
Release 2.0.0
Installation
You can install this release with $ cordova plugin add [email protected]
NOTE: If you are updating from previous version first you need to remove plugin $ cordova plugin remove cordova-plugin-deepwall
Changelog
Changed
- On Android,
deepwall-core
version upgraded to version2.6.2
- On iOS,
deepwall-core
version upgraded to version2.4.2
Release 1.3.1
Installation
You can install this release with $ cordova plugin add [email protected]
NOTE: If you are updating from previous version first you need to remove plugin $ cordova plugin remove cordova-plugin-deepwall
Highlights
- Price (USD) info has been added to the validation result.
- Added
removeEventObserver
method.
ChangeLog
Changed
- On iOS,
deepwall-core
version upgraded to version2.4.1
. - On Android,
deepwall-core
version upgraded to version2.4.1
.
Added
- Added
removeEventObserver
method.
Release 1.3.0
Installation
You can install this release with $ cordova plugin add [email protected]
NOTE: If you are updating from previous version first you need to remove plugin $ cordova plugin remove cordova-plugin-deepwall
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.3.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
- On iOS,
deepwall-core
version upgraded to version2.4.0
. - On Android,
deepwall-core
version upgraded to version2.4.0
. - Added new parameters into
setUserProperties
andupdateUserProperties
methods.
Release 1.2.0
You can install this release with $ cordova plugin add [email protected]
NOTE: If you are updating from previous version first you need to remove plugin $ cordova plugin remove cordova-plugin-deepwall
Added
- Added missing examples to readme file.
- Added .editorconfig file.
Changed
- On iOS, deepwall-core version upgraded to version 2.3.0.
- On iOS, you can remove use_frameworks! from podfile.
- On Android, deepwall-core version upgraded to version 2.3.0.
- On Android, compileSdkVersion and targetSdkVersion set to 30.
- On Android, kotlin version updated to 1.4.32.
- On Android Make sure your gradle version is 3.6.4 or higher.
Fixed
- Fixed events not firing error. (iOS, Android)
Release 1.1.0
You can install this release like below.
cordova plugin remove cordova-plugin-deepwall
cordova plugin add [email protected]
Changed
- On iOS
deepwall-core
version upgraded to version~> 2.2
.
Added
- On iOS added new "requestAppTracking" method.
- On iOS added new "sendExtraDataToPaywall" method for sending extra data to paywalls.
- Added new event for ios "DeepWallEvents.ATT_STATUS_CHANGED".
Release 1.0.2
You can install this release like below.
cordova plugin remove cordova-plugin-deepwall
cordova plugin add [email protected]
Changed
- On Android
deepwall-core
version upgraded to version2.2.2
First release 1.0.0
First public release