Setting badge with LocalNotify.now(...) doesn't have any effect

Fuse 0.30
iOS 10.0.2

LocalNotify.now("", "", "", false, 9)

Has no effect on the badge number. This does:

Lifecycle.on("exitedInteractive", function() {
    LocalNotify.later(1, "", "", "" false, 9)
})

The docs give the impression that it is possible to set the badge using .now so this is either a bug in the docs or in the implementation. Perhaps just wrap the badge update in an exitedInteractive on iOS.