com.unity.services.push-notifications 1.1.0-pre.1
com.unity.services.push-notifications
Source docsNotes: processedReleased January 25, 2022
Unity Compatibility
Minimum Unity: 2020.3
Package Dependencies
✨ Features
- The package is now configurable in the Project Settings UI. This is the recommended way of configuring the SDK moving forwards. The previous method of providing a configuration to the `RegisterForPushNotificationsAsync` method is now deprecated, although will continue to function for the moment. (Note that if both code and UI settings are provided, the code settings will override the UI settings).
- The dependency on Unity Analytics has been updated to support version 3.0.0 with the new privacy flow. You will need to implement this as described in the Analytics documentation before push notification events will be sent.
🔧 Bug Fixes
- Android plugin now supports Android API versions 16+
