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.