ios - How can I send data to an iBeacon ? -


If I use beacons in a store, then the device can put some ads on the customer's phone. How do I put an ad on a beacon device?

You can not do send messages to others through beacon devices Do you have a beacon device in the store? If so, your app must be installed in the user device which is also in the foreground when you enter it in the store. So when your beacon device is broadcast, your app can accurately detect where they are. And your app should calculate something based on location (use triangle principle). Send this information to your server, they will send a notification to your customer. For example, if your customer is now in the center of your store, you can popup ads (flat 50% propositions) with product image

To learn more about Beacon See.

Comments

Popular posts from this blog

sonata admin - how to add ManyToOne property field in configureListfield in sonataAdmin -

wpf - ControlTemplate with changes for every class -

sql - Return Function using Cursor -