From 8be51a74e2f4449e2f3d4e69824c5feba2787584 Mon Sep 17 00:00:00 2001 From: Gleb Linnik Date: Mon, 20 Sep 2021 14:58:57 +0300 Subject: [PATCH] Add YandexMobileMetrica SDK 4.0.0 --- Package.swift | 8 ++++---- README.md | 10 ++++++++++ YandexMobileMetrica.json | 1 + 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 7d991fe..7474497 100644 --- a/Package.swift +++ b/Package.swift @@ -16,10 +16,10 @@ let package = Package( targets: [ .binaryTarget(name: "YandexMobileMetrica", - url: "https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/128534/YandexMobileMetrica-3.17.0-ios-spm-0ce48b19-0093-431c-89ee-8666420b9650.zip", - checksum: "2b79ddc482b2851225fbce678a57fcac2f3aa27b5300f3b71d9c4e82d251e0df"), + url: "https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/175948/YandexMobileMetrica-4.0.0-ios-spm-b3084425-dea2-4f7f-8d60-f591d7f2ce70.zip", + checksum: "c0a3d76ccd65c326aa6510eafd1b091cd7563b2719fb386bb03c089317aff4df"), .binaryTarget(name: "YandexMobileMetricaCrashes", - url: "https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/128534/YandexMobileMetricaCrashes-3.17.0-ios-spm-8341da09-2473-4471-abd1-fa783da5228f.zip", - checksum: "1aafe6a99e3ae928dc82df313713fd0842f1b5bdb17d0f8cea5f445c00c6d8a8"), + url: "https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/128534/YandexMobileMetricaCrashes-4.0.0-ios-spm-53b1a15a-ee8e-48b9-b931-85b96fd426fa.zip", + checksum: "a1687be372eb3b4ad0d7e62fe37ee6961bf03151ad9ac8cf0112ba9edb9d1efd"), ] ) diff --git a/README.md b/README.md index afe7d04..5888753 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,16 @@ advertisement**. ## Changelog +### Version 4.0.0 +SDK archive: +[**download**](https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/175948/YandexMobileMetrica-4.0.0-ios-a3605663-b1ca-4851-b475-9a1074f7bd4d.zip) + +* Added `userProfileID` property to `YMMYandexMetricaConfiguration` for setting User Profile ID during activation. +* Added `appOpenTrackingEnabled` property to `YMMYandexMetricaConfiguration` property for auto-tracking app openings via deeplink. +* Added `revenueAutoTrackingEnabled` property to `YMMYandexMetricaConfiguration` for auto-tracking in-app purchases. +* Added `userProfileID` property to `YMMReporterConfiguration` for setting User Profile ID during _repoter_ activation. +* Now you can use `[YMMYandexMetrica setUserProfileID:]` method for setting User Profile ID before activation. + ### Version 3.17.0 SDK archive: [**download**](https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/175948/YandexMobileMetrica-3.17.0-ios-a24417a7-e726-4624-bbb0-83a3862a74a8.zip) diff --git a/YandexMobileMetrica.json b/YandexMobileMetrica.json index 26d8675..ca5ec5c 100644 --- a/YandexMobileMetrica.json +++ b/YandexMobileMetrica.json @@ -1,4 +1,5 @@ { + "4.0.0":"https://github.com/yandexmobile/metrica-sdk-ios/releases/download/4.0.0/YandexMobileMetrica.dynamic.xcframework.zip", "3.17.0":"https://github.com/yandexmobile/metrica-sdk-ios/releases/download/3.17.0/YandexMobileMetrica.dynamic.xcframework.zip", "3.16.0":"https://github.com/yandexmobile/metrica-sdk-ios/releases/download/3.16.0/YandexMobileMetrica.dynamic.framework.zip", "3.15.1":"https://github.com/yandexmobile/metrica-sdk-ios/releases/download/3.15.1/YandexMobileMetrica.dynamic.framework.zip",