Suppose, I implemented an Android app for 1 Shopping mall (XYZ) by using estimote beacons. one user installed that app and reached to that shopping mall so that app recognized some beacons in range and based on that ID app shows some notifications to the user (upto this its fine).
My doubt is:
The same user with the same app went to one more shopping mall (ABC) near by. In that shopping mall also some estimote beacons are there. So, Again Android app can recognise those beacons with in range. So, now how its useful for the user with that app developer for XYZ mall ?.
So, what i understood is we've to implement one individual app for each Mall. In that above case App can detect ABC mall beacons but use less , is it right? So, how these beacons will usefull in these cases?
Each beacon has a unique ID, so the app developers can develop an application that works with a set of unique IDs. If one app is meant to cover multiple malls, that would be fine so long as the app developer has a list of all unique IDs for all of the beacons used in all the malls. If a separate app is developed for each location then the developer just needs to know the unique IDs for each location.