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

how to know app id of iPhone using ancs in SDK8.1

Hello, Nordics :)

I am trying to develop ANCS device with SDK 8.1, but I have some problem.

This are my environments.


Board: custom board.

chip: nrf51822AA

SDK 8.1

SD 8.0.0

Debugger: J-link EDU

Base code : C:\Keil_v5\ARM\Device\Nordic\nRF51_SDK_8.1.0_b6ed55f\examples\ble_peripheral\ble_app_ancs _c\pca10028\s110\arm5_no_packs\ble_app_ancs_c_s110_pca10028.uvprojx


When in SDK 6.1.0, I can know app id of iPhone's App(KaKaOTalk, Twitter, Facebook, ... ) using "ble_ancs_get_app_attributes" function which is modified "ble_ancs_get_notification_attributes" function.

For example, 'Facebook''s app id is "com.facebook.Facebook", 'Twitter''s app id is "com.atebits.Tweetie" .

But I don't know how to know app id like above, of iPhone in SDK 8.1.

There are so much changes in SDK 8.1.

I must use SDK 8.1 not SDK 6.1.0(because of connection problem).

plz help me.

Related