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
Post a Comment