Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
Add YandexMobileMetrica SDK 3.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GLinnik21 committed Mar 30, 2021
1 parent 16d4873 commit 80c63eb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
]
)
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions YandexMobileMetrica.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 80c63eb

Please sign in to comment.