This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Notification service

Dears,

I am designing a notification application. I would like to know what if I want to support both of iOS and Android phone, which example code of ble_app_alert_notification & ble_app_ancs_c I should use it?

Parents
  • The ble_app_alert_notification example uses the Alert Notification Service to get notifications from an Android phone. The Alert Notification Service is defined by the bluetooth spec. An application that sets up a server on the Android phone needs to be running.

    Ble_app_ancs_c uses ANCS (Apple Notification Center Service) to get notifications from an iPhone. ANCS runs natively on iOS.

    You cannot connect ble_app_alert_notification to an iPhone or ble_app_ancs_c to an Android phone (unless maybe you do some hacks). Therefore, the device should run both the ANCS and ANS and let the phone decide what to use.

  • Dear Ole, Sorry to bother you. I am checking for nRF51series about ancs example. There is no device being found on iPhone. Here are the combinations of softdevice & ancs example I tried.

    1. nrf51_8.0.0 with ble_app_ancs(probably V2.3.0).
    2. nrf51_7.3.0 with ble_app_ancs.
    3. nrf51_7.1.0 with ble_app_ancs. Would you let me know which combination of softdevice with ble_app_ancs I can develop on nRF51 series?
Reply
  • Dear Ole, Sorry to bother you. I am checking for nRF51series about ancs example. There is no device being found on iPhone. Here are the combinations of softdevice & ancs example I tried.

    1. nrf51_8.0.0 with ble_app_ancs(probably V2.3.0).
    2. nrf51_7.3.0 with ble_app_ancs.
    3. nrf51_7.1.0 with ble_app_ancs. Would you let me know which combination of softdevice with ble_app_ancs I can develop on nRF51 series?
Children
No Data
Related