Skip to content

Releases: zoho/Apptics

2.1.3 Release version

31 Oct 07:12
Compare
Choose a tag to compare
  • Debug View for Remote logger.
  • Remote logger support for debug view.
  • Added Push Notification.
  • Fixed Event validation false returned as integer.

2.1.3002 Beta Version

29 Oct 12:03
Compare
Choose a tag to compare
2.1.3002 Beta Version Pre-release
Pre-release
  • Remote logger support for debug view.
  • Added Push Notification.
  • Fixed Event validation false returned as integer.

2.1.3001 Beta version

14 Oct 13:01
Compare
Choose a tag to compare
2.1.3001 Beta version Pre-release
Pre-release
  • Debug View for Remote logger.

Beta Version 2.1.3000

24 Sep 09:09
Compare
Choose a tag to compare
Beta Version 2.1.3000 Pre-release
Pre-release
  • Apptics extension code change for watchOS
  • Dsym script file upload size change

Release version 2.1.2

19 Sep 09:44
Compare
Choose a tag to compare
Release version 2.1.2 Pre-release
Pre-release
  • In app update Deprecated Api changes
  • Cross promo flag time fix

2.1.1 Release version

09 Sep 09:26
Compare
Choose a tag to compare
2.1.1 Release version Pre-release
Pre-release
  • Fixed Screenshot frame issue in Flutter SDK

2.1.1001 Beta Version

03 Sep 08:55
Compare
Choose a tag to compare
2.1.1001 Beta Version Pre-release
Pre-release
  • Patch fix for Flutter SDK screenshot issue.

Release Version 2.1.0

27 Aug 11:15
Compare
Choose a tag to compare

1.Added Timed event tracking support to Extension.Now Extension Sessions can also be tracked.
2.For Timed event you need to start the event with startTimedEvent method and end the event with the timestamp returned during the startTimedEvent method.
3.Manuall screen tracking start screen tracking with trackViewEnterWithScreenName method and end the screen tracking with trackViewExitWithTimestamp method.
4.Now Developer can set a custom ID for the feedback,But you won't be able to communicate with the user unless it is an email address.
5.Removed deprecated API for NSKeyedArchiver & NSKeyedUnarchiver.
6.Debug view now data will be sent to the server for every 10 seconds,if the build configuration is in debug mode.
7. Enhancement in In-App update framework.
8. SDK Support for Vision Pro.

2.1.1000beta

23 Aug 12:14
Compare
Choose a tag to compare
2.1.1000beta Pre-release
Pre-release
  • Enhancements in Apptics InApp update framework.

Release version 2.0.8

20 Aug 10:37
Compare
Choose a tag to compare

1.Added Timed event tracking support to Extension.Now Extension Sessions can also be tracked
2.For Timed event you need to start the event with startTimedEvent method and end the event with the timestamp returned during the startTimedEvent method.
3.Manuall screen tracking start screen tracking with trackViewEnterWithScreenName method and end the screen tracking with trackViewExitWithTimestamp method.
4.Now Developer can set a custom ID for the feedback,But you won't be able to communicate with the user unless it is an email address.
5.Removed deprecated API for NSKeyedArchiver & NSKeyedUnarchiver.
6.Debug view now data will be sent to the server for every 10 seconds,if the build configuration is in debug mode.