Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Releases: yandexmobile/metrica-plugin-unity

5.2.0

02 Nov 10:06
Compare
Choose a tag to compare
  • Updated native SDKs (iOS 4.4.0, Android 5.2.0)
  • Supported AdRevenue
  • Added class YandexAppMetricaAdRevenue
  • Added a method to report ad revenue ReportAdRevenue(YandexAppMetricaAdRevenue adRevenue)

5.1.0

01 Sep 08:45
Compare
Choose a tag to compare
  • Updated native SDKs (Android 5.0.1)
  • Exceptions from Application.logMessageReceived are sent as errors

5.0.0

16 Jul 09:36
Compare
Choose a tag to compare
  • Updated native SDKs (Android 5.0.0)
  • Removed LocationService.Start call
  • Removed use of APP_METRICA_TRACK_LOCATION_DISABLED define

4.3.0

19 May 15:56
Compare
Choose a tag to compare
  • 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 the ReportError(Exception exception, string condition) instead
  • ReportError(string groupIdentifier, string condition, string stackTrace). Use the ReportError(string groupIdentifier, string condition, Exception exception) instead

4.2.0

07 Feb 11:35
Compare
Choose a tag to compare
  • 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

20 Dec 09:18
Compare
Choose a tag to compare
  • Updated native SDKs (Android 4.1.1)

4.0.0

06 Dec 09:18
Compare
Choose a tag to compare
  • 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

24 Jun 15:56
Compare
Choose a tag to compare
  • Updated native SDKs (iOS 3.16.0, Android 3.21.1)
  • Added a method for requesting access to IDFA

3.7.0

27 Jan 14:27
Compare
Choose a tag to compare
  • 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

15 Jul 10:02
Compare
Choose a tag to compare
  • Updated native SDKs (iOS 3.11.1, Android 3.14.3)
  • Added the configuration property AppForKids for applications from App Store Kids' Category.