If I use beacon in a store,the device can push some advertisement to customer`s phone. How can I push the advertisement to the beacon device?

有帮助吗?

解决方案 2

You can't send message to other via beacon device. Do you have beacon device in store? If Yes, your app must installed in user device which is also in foreground while they entered into your store. So while your beacon device broadcasting, your app can detect accurately where they are. and your app must do some calculation based on location(use triangle theory). Send this information to your server, they will send information to your customer. For example, if your customer now in center of your store, you can popup ads with product image(Flat 50% offer...)

See this apple's doc to learn more about beacon.

其他提示

I beacons are not two way communication devices, they are low powered bluetooth devices that advertise some specific info. So it's only one way. There are only two modes of operations for a beacon , as region-monitoring and ranging.

Here's guide on how these beacons work... http://www.warski.org/blog/2014/01/how-ibeacons-work/

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top