This repository has been archived by the owner on Apr 23, 2024. It is now read-only.
Releases: yandexmobile/metrica-plugin-unity
Releases · yandexmobile/metrica-plugin-unity
5.2.0
5.1.0
- Updated native SDKs (Android 5.0.1)
- Exceptions from Application.logMessageReceived are sent as errors
5.0.0
- Updated native SDKs (Android 5.0.0)
- Removed LocationService.Start call
- Removed use of APP_METRICA_TRACK_LOCATION_DISABLED define
4.3.0
- Updated native SDKs (iOS 4.2.0, Android 4.2.0)
- Supported EDM4U for dependency resolution
- Crash handling improved
- Added methods for error reporting
ReportError(Exception exception, string condition)
,ReportErrorFromLogCallback(string condition, string stackTrace)
- Added method for crash reporting
ReportUnhandledException(Exception exception)
- Deprecared methods
ReportError(string condition, string stackTrace)
. Use theReportError(Exception exception, string condition)
instead ReportError(string groupIdentifier, string condition, string stackTrace)
. Use theReportError(string groupIdentifier, string condition, Exception exception)
instead
4.2.0
- Fixed a problem with uploading app in AppStore (
YandexMobileMetrica.framework/YandexMobileMetrica' is not permitted. Your app can’t contain standalone executables or libraries, other than a valid CFBundleExecutable of supported bundles.
)
4.1.0
- Updated native SDKs (Android 4.1.1)
4.0.0
- Updated native SDKs (iOS 4.0.0, Android 4.0.0)
- Remove InstalledAppCollecting from YandexAppMetricaConfig
- Added property RevenueAutoTrackingEnabled to YandexAppMetricaConfig for disable auto tracking revenue
- Added dependency from Install Referrer Library v2.2
3.8.0
- Updated native SDKs (iOS 3.16.0, Android 3.21.1)
- Added a method for requesting access to IDFA
3.7.0
- Updated native SDKs (iOS 3.14.0, Android 3.18.0)
- Added a method to report event with json string value
- Added a method to set error environment
- Added a method to report error with identifier
3.6.0
- Updated native SDKs (iOS 3.11.1, Android 3.14.3)
- Added the configuration property AppForKids for applications from App Store Kids' Category.