UTNotifications is an advanced and professional Unity extension that is yet very convenient and easy to use. It provides a convenient cross-platform API for posting and handling local, scheduled (including those appearing once and those repeating) and push notifications. It fully supports
iOS,
Android (Google Play and Amazon Kindle Android devices) and
Windows Store (Windows Phone 8.1, Windows 8.1/10, Universal 8.1, Universal 10).
API Reference |
Manual |
Forum |
Support Email |
Issue TrackingFeatures:
- Immediate and scheduled (those appearing once and those repeating) local notifications with automated restoring on device reboot.
- Push notifications
-
2 Android push notifications services: Firebase Cloud Messaging (
FCM) & Amazon Device Messaging (
ADM) in a
single build.
- Completely cross-platform API.
- The
full source code is provided as well as the code of the native plugins so one can change and adjust anything one likes.
- A demo push notifications provider
web server with the source code is included and it supports all three push notifications services.
- Default or custom notifications
sounds and
icons.
- A
detailed manual and an
API Reference docs are included.
- Convenient Unity editor extension for configuring.
- Android & Windows Store manifest files
automated patching.
- Notifications enabling/disabling API for
all supported platforms allows one to add notifications toggle to the game options.
- API for
handling clicked & received notifications of any type both local and push.
- One can attach custom data to the notification of any type and access it while processing the received notification.
- Hiding or cancelling a specific notification or all of them.
- ApplicationÂ
icon badge number management API for iOS and Android.
- Android: Image notifications.
- Android: Complete integration with Android
8+ Notification Channels.
- Android: Custom buttons.
- Android: High Priority/Heads-Up notifications support.
- A sample & test scene.
- And more!