Releases: yandexmobile/metrica-push-sdk-ios
Releases · yandexmobile/metrica-push-sdk-ios
1.3.0
- Added
+handleSceneWillConnectToSessionWithOptions:
method for Push notification handling with UISceneDelegate
(iOS 13+).
1.1.1
- Update AppMetrica SDK dependency to 4.0
1.0.0
- 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
.
0.9.2
- Added the API for downloading attachments
0.8.0
- Added the API for manual push tracking with the custom UNUserNotificationCenterDelegate implementation
0.7.1
- 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
0.7.0
- Added tracking of push notifications appearance/dismiss
- Added tracking of notifications types user is subscribed to
0.6.0
- Updated YandexMobileMetrica dependency
0.5.1
- Fixed crash when opening URL from push notification
- Fixed double URL opening from push notification