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, i have some question , Can you give me a director.

    now i try to build the ANCS which reference SDK sample "ble_app_alert_notification" and porting the Master Control panel -setup server to iOS device.

    "follow your answer ,when nRF51(NC) and iOS(NP) connect, NP acts as Client to discover services and characteristics and subscribing them(NC provide the services and characteristics), after this setup the NC takes the role of Client and starts to discover all characteristics and services on the NP."

    1. when my iOS device connect the sample(ble_app_alert_notification) the peripheral (nRF51) failing on response on service discovery function. the p_ble_evt->evt.gattc_evt.gatt_status is not BLE_GATT_STATUS_SUCCESS.

    BLE_GATT_STATUS_ATTERR_ATTRIBUTE_NOT_FOUND
    (the central(iOS) and peripheral(nRF51) do service discover at the same time?)

    I hope you will be able to provide the information.

Reply
  • hi, i have some question , Can you give me a director.

    now i try to build the ANCS which reference SDK sample "ble_app_alert_notification" and porting the Master Control panel -setup server to iOS device.

    "follow your answer ,when nRF51(NC) and iOS(NP) connect, NP acts as Client to discover services and characteristics and subscribing them(NC provide the services and characteristics), after this setup the NC takes the role of Client and starts to discover all characteristics and services on the NP."

    1. when my iOS device connect the sample(ble_app_alert_notification) the peripheral (nRF51) failing on response on service discovery function. the p_ble_evt->evt.gattc_evt.gatt_status is not BLE_GATT_STATUS_SUCCESS.

    BLE_GATT_STATUS_ATTERR_ATTRIBUTE_NOT_FOUND
    (the central(iOS) and peripheral(nRF51) do service discover at the same time?)

    I hope you will be able to provide the information.

Children
No Data
Related