This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

how to access iOS7's ANCS on nRF51822?

hi, i want to get the Email,MissedCall,Other(SMS) from Apple(ios7) to my device.

i survey that , ANCS(Apple Notification Center Service ) at the the Latest iOS7 and access to Notification Center, allowing Bluetooth devices to automatically receive any notification event from your iOS device.

So, I don't know how to build the ANCS on my client(device) and server(iphone). can you give me a suggestion?

device: create the ANCS client(by the custom UUID,128bit) from ANS client sample. iphone: how to bond the ANCS with my app? how to access the ANCS?

nRF8001 devzone.nordicsemi.com/.../how-to-setup-a-pipe-to-access-ios7-s-ancs

The Apple Notification Center Service developer.apple.com/.../Specification.html

Parents
  • hi,mark 1. the notification service at ANCS.c , 848 ans_base_uuid 7905F431-B5CE-4E99-A40F-4B1E122D00D0

    A. yes, use the Lightblue app have only see the battery services. the ANCS(apple notification center service) is at iOS , the device(nRF51) not advertising but also to discover services. the battery as my describe which use to trigger the pairing(you should be other service) ( so you have to enter battery level characteristics, do this to read and to pairing)

    B.then you have to press Ev board button 2 subscribe the NS and ND , you can see other in apple doc(Example Diagrams)

    C. the attachment file is not Complete,about how to control the CP(control point ) and ND(notification data)

Reply
  • hi,mark 1. the notification service at ANCS.c , 848 ans_base_uuid 7905F431-B5CE-4E99-A40F-4B1E122D00D0

    A. yes, use the Lightblue app have only see the battery services. the ANCS(apple notification center service) is at iOS , the device(nRF51) not advertising but also to discover services. the battery as my describe which use to trigger the pairing(you should be other service) ( so you have to enter battery level characteristics, do this to read and to pairing)

    B.then you have to press Ev board button 2 subscribe the NS and ND , you can see other in apple doc(Example Diagrams)

    C. the attachment file is not Complete,about how to control the CP(control point ) and ND(notification data)

Children
No Data
Related