0

Developing an app in OpenFL (in Haxe), I would like to leave notifications in the status bar of Android and iOS devices at certain times.

Could someone advise me on the best way to achieve this?

Gama11
  • 31,714
  • 9
  • 78
  • 100
Zeeshan Ahmad
  • 345
  • 3
  • 17
  • 1
    For iOS you cant leave notifications in the status bar, you would use local/push notifications and/or set a badge number over your app icon. – pkatsourakis Aug 07 '14 at 14:35

1 Answers1

0

Try this extension https://github.com/josuigoa/Notifications (currently only for Android)

YuriK
  • 432
  • 5
  • 13