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

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -