Luca Longo

Results 17 comments of Luca Longo

If the maintainer doesn't merge the PR, you could use your FcmMessage class to extend the original ones from the last version of the package. ```php namespace App\Notifications\Concerns; class FcmMessage...

@christocracy, could you help me? Thanks

It happens only when the app is in the foreground and the `await bg.BackgroundGeolocation.getCurrentPosition()` is called, but no event is fired without the call. In the console log above, you'll...

I have the same results with real devices, but only using Android: iOS works. So, I replaced `startGeofences()` with `start()` (only on Android), and now it works in the foreground:...

Shouldn't Android fire the geofences also with a killed app?

I have `debug: true`, but no debug sound happens when the app is terminated.

@nunomaduro, please merge 🙏