Rajeev Sharma

Results 4 comments of Rajeev Sharma

I am facing test failure when I try to build project > ./gradlew build > Task :@mauron85_react-native-background-geolocation-common:testDebugUnitTest com.marianhello.backgroundgeolocation.PostLocationTaskTest > persistTaskShouldRejectAfterShutdown FAILED java.lang.AssertionError 46 tests completed, 1 failed

Same issue here, doesn't call initCallback

I faced this too. Fixed it by upgrading the kotlin version in android/settings.gradle. plugins { ... id "org.jetbrains.kotlin.android" version '2.0.0' apply false ... }

I am facing the same issue. As soon as I close the app, location updates stop, notification disappears. Any solution so far?