Skip to main content
Question

API issue with mobile app

  • June 16, 2021
  • 0 replies
  • 5 views

Forum|alt.badge.img+3

I am building a mobile application for my team to have the ability to activate lost mode on a selected device. Once selected, the device then is tracked with a map using the lost mode location.

So I am able so far within the application to do everything except get the GPS coordinates.

Using Postman, or the API in the browser, when I hit mobile devices and the device that is in lost mode, I can see everything, all the data, the lost_mode_latitude etc.

However, when the app queries the exact same endpoint, the data coming in from lost_mode_latitude or any other of the lost mode data points all the data is 0

Its like the app is receiving different data.

Is there something within the data that blocks certain data points?