react native - Onesignal making user appear 'active' every hour -


i segmenting users location filter. location updated if mobile app in foreground. there way mimic user's last activity / location every hour if app in background? using react native.

you can update player / user record last location through rest api sending lat , long. https://documentation.onesignal.com/reference#edit-device

you need use plugin or own native code location of device in background.


Comments

Popular posts from this blog

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -