iOS background mode

Fuse version 0.32.0 (build 9613)

I used sample:
https://www.fusetools.com/docs/fusejs/lifecycle
when app enteringBackground I setTimer.
On Android app run in background and send Local Notification
On iOS app don’t run and don’t send Local Notification.

Thank for help.
Best Regards.

You cannot run JS code whilst in the background on iOS. This also should not work on Android but the fact it does it a bug.

You may be able to use the later method of FuseJS/LocalNotifications if you want to fire the notification X seconds after the app goes to the background.