Languages

Menu
Sites
Language
Unable to receive push notifications via bluetooth internet connection

Hello,

I implement push notification API in my wearable web app and it works perfectly well when the watch (samsung gear sport) is using network via WiFi. However, when the watch is accessing network via bluetooth, it can no longer receive notification. I know that my problem is actually with the proxy setting, but I haven't been able to find any documentation that talk about this. Can someone help me? Thank you.

Responses

3 Replies
michele papetti

Hi,

I am in your same situation ( exept i am using a native code).

I am able to receive push notification via WiFi. but when my smartwatch is paired with my smartphone it doesn't actually work.

i checked the state and it's registerd to the push server with its usual RegID. 

 

Did you find a way to have it working properly?

Thanks

Michele

성규 박

Hello, I am also struggling with the same problem. It seems like the watch doesn't get an IP address when it is paired with the phone via Bluetooth, and then the push notification cannot be delivered to the app. It would be much much appreciated if anybody who knows how to deal with this issue can provide me some clues.

 

Many thanks,

Shaun

Daniel Mosiński

I have same problem when using XMLHttpRequest.
After restart phone, I need to remove plugin and add it again to make it working. No idea why..