Archit Jain
Archit Jain

Reputation: 21

How to see other users in indoor location app built on estimote sdk

I have built an indoor location ios app using Estimote SDK and its working fine. Now I want to see all the users in same location to be able to see each other in App. Any suggestions on how to do that. Please comment and let me know if anything is not clear about the question

Upvotes: 0

Views: 173

Answers (1)

Jukka Raanamo
Jukka Raanamo

Reputation: 451

Here's one example how we did it using IndoorAtlas & PubNub service. Does not require any logic on the server side and allows you to tap into the location stream from several different types of clients such as mobile or browser. You should be able to do it in similar way using Estimote.

https://github.com/IndoorAtlas/android-sdk-examples/tree/master/Basic/src/main/java/com/indooratlas/android/sdk/examples/sharelocation

Upvotes: 0

Related Questions