iOS Question Forward notification via bluetooth

Mike1970

Well-Known Member
Licensed User
Longtime User
Hi everyone, I've a question.
There is a way to forward notifications to an bluetooth device, like the 10$ smartwatch does?

Thanks
 

Mike1970

Well-Known Member
Licensed User
Longtime User
If the watch can act as a BLE peripheral device then you can communicate it with over Bluetooth. It will still be difficult to send notifications.
Actually yes, I want to use a ESP32 as BLE device.
I don't need the notifications It self, I want to receive some data when a notification is received on the phone.
data like -> what App received the notification.

Chinese smartwatches do this without any dedicated app.. how can this function be called?
 
Upvote 0

Mike1970

Well-Known Member
Licensed User
Longtime User
With iPhones? This means that it is an OS feature.

Your app cannot read other apps notifications (it can't even read its own notifications).
yes, probably is an OS feature, like when there is a call incoming. on the watch you receive the notification, without any app.
 
Upvote 0

Mike1970

Well-Known Member
Licensed User
Longtime User
With iPhones? This means that it is an OS feature.

Your app cannot read other apps notifications (it can't even read its own notifications).

I found this, I think this is the related functionallity. But I don't know how to implement it in B4i
 
Upvote 0
Top