Hi everyone. I'm using nRF51822 and try to work with Eddystone protocol. I use experimental_ble_app_eddystone and my beacon work properly. I validate it via nrf Master control panel on android device. My beacon sends url address. now my question: I’v seen a explanation that says :” The first time a user comes into contact with a beacon they get a notification asking if they want to enable what Google calls the Physical Web. If turned on, users will get a passive notification that lists what nearby beacons are available.” But I didn’t receive any notification on my iPhone 6S and android device. (in iPhone, I turn On BLE and add chrome to widgets today) What I have to do to see URL in notification.
update:
I saw a table that indicate url scheme according below. I Thought it maybe useful :
0x00 --> http://www.
0x01 -- > https://www.
0x02 --> http://
0x03 --> https://
for changing in example find this:
#define APP_EDDYSTONE_URL_SCHEME 0x00 /**< 0x00 = "http://www" URL prefix scheme according to specification. */
I use every four schemes type but nothing changed in chrome in ios (in notification). although nrf master control panel, shows it work properly. in android i go to settings , privacy , phisical web and turn it on. when i click "see whats nearby" i see my beacon as url eddystone but it don't come to notifications.
Thank you.