You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chris Scott edited this page Mar 25, 2016
·
4 revisions
react-native-background-geolocation uses the Reachability component by tonymillion to detect network-status changes.
iOS Network Reachability Flags
Status
Flag
Is WWAN
W
Reachable
R
Connection required
c
Transient connection
t
Intervention required
i
Connection on-traffic
C
Connection on-demand
C
Is local address
l
Is direct
d
Example log messages.
You can observe these messages by changing connection-status on your iOS device (with your app running in background with aggressive-monitoring engaged (ie: changePace(true) or preventSuspend: true)