Reputation: 3221
I am working on iBeacon based project to send the push notification to Android devices using Bluetooth wireless technology. Is there any way to send the push notification to Android device without any installed app over the Bluetooth? Basically, iBeacon is connected to Pi using Bluetooth and Pi (Pi 3 with inbuilt Bluetooth) will communicate with Android devices using Bluetooth. Following are the possible ways to send data/notification to Android devices:
But above both ways are not useful for my task. Kindly allow me to know if there is any way to do it.
Upvotes: 0
Views: 1996
Reputation: 64941
You can use Google Nearby to send a notification to the device on beacon detection. Tapping the notification can bring up a website or open a Google Play Store page to install your app.
https://developers.google.com/nearby/
Upvotes: 1