FusedLocationProviderClient requestLocationUpdates doesn't trigger LocationCallBack for API 23 above
I have run out of possible ways on how to solve this issue. I am technically using the same code that is working in API 23 and above before I made tweaks on my app.
The callback (in the requestLocationUpdate) does not trigger in phones
that are marshmallow and above (but it works fine in the emulator, tested using the Pixel 2 API 26 emulator). Take note that permission is already granted/allowed and GPS is also enabled. Also as you can see in the code below I already put a try catch and...