Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem in testing the app #58

Open
jawwad22 opened this issue Sep 14, 2020 · 1 comment
Open

Problem in testing the app #58

jawwad22 opened this issue Sep 14, 2020 · 1 comment

Comments

@jawwad22
Copy link

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

w0bbly commented Oct 22, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants