"I need notifications from other apps such as Facebook and Instagram in my app. For example, when a Facebook message arrives on my phone, I want to send the same notification to my own watch, which is connected via BLE."
Post
Replies
Boosts
Views
Activity
I have read the Apple Notification Center Service document.
The NP (Notification Provider) must hold the ANCS (Apple Notification Center Service), and the NC (Notification Consumer) must subscribe to the NP. This means that the NP should act as a Peripheral, and the NC should act as a Central, correct?
If that's correct, my current app (iOS) is functioning as a Central and is already capable of connecting to our watch (AOS) via BLE. Does it mean that roles need to be switched to implement the functionality?