Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Nearby Notifications not giving a standard result #243

Open
akshay0297 opened this issue May 18, 2018 · 2 comments
Open

Nearby Notifications not giving a standard result #243

akshay0297 opened this issue May 18, 2018 · 2 comments

Comments

@akshay0297
Copy link

akshay0297 commented May 18, 2018

I have been trying to use Google Beacon Platform's Nearby Notification using multiple web url's and multiple app intents. At first I used to receive the last modified or added notification but after few tries I am getting randomized notifications i.e. either web url's notification or app intent notification whenever I turn on the Bluetooth in my device. Is there a valid reason like, if is there fixed duration for a particular notification for this or is it the beacon's fault ?

Targeting rule is set to default for all entries.

Could anyone help me with this?

Thank You in advance :)

@helenclarko
Copy link

It is my understanding that the beacons only broadcast one attached message at a time, unless it is set up to broadcast multiple protocols (e.g. eddystone-URL and Eddystone-UID) in which case it is possible to have two things broadcast at once.

Some devices allow for multiple broadcast slots and can have eddystone-UID set up in multiple slots. You then register each slot to Google beacon platform as a separate device.

It sounds like you have eddystone-UID set up with multiple attachments (URL and intent), but because only one can be broadcast at a time it is randomly pulling an attachment each time.

Setting a target will allow you to set a time and date for broadcast, it may help.

@akshay0297
Copy link
Author

Setting a target should help.

Thank You @helenclarko

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants