Release Notes - Windows

 

Event series

2020

2020

Jul

V1_4 (July 2020)

This version requires the following:

  • ZAnalytics Gradle Plugin version 2.0 and above.
  • Windows Gradle Plugin 3.6.0 and above.

Behavior changes:

  • ​​​​Requires to bundle apptics-config.json file in the project for integration.
  • appName, appIcon and apiToken fields are removed from zanalytics closure in app level build.gradle.
  • zanalytics closure in app level build.gradle is optional. By default all variants are set to live mode.
  • ShakeForFeedback init method call is needed for invoking the Shake dialog to send feedback, for the screenshot to send Feedback and for all methods related to it. Other In-App Feedback methods are independent of init call and can be used without it.
  • The logger data, diagnostic data adding methods, and screenshot to feedback methods have been moved under the ShakeForFeedback class.
  • In-App updates V1_1_3 and below are not compatible with this version, use in-app updates V1_4 or above.

New Features:

  • New user consent screen flow method openUserConsentReview, which tracks data anonymously by default and then asks the user to review the settings. This can be used instead of setUser or setUserWithNoConsent methods.
  • Rate Us init method with UI cutomization callback, can be used to change the default Rate Us pop-up. Refer In-App Ratings doc.