eddieowens / react-native-boundary

Native implementation of geofencing/region monitoring
Apache License 2.0
122 stars 72 forks source link

Problem in testing the app #58

Open jawwad22 opened 4 years ago

jawwad22 commented 4 years ago

Hi, before explaining the problem, let me tell you what i am doing,

i have a app which has two packages React native boundary and react native background job, what RN background job do is that it run when your app is closed, In short work in background

now what i have done that i created a feature which monitor your location when you are in boundary or outside the boundary and it will sent you a local notification telling you your current situation OK

now i am testing the feature using "Fake GPS" app, what i am doing is i change the location and RN boundary detect the change and send me notification, everything work perfectly till here OK

NOW HERE IS THE PROBLEM WHEN I ZOOM IN FAKE GPS TO ITS MAXIMUM AND CHANGE THE LOCATION, THEN BOUNDARY PACKAGE DIDNT DETECT AND NO RENDERING CONDITION OCCURED, BUT WHEN PAUSE PLAY THE FAKE GPS, Boundary started to work,

NOW I AM CONFUSE, ITS THE PROBLEM OF FAKE GPS OR BOUNDARY, WHAT SHOULD I DO TO TEST PROPERLY

w0bbly commented 4 years ago

@jawwad22 how were you able to do that? can you provide an example of your code?