Skip to content

💬 Local device notification support for OpenFL Android and iOS targets

License

Notifications You must be signed in to change notification settings

charmdev/samcodes-notifications

 
 

Repository files navigation

Haxe Local Notifications

Local notifications support for Haxe OpenFL Android and iOS targets. See the demo here.

Features

  • Schedule, manage and cancel local device notifications.
  • Manage application icon notification badge counts.
  • Open application when notification is tapped.

If there is something you would like adding let me know. Pull requests welcomed too.

Install

Get the haxelib:

haxelib install samcodes-notifications

Usage

Include the haxelib through Project.xml:

<haxelib name="samcodes-notifications" />

Known Issues

Due to a bug it is not currently possible to cancel individual notifications on iOS, though they can be cancelled all together. This means that if you schedule notifications using the same slots, they will not override each other on iOS, but will on Android.

Example

See the demo app for a complete example.

Android notifications and badging. Badging is done using ShortcutBadger:

Screenshot of Android notification

iOS notifications and badging:

Screenshot of iOS notification

Notes

This haxelib was originally based on the local notifications extension for Stencyl by byrobingames. Android app icon badging support is provided by ShortcutBadger by Leo Lin, which is licensed under the Apache License, Version 2.0.

Use #if (android || ios) conditionals around your imports and calls to this library for cross platform projects, as there is no stub/fallback implementation included in the haxelib.

If you need to rebuild the iOS or simulator ndlls navigate to /project and run rebuild_ndlls.sh.

About

💬 Local device notification support for OpenFL Android and iOS targets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C++ 52.8%
  • Haxe 29.2%
  • C++ 14.8%
  • Shell 2.3%
  • Batchfile 0.9%