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 , when i subscribe to GATT Servers (NS and DS) call sd_ble_gattc_write() function to subscribe NS(notification source and data source) ,it will return error code (NRF_ERROR_BUSY Client procedure already in progress).but the NS and DS 's CCCD is setting correctly.

    how to solve it ? what is it mean?

    //update...

    hi,i found the error is the no pairing. you can add another service and iOs to discover and read the Protection characteristic to trigger the pairing. when i finish that you can get the notification(get it by uart) from master(iOS)

    Testing platform : nRF6310, and iOS device. output the LED and uart.

    ble_ANCS.7z

    BTLE_Transfer-3.zip

Reply
  • hi , when i subscribe to GATT Servers (NS and DS) call sd_ble_gattc_write() function to subscribe NS(notification source and data source) ,it will return error code (NRF_ERROR_BUSY Client procedure already in progress).but the NS and DS 's CCCD is setting correctly.

    how to solve it ? what is it mean?

    //update...

    hi,i found the error is the no pairing. you can add another service and iOs to discover and read the Protection characteristic to trigger the pairing. when i finish that you can get the notification(get it by uart) from master(iOS)

    Testing platform : nRF6310, and iOS device. output the LED and uart.

    ble_ANCS.7z

    BTLE_Transfer-3.zip

Children
No Data
Related