-1

I just want to know from which device logged in our website and where from (Location)

I'm currently working on azure mobile service API

Pete
  • 57,112
  • 28
  • 117
  • 166
satyendra
  • 1
  • 1

1 Answers1

0

Per my understanding, Azure mobile service APIs provided functions to approach resources on Azure but collect devices information.

If you want to detect device on website, I think How to detect mobile device and get user agent info send and save that information to database on server, only once maybe the similar thread on SO.

And to get the location of mobile devices on Web apps, I think How web apps ask location of mobile device will be the similar thread.

If you are creating a mobile application, and a Azure Mobile Apps with node.js as a backend for your application. We can create a custom API, and hit the API to send device information and location when your user login the app. For different platform, there are built-in functions in their SDKs to collect devices information and location.

Community
  • 1
  • 1
Gary Liu
  • 13,758
  • 1
  • 17
  • 32