Location update
  • Is it possible to update locations for all anonymous users that associated with one device_id in android and ios?

  • 4 Comments sorted by
  • A device ID can only be associated with a single user account.
  • I'm not sure I can think of a good solution. Can you describe the problem in a little more detail?

    You could store the device ID on the "extra" property of users and use that to link accounts later, but the API isn't really set up to send location data to more than one user account.
  • yes, but previous anonymous users are not deleted on the geoloqi server, and i want to update locations for their too.
  • I suggest that better way in saving array with information about users in "extra" field instead of creating new anonymous users every time when its need.

    for example:
    "extra": ["user1info", "user2info", "user3info"]

    instead of "extra": "user1info",
    then creating new user with "extra": "user2info" when it need,
    and then creating new user with "extra": "user3info" when it need.


    Please, help me to find solution of my problem.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion