Simple and easy implementation for showing offline notifications on Android devices. Simply drag and drop a Unity prefab included in the package and fill up the required parameters to set up a notification for Android device!
Features:
-
Simply drag and drop the provided Unity prefab to the current scene and change the parameters!
-
You can show notifications multiple times within a certain interval that you can set!
-
Notifications will contain your app icon, Heading text and content text.
-
Every notification will also create a notification sound.
-
Notification icon can be replaced for both large and small icons.
-
Can change color of small icon background.
-
Can make a schedule to start notification.
-
Pending Notifications will be resumed if the device is rebooted.
-
Clicking on a Notification will launch your game.
-
Tested and works on Android API 26 Oreo devices and Android P emulators.
Demo Link:
http://qvirtuality.com/andnotify/AndNotify.apk
Asset Store link:
Change logs:
Version 1.0.4:
- Tested and works with Unity version 4.5.0f6, 5.0.0f4, 5.6.6f2, 2017.4.4f1 and 2018.1.2f1.
- Tested and works on Android P emulators.
- Improved editor experience with sliders, color picker, check boxes and foldouts.
- Added Small icon background color picker.
- Added Notification Start Schedule making option.
- Added ability to change large and small icon for all notifications.
- Bug fix to show large notification icon.
Version 1.0.3:
- Tested and works with Unity version 4.0.0f7, 5.0.0f4, 5.6.4f1 and 2017.2.0f3.
- Added Notification ID support for sending multiple notifications.
- Some internal changes and bug fixes.
Version 1.0.2:
- This plug-in is tested and works with Unity version 2017.1.1f1.
- Minimum supported Unity version is 4.0.0f7.
- This plug-in is tested and works on Android version 8 (API level 26) (Oreo) devices.
- Minimum supported Android SDK version is API level 14 (Adroid 4.0 IceCreamSandwitch).
Version 1.0.1:
- Notifications will be resumed even after device reboot.
- Application Package name is not required as a parameter any more.
- This plug-in will also work on Unity 5.0.1f1 32bit.