Skip to content

Latest commit

 

History

History
81 lines (54 loc) · 3.85 KB

CHANGELOG.md

File metadata and controls

81 lines (54 loc) · 3.85 KB

Yandex AppMetrica Push SDK Change Log

Version 1.3.0

SDK archive: download

  • Added +handleSceneWillConnectToSessionWithOptions: method for Push notification handling with UISceneDelegate (iOS 13+).

Version 1.1.1

SDK archive: download

  • Update AppMetrica SDK dependency to 4.0

Version 1.0.0

SDK archive: download

  • Added support for iPhone and AppleTV simulators running on Apple Silicon Macs (M1)
  • Added Swift Package Manager distribution.
  • Stopped supporting iOS 8.

Notice

CocoaPods 1.10 or Carthage 0.38 now required for .xcframework.

Version 0.9.2

SDK archive: download

  • Added the API for downloading attachments

Version 0.8.0

SDK archive: download

  • Added the API for manual push tracking with the custom UNUserNotificationCenterDelegate implementation

Version 0.7.2

SDK archive: download

  • Fixed dynamic framework

Version 0.7.1

SDK archive: download

  • Added the userNotificationCenter:openSettingsForNotification: proxy delegate
  • Fixed crash on setting a nil token
  • Moved push permissions obtainment to the main queue
  • Updated the YandexMobileMetrica dependency

Version 0.7.0

SDK archive: download

  • Added tracking of push notifications appearance/dismiss
  • Added tracking of notifications types user is subscribed to

Version 0.6.0

SDK archive: download

  • Updated YandexMobileMetrica dependency

Version 0.5.1

SDK archive: download

  • Fixed crash when opening URL from push notification
  • Fixed double URL opening from push notification

Version 0.5.0

SDK archive: download

  • Supported iOS 10+ in-app notifications.
  • Added method for identification push notifications related to AppMetrica Push SDK.
  • Added method for sending APNs environment with device token.

Version 0.4.0

SDK archive: download

  • Added URL from push notification opening.
  • Added dynamic framework.
  • Subspec DynamicDependencies is replaced with Dynamic.
  • Default subspec StaticDependencies is replaced with Static.

Version 0.3.0

SDK archive: download

  • Initial release.