Reputation: 685
I want to send a notification on that mobile which is in the range of beacon without any app and bluetooth is on.
Is it possible to send the notification?
Right now I'm using alt beacon library.
Upvotes: 2
Views: 3474
Reputation: 171
Yes, it's possible to send notifications without app if your beacon device supports Eddystone-URL protocol. On Android devices version 6.0 and later Google Nearby feature should be enabled. For earlier Android versions, it's possible to use Physical Web feature on Chrome browser. For iOS devices with iOS version 8 and later and installed Chrome browser, Physical Web feature is also available.
Upvotes: 3
Reputation: 64916
The closest you can come to doing this on Android devices is to use a beacon to advertise an Eddystone-URL frame. Users with newer versions of Chrome for Android who have opted in to receive physical web notifications will see a notification to show the page of the URL transmitted by your beacon when Chrome detects it.
You can read more here.
There are lots of caveats. Users must have Bluetooth on, must have a newer version of Chrome installed, and must have enabled this feature.
Upvotes: 4