My app completely 100% working on Expo Go.It didn't working after build to getting apk file and implemented on my phone.StartScreen working so well.Then navigat
I am using expo-location from here As per all the examples I read the following code should do the trick: useEffect(() => { (async () => { let {
I am developing a app which has to get the location information (latitude and longitude) of the device only once but as fast as possible. My code is taking too
We are building an application that runs on Automotive OS in cars. Trying to build a geofence which the car exits, we want to do something. I notice that fence
I am looking for Location tracking in react native even if app is closed? I have tried react-native-location but how i will track location and get response from
everyone, I'm trying to get the location data every time the application run a script via a background service for same reasons, but I got every time Location
How to get the location while app is in background periodically and execute some task supportive with android 12 ?
I want to add an image into my map marker, I don't know why this code is not working. The marker is not displaying in my current location.If I move the marker t
I want to add an image into my map marker, I don't know why this code is not working. The marker is not displaying in my current location. Here is the code. @O
I updated to Xcode 13 last night. Today I find that if I run the simulator for iOS 15 there is no location services settings under privacy, yet on my physical i
I want to when I log in to the app I will get current location user then I will pass it to main activity. private LocationRequest locationRequest; private Fireb
I have a react-native app that uses expo. The location permissions work on android, but not on iOS. On a real iPhone (iOS version 14.4.2), it does nothing. On a
I am using Expo for my React Native Project but Location Services are not working in background.
I am using the plugin CARP_BACKGROUND_LOCATION to set a foreground service in my app and get the location updates, all is fine but when I open the app and after
I built an app in flutter, dart to access the location of the user. I now want to share the current physical location of the user via Whatsapp, email etc but no
I am delevoping an app with gMaps and in my application I am getting location permission from user and after that I am requesting the user to turn his/her gps o
hello friends, i want receive update user location and show in text view only once and remove update location when it received. i must use foreground service f
I’ve been using background_locator to fetch the location of the user in the background even when app is killed. To be honest, it’s the only package
I want use character for the location (like in Google Maps): . I want to ask if there is such a unicode character?
I'm an Android noob and also this is my first post on stackoverflow. I've been trying for some time to find a solution to my problem but couldn't find anything