From 80c63eb9c88fe4fd2c1236b0c770caa011a05ca7 Mon Sep 17 00:00:00 2001 From: Gleb Linnik Date: Tue, 30 Mar 2021 19:08:43 +0300 Subject: [PATCH] Add YandexMobileMetrica SDK 3.15.0 --- Package.swift | 8 ++++---- README.md | 7 +++++++ YandexMobileMetrica.json | 1 + 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 1074297..458e783 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/48248/YandexMobileMetrica-3.14.1-ios-spm-6e041e9d-848f-4e2c-928e-ad89227c69b7.zip", - checksum: "f851afcc3e570272a404b3ac782f5f5be9d1a9fc595f41cfce755a765f229599"), + url: "https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/128534/YandexMobileMetrica-3.15.0-ios-spm-05dc9e29-dee8-41c1-8800-5efac63681de.zip", + checksum: "f964085c25434431e8ca399df9ca3139869329415bcb782fa5556c5e755dd6e2"), .binaryTarget(name: "YandexMobileMetricaCrashes", - url: "https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/117488/YandexMobileMetricaCrashes-3.14.1-ios-spm-cff71a09-ff79-4e5f-93cb-1f9fc0588677.zip", - checksum: "fba8a6e43b24197ede43df6a0bbe42839b1c18e5379bfb9cb3ff3adb48a018f7"), + url: "https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/128534/YandexMobileMetricaCrashes-3.15.0-ios-spm-2bc875d4-800d-40c1-a88b-ab06caed6549.zip", + checksum: "575d1bfb57089502e40ad2d6a5d9a00b8a7272e8ba93ab1b9bc32ab471ba7ee9"), ] ) diff --git a/README.md b/README.md index 3d8e42a..cc8f3c9 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,13 @@ advertisement**. ## Changelog +### Version 3.15.0 +SDK archive: +[**download**](https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/128534/YandexMobileMetrica-3.15.0-ios-a8616fa2-25a8-4a2f-8420-83b4cc90b176.zip) + +* Added support for attributing installs on devices with iOS 14.5+ using SKAdNetwork. Conversion value transfer will be supported in upcoming updates. +* Added obtaining data required to attribute installs from Apple Search Ads using AdServices Framework (relevant for devices with iOS 14.3+). Attribution will be implemented server-side and doesn’t require further updates. + ### Version 3.14.1 SDK archive: [**download**](https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/128534/YandexMobileMetrica-3.14.1-ios-2a54d492-92c0-43d4-a17e-b38e30a6c724.zip) diff --git a/YandexMobileMetrica.json b/YandexMobileMetrica.json index 1457020..0004489 100644 --- a/YandexMobileMetrica.json +++ b/YandexMobileMetrica.json @@ -1,4 +1,5 @@ { + "3.15.0":"https://github.com/yandexmobile/metrica-sdk-ios/releases/download/3.15.0/YandexMobileMetrica.dynamic.framework.zip", "3.14.1":"https://github.com/yandexmobile/metrica-sdk-ios/releases/download/3.14.1/YandexMobileMetrica.dynamic.framework.zip", "3.14.0":"https://github.com/yandexmobile/metrica-sdk-ios/releases/download/3.14.0/YandexMobileMetrica.dynamic.framework.zip", "3.12.0":"https://github.com/yandexmobile/metrica-sdk-ios/releases/download/3.12.0/YandexMobileMetrica.dynamic.framework.zip",