Forum Discussion

Rajiv-payfinix's avatar
Rajiv-payfinix
Level 1.6: Donut
2 years ago
Solved

Need Help with Android Enterprise Location Fetching Issue

Hello  Android Enterprise Community,   I'm reaching out to seek assistance with a location-related issue I'm currently facing. I've been struggling to fetch location information on a device...
  • jeremy's avatar
    2 years ago

    Hello,

    Have the Android Management API will not let you retrieve the device location. If you want to retrieve the device location you have to create your own app to do that, the policy will only allow to enforce permissions for apps sharing the location.

     

    You have 2 options here:

    • Develop your application and share the location from this app based on your need to your server
    • Use the device lost mode, the documentation is available here