Releases: zoho/Apptics
2.1.3 Release version
- 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
- Remote logger support for debug view.
- Added Push Notification.
- Fixed Event validation false returned as integer.
2.1.3001 Beta version
- Debug View for Remote logger.
Beta Version 2.1.3000
- Apptics extension code change for watchOS
- Dsym script file upload size change
Release version 2.1.2
- In app update Deprecated Api changes
- Cross promo flag time fix
2.1.1 Release version
- Fixed Screenshot frame issue in Flutter SDK
2.1.1001 Beta Version
- Patch fix for Flutter SDK screenshot issue.
Release Version 2.1.0
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
- Enhancements in Apptics InApp update framework.
Release version 2.0.8
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.