From ed6a2aaa7b773e584c41bd6db35883d7b6919bc7 Mon Sep 17 00:00:00 2001 From: Nikolay Volosatov Date: Thu, 11 Jul 2019 15:40:35 +0300 Subject: [PATCH] Add YandexMobileMetrica SDK 3.7.1 --- README.md | 10 ++++++++++ YandexMobileMetrica.json | 1 + 2 files changed, 11 insertions(+) diff --git a/README.md b/README.md index 54efcec..72d053f 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,16 @@ advertisement**. ## Changelog +### Version 3.7.1 +SDK archive: [**download**](https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/175948/YandexMobileMetrica-3.7.1-ios-066381b6-39c3-4794-949f-2391e0ea618f.zip) + +* Added support of NSDecimalNumber for a price in YMMRevenueInfo. +* Added the API to control sessions manually (see the sessionsAutoTracking property of YMMYandexMetricaConfiguration). +* Added the configuration flag to handle activation as a session start (see handleActivationAsSessionStart of YMMYandexMetricaConfiguration). +* Stopped supporting the reportReferralUrl method. The method is deprecated. +* Stopped supporting the double type for the price field in the YMMRevenueInfo class. The field is deprecated. +* Fixed an issue with additional information in crash logs (active_time_since_launch, active_time_since_last_crash etc). + ### Version 3.6.0 SDK archive: [**download**](https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/175948/YandexMobileMetrica-3.6.0-ios-702bb3c2-76a5-4b77-9dd3-b743d5996080.zip) diff --git a/YandexMobileMetrica.json b/YandexMobileMetrica.json index 4a50b58..4451356 100644 --- a/YandexMobileMetrica.json +++ b/YandexMobileMetrica.json @@ -1,4 +1,5 @@ { + "3.7.1":"https://github.com/yandexmobile/metrica-sdk-ios/releases/download/3.7.1/YandexMobileMetrica.dynamic.framework.zip", "3.6.0":"https://github.com/yandexmobile/metrica-sdk-ios/releases/download/3.6.0/YandexMobileMetrica.dynamic.framework.zip", "3.5.0":"https://github.com/yandexmobile/metrica-sdk-ios/releases/download/3.5.0/YandexMobileMetrica.dynamic.framework.zip", "3.4.1":"https://github.com/yandexmobile/metrica-sdk-ios/releases/download/3.4.1/YandexMobileMetrica.dynamic.framework.zip",