Changelog

AppMetrica SDK

Version 5.2.0

Released April 16, 2024

Version 5.1.0

Released March 6, 2024

Version 5.0.0

Released February 13, 2024

Version 4.5.2

Released May 22, 2023

  • Fixed posix_spawn Xcode crash with sanitizer enabled.

Version 4.5.0

Released March 21, 2023

  • Fixed the locationServicesEnabled invoked on the main thread error on iOS 16.

Version 4.4.0

Released September 19, 2022

  • Added the AdRevenue API for transmitting advertising monetization revenue at the impression level (Impression-Level Revenue Data):
    • The YMMAdRevenueInfo and YMMMutableAdRevenueInfo classes.
    • The reportAdRevenue method in the YMMYandexMetrica, reportAdRevenue class in the YMMYandexMetricaReporting protocol.
    • The YMMAdType enumeration.

Version 4.2.0

Released February 18, 2022

  • Added a new API to track crashes and errors from random plugins.

    Protocols:

    • YMMYandexMetricaPlugins.
    • YMMYandexMetricaPluginReporting.

    Classes:

    • YMMPluginErrorDetails.
    • YMMStackTraceElement.
  • Added the API for the correct SDK functioning in the context of session auto-tracking if activated from plugins: YMMYandexMetricaPlugins.handlePluginInitFinished.

  • Added the ability to send errors from reporters without activating the master key. In this case, meta information from KSCrash (system data) will be missing.

Version 4.0.0

Released September 20, 2021

  • Supported the option to set the user profile ID when activating ([YMMYandexMetricaConfiguration userProfileID]) or before activating ([YMMYandexMetrica setUserProfileID]) the master key, as well as when activating the reporter ([YMMReporterConfiguration userProfileID]).
  • Added the appOpenTrackingEnabled property for automatic tracking of app openings via a deeplink.
  • Added the revenueAutoTrackingEnabled property for the automatic collection of data on In-App purchases.
  • Added managing the Conversion Value.

Version 3.17.0

Released June 8, 2021

  • Fixed a possible bug
    Main Thread Checker: UI API called on a background thread: -[WKUserScript initWithSource:injectionTime:forMainFrameOnly:]
    
  • Added a library version for iOS simulators that are run on Apple Silicon M1 Macs (ios-arm64-simulator).
  • The library is now delivered only as an XCFramework, which caused the following changes:
    • The minimum supported version of CocoaPods is 1.10 and Carthage is 0.38. These versions now support XCFrameworks.
    • The AppMetrica SDK is now connected on tvOS the same way as on iOS: the YandexMobileMetrica/Dynamic-TV and YandexMobileMetrica/Static-TV subspecs are no longer available.

Version 3.16.0

Released May 27, 2021

  • Added the initWebViewReporting method for sending events from the WebView's JS code.
  • Fixed errors and improved stability.

Version 3.15.1

Released April 20, 2021

  • Improved Apple Search Ads attribution via AdServices Framework. Upgrade to this version to keep Apple Search Ads tracking on iOS 14.5+.

Version 3.15.0

Released March 30, 2021

  • Added support for attributing installs on devices running iOS version 14.5+ via SKAdNetwork. Upcoming versions of the SDK will make it possible to transmit conversion values.
  • Data can now be received for attributing installs from Apple Search Ads via AdServices Framework (for devices running iOS 14.3+). Attribution is implemented in the AppMetrica backend and doesn't require further updates.
  • Operator and Connection type collection is disabled.

Version 3.14.0

Released 29 December 2020.

  • Added AppMetrica distribution using Swift Package Manager. For more information, see Installation and initialization.
  • The minimum supported iOS version is 9.0 or later.
  • Fixed an issue in linking crashes to sessions.

Version 3.12.0

Released 14 October 2020

  • Added a new API for sending E-Commerce events:

    • Added the +reportECommerce:onFailure: method to the YMMYandexMetrica class and the YMMYandexMetricaReporting protocol.
    • Added new classes:
      • YMMECommerce.
      • YMMECommerceAmount.
      • YMMECommerceCartItem.
      • YMMECommerceOrder.
      • YMMECommercePrice.
      • YMMECommerceProduct.
      • YMMECommerceReferrer.
      • YMMECommerceScreen.

    For more information about E-Commerce events, see E-commerce.

  • Improved the performance of the library and the quality of statistical data.

Version 3.11.1

Released 8 July 2020

  • Added a new API for sending crashes and errors:
    • The YMMError class.
    • The YMMErrorRepresentable protocol.
    • The YMMErrorReportingOptions enumeration.
    • The YMMBacktraceErrorKey constant.
    • Added the following methods to the YMMYandexMetrica class and YMMYandexMetricaReporting protocol:
      • +reportError:onFailure:.
      • +reportError:options:onFailure:.
      • +reportNSError:onFailure:.
      • +reportNSError:options:onFailure:.
      • +setErrorEnvironmentValue:forKey:.
    • Added the maxReportsInDatabaseCount property to the YMMYandexMetricaConfiguration, YMMReporterConfiguration, and YMMMutableReporterConfiguration classes.
  • Stopped supporting the +reportError:exception:onFailure method. Use the new +reportError:onFailure:, +reportError:options:onFailure:, +reportNSError:onFailure:, or +reportNSError:options:onFailure: methods instead.
  • Added support for children's apps. Use the appForKids property of the YMMYandexMetricaConfiguration configuration. For more information, see Usage examples.
  • Fixed support for tvOS.
  • Improved the performance of the library and the quality of statistical data.

Version 3.9.4

Released 3 February 2020

  • Fixed possible crashes in AppMetrica SDK 3.9.1 and 3.9.2.

Version 3.9.2

Released 27 December 2019

  • Fixed incorrect appmetrica_device_id generation process.
  • Fixed possible deadlock during the activation.
  • The reportReferralUrl method is no longer deprecated.
  • Fixed getting information about code and sudcode for Mach exceptions.
  • Fixed framework for tvOS.
  • Improved the performance of the library and the quality of statistical data.

Version 3.8.2

Released 4 October 2019

  • Fixed a priceDecimal serialization error that caused negative Revenue values.

Version 3.8.1

Released 30 September 2019

  • Fixed an issue in the dynamic framework.
  • Fixed collection of information on location. When you set your own location, automatic detection is disabled.

Version 3.8.0

Released 25 September 2019

Version 3.7.1

Released 11 July 2019

  • Added to the YMMRevenueInfo class:

    • The -initWithPriceDecimal:currency: method. Use it instead of the deprecated ‑initWithPrice:currency: method.
    • The -initWithPriceDecimal:currency:quantity:productID:transactionID:receiptData:payload: method. Use it instead of the deprecated -initWithPrice:currency:quantity:productID:transactionID:receiptData:payload: method.
    • The priceDecimal property. Use it instead of the deprecated price property.
  • Added methods for manual control of sessions to the YMMYandexMetrica class:

    • The +pauseSession: method.
    • The +resumeSession: method.
  • Added properties for control of sessions to the YMMYandexMetricaConfiguration class:

    • The handleActivationAsSessionStart property.
    • The sessionsAutoTracking property.
  • Stopped supporting the +reportReferralUrl: method. Deprecated method.

  • Fixed the issue with additional information in crash logs: active_time_since_launch, active_time_since_last_crash, and others.

Version 3.6.0

Released 18 February 2019

  • Fixed possible loss of crash reports on devices with a 32-bit processor.
  • Fixed possible crashes which affected the AppMetrica SDK versions 3.1.0 to 3.5.0.
  • Improved the performance of the library and the quality of statistical data.

Version 3.5.0

Released 25 December 2018

  • Added support for tvOS 9 and higher.
  • Improved the performance of the library and the quality of statistical data.

Version 3.4.1

Released 15 November 2018

  • Fixed the issue when enabling the static framework in a project using Swift.

Version 3.4.0

Released 2 November 2018

  • Separated the library into two frameworks: core and crash-handling. For more information, see Installation and initialization.
  • Fixed the +sendEventsBuffer: method to work correctly in the background.
  • Improved the performance of the library and the quality of statistical data.

Version 3.3.0

Released 6 September 2018

  • Improved processing of information transmitted by the +reportUserProfile:onFailure: and +reportRevenue:onFailure: methods.
  • Improved the performance of the library and the quality of statistical data.

Version 3.2.0

Released 20 July 2018

  • Added the +setStatisticsSending: method to disable statistics sending.
  • Added the +requestAppMetricaDeviceIDWithCompletionQueue:block: method to retrieve the AppMetrica device ID (appmetrica_device_id).
  • Added the +sendEventsBuffer: method to force sending stored events from the buffer.
  • Improved the performance of the library and the quality of statistical data.

Version 3.1.2

Released 2 July 2018

  • Changed the SDK to meet the requirements of the Apple App Store Review Team. Update the AppMetrica SDK to avoid any issues during the App Store moderation process.

    Alert

    Previous versions of iOS SDK (2.8.0–3.1.1) are not available for download. If you're using library version 2.9.x, update the SDK to version 2.9.8.

Version 3.1.1

Released 13 June 2018

  • Fixed an issue in the AppMetrica SDK 3.1.0 related to internal data loss.

Version 3.1.0

Released 8 June 2018

  • Added deeplink attribution (Re-engagement).
  • Fixed a possible deadlock affecting AppMetrica SDK versions 3.0.0 and 3.0.1.
  • Improved the performance of the library and the quality of statistical data.

Version 3.0.1

Released 21 May 2018

  • Improved the stability of the library.

Version 3.0.0

Released 18 April 2018

  • Added methods for creating user profiles.
  • Added revenue tracking.
  • Unified and revised the API.
  • Changed the app version and build number order in crash reports to match the Apple format.
  • Extended logging of events flow.
  • Stopped supporting iOS 6 and iOS 7.
  • Improved the performance of the library and the quality of statistical data.

Push SDK

Version 1.3.0

Released July 1, 2022

  • Added the YMPYandexMetricaPush.handleSceneWillConnectToSession method to work with UIScene (with iOS 13 or higher).

Version 1.1.1

Released September 29, 2021

  • Added support for AppMetrica SDK 4.0.0.

Version 1.0.0

Released 13 July 2021

  • The minimum supported iOS version is 9.0 or later.
  • The library is now delivered only as an XCFramework, which caused the following changes:
    • The minimum supported version of CocoaPods is 1.10 and Carthage is 0.38. These versions now support XCFrameworks.
  • Added a library version for iOS simulators that are run on Apple Silicon M1 Macs (ios-arm64-simulator).
  • Added Push SDK distribution using Swift Package Manager. For more information, see Installation and initialization.

Version 0.9.2

Released 12 July 2021

  • Added the feature to upload attached files in push notifications using the downloadAttachmentsForNotificationRequest method for iOS 10 and higher. See an example of integration in the article Uploading attached files.

Version 0.8.0

Released 26 April 2019

  • Added the feature for push notification tracking with the custom UNUserNotificationCenterDelegate implementation:
    • Added the +userNotificationCenterHandler method.
    • Added the YMPUserNotificationCenterHandling protocol.

Version 0.7.2

Released 27 November 2018

  • Fixed an issue in the dynamic framework.

Version 0.7.1

Released 19 November 2018

Version 0.7.0

Released 31 August 2018

Version 0.6.0

Released 20 April 2018

Version 0.5.1

Released 21 March 2018

  • Fixed crash when opening URL from push notification.
  • Fixed a bug that occurs when a URL of the same push notification is opened more than once.

Version 0.5.0

Released 26 October 2017

  • Added the in-app notifications support for iOS 10 and higher. Requires additional integration.
  • Added a method for identification of push notifications related to AppMetrica Push SDK.
  • Added a method for sending an APNs (Apple Push Notifications service) environment with a device token.

Version 0.4.0

Released 24 November 2016

  • Links from push notifications are now opened.
  • Added a dynamic framework.
  • The DynamicDependencies framework has been changed to Dynamic.
  • The StaticDependencies framework has been changed to Static.

Version 0.3.0

Released 10 October 2016

  • Integrated with the AppMetrica Mobile SDK library.