atmosphere506
atmosphere506

Reputation: 343

Is there an iOS equivalent of NotificationListenerService in Android?

I'm currently working on an application that would communicate with a hardware device which will notify user when receiving any incoming push notifications from any apps, such as Facebook, Twitter, Messages. I have done the Android version already, However, I'm not sure if it is possible in iOS.

Upvotes: 1

Views: 702

Answers (2)

atmosphere506
atmosphere506

Reputation: 343

Ok, I found out that there's a way to work on this. Apple actually provides a service called Apple Notification Center Service (ANCS) to communicate with BLE devices for all notification data. This is probably used by device like Pebble smart watch as well.

Upvotes: 3

ejanowski
ejanowski

Reputation: 538

For what I know, it is not possible. iOS apps are sandboxing.

Upvotes: 1

Related Questions