- Upgrade AppMetrica SDK (Android 3.21.0/iOS 4.0.0).
- Added null-safety (#10) via Bhagat8533.
- Upgrade AppMetrica SDK (Android 3.18.0/iOS 3.14.0).
- Upgrade Android plugin.
- Upgrade AppMetrica SDK (Android 3.14.3/iOS 3.11.1).
- Upgrade dependencies.
- Update plugin documentation.
- Upgrade AppMetrica SDK (Android 3.10.0/iOS 3.9.4).
- Add
reportReferralUrl
function (#5) via kirill09. Sets referral URL for app installs. - Upgrade AppMetrica SDK for iOS (3.9.2).
- Plugin
README.md
polishing.
- Remove the deprecated
author:
field from pubspec.yaml. - Fix example app by adding a call to
ensureInitialized
. - Update example code. Plugin documentation polishing.
CONTRIBUTING.md
added.
- Upgrade AppMetrica SDK for Android (3.8.0).
- Upgrade AppMetrica SDK for iOS (3.8.2). Fixed an issue #2 with "helper" command line tool in dynamic frameworks.
- Upgrade AppMetrica SDK (Android 3.7.2/iOS 3.8.0).
- Add
sendEventsBuffer
function. Sends stored events from the buffer. - Android only. Add
maxReportsInDatabaseCount
activation parameter - maximum number of events that can be stored in the database on the phone before being sent to AppMetrica.
- Add
setUserProfileID
function (required for predefined profile attributes). - Update example code.
- Upgrade dependencies.
- iOS polishing.
- Update readme.
- Add crash reporting flag.
- Cleanup.
- Initial release. Based on C++ version of Appmetrica SDK integration for Cocos2d-x.