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
I am encountering a issue when trying to use background-location with the simulator after upgrading to ns 3.3 and bg-location to 1.7.0 on IOS. The first time I run the app it prompts ands asks if it should use the location always or only when using the app - All is fine at this point.
If I make any changes or re run the app the location just stops working and doesn't produce any errors. I am making a call to watchPosition and it doesn't execute success or error callbacks this time round
I am unsure if this is a issue or its related to the simulator.
Plugin version: 1.70
Platform: IOS
OS version: 11
Device manufacturer / model: Iphone 6s
Nativescript version (tns info): 3.3
Plugin config
Expected Behavior
BackgroundGeoLocation.watchPosition invokes success or error callbacks
Actual Behavior
BackgroundGeoLocation.watchPosition invokes success callback correctly if any changes or simulator restarts then issue occurs
Steps to Reproduce
Choose always allow location or whilst using app on simulator
Invoke watchPosition (Works normally)
make changes or restart (Doesn't work)
The text was updated successfully, but these errors were encountered:
I am encountering a issue when trying to use background-location with the simulator after upgrading to ns 3.3 and bg-location to 1.7.0 on IOS. The first time I run the app it prompts ands asks if it should use the location always or only when using the app - All is fine at this point.
If I make any changes or re run the app the location just stops working and doesn't produce any errors. I am making a call to watchPosition and it doesn't execute success or error callbacks this time round
I am unsure if this is a issue or its related to the simulator.
tns info
): 3.3Expected Behavior
BackgroundGeoLocation.watchPosition invokes success or error callbacks
Actual Behavior
BackgroundGeoLocation.watchPosition invokes success callback correctly if any changes or simulator restarts then issue occurs
Steps to Reproduce
The text was updated successfully, but these errors were encountered: