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
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