This repository has been archived by the owner on Sep 19, 2023. It is now read-only.
Releases: yandexmobile/metrica-sdk-ios
Releases · yandexmobile/metrica-sdk-ios
4.5.2
4.5.0
4.4.0
4.2.0
- Added API to send crashes from arbitrary plugins: protocols
YMMYandexMetricaPlugins
(to receive the object implementing this protocol invoke methodYMMYandexMetrica.getPluginExtension
),YMMYandexMetricaPluginReporting
(to receive the object implementing this protocol invoke methodYMMYandexMetricaReporting.getPluginExtension
), as well as classesYMMPluginErrorDetails
,YMMStackTraceElement
. - Added API for plugins that is required for full SDK functioning in terms of sessions auto-tracking when activated from plugins:
YMMYandexMetricaPlugins.handlePluginInitFinished
. - Added the capability to send errors from reporters without main API key activation. In this case, the errors will not contain meta-information retrieved from KSCrash (system info).
4.0.0
- Added
userProfileID
property toYMMYandexMetricaConfiguration
for setting User Profile ID during activation. - Added
appOpenTrackingEnabled
property toYMMYandexMetricaConfiguration
property for auto-tracking app openings via deeplink. Enabled by default. - Added
revenueAutoTrackingEnabled
property toYMMYandexMetricaConfiguration
for auto-tracking in-app purchases. Enabled by default. - Added
userProfileID
property toYMMReporterConfiguration
for setting User Profile ID during repoter activation. - Now you can use
[YMMYandexMetrica setUserProfileID:]
method for setting User Profile ID before activation.
3.17.0
- Added support for iPhone and AppleTV simulators running on Apple Silicon Macs (M1).
- Fixed potential problem with Main thread checker in WebKit.
Notice
CocoaPods 1.10 or Carthage 0.38 now required for
.xcframework
.
YandexMobileMetrica/Static-TV
andYandexMobileMetrica/Dynamic-TV
subspecs are not available anymore. From now use the same subspec for tvOS as for iOS:YandexMobileMetrica/Static
andYandexMobileMetrica/Dynamic
.
3.16.0
3.15.1
3.15.0
- 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.
- Fixed UIDeviceFamily issue for tvOS