Miloš Rosić

Results 3 comments of Miloš Rosić

I think you need to call `signInSilently()`

I am not completely sure about this, but I think solution should be to check whether JWT expired, if it is then just call `signInSilently()` and after you will get...

Tested it with compileSdkVersion 29, first I got exception error in logcat and app freezes on `BackgroundGeolocation.start()`. Try to add: ```` implementation 'com.google.android.gms:play-services-location:15.0.1' ```` into dependencies in `app/build.gradle` That resolved...