<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Notification service</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/11187/notification-service</link><description>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 &amp;amp; ble_app_ancs_c I should use it?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 12 Jan 2016 10:49:21 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/11187/notification-service" /><item><title>RE: Notification service</title><link>https://devzone.nordicsemi.com/thread/41913?ContentTypeID=1</link><pubDate>Tue, 12 Jan 2016 10:49:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e52c6dc4-763c-47e5-8a1a-656a882c954c</guid><dc:creator>Stanley</dc:creator><description>&lt;p&gt;I found a SDK 9.0(I saw someone posted his question developer zone) at Nordic web, and tried on SoftDevice 8.0.0. It works as well. Thank you for your reply and good support.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Notification service</title><link>https://devzone.nordicsemi.com/thread/41912?ContentTypeID=1</link><pubDate>Tue, 12 Jan 2016 09:38:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9f80d9f7-c5bc-412c-9b30-5b8ecfa47d0a</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;What SDK version are you using and which SoftDevice version are you using (it was rather unclear)? You can check the &lt;a href="http://infocenter.nordicsemi.com/pdf/nRF51_Series_Compatibility_Matrix_v2.6.pdf"&gt;Compatibility Matrix&lt;/a&gt; to see which SDK works with which SoftDevice. I would recommend to use the latest stable version of SDK and SoftDevice.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Notification service</title><link>https://devzone.nordicsemi.com/thread/41911?ContentTypeID=1</link><pubDate>Tue, 12 Jan 2016 08:30:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:44a89322-e0b6-4562-8096-f899142bef16</guid><dc:creator>Stanley</dc:creator><description>&lt;p&gt;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 &amp;amp; ancs example I tried.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;nrf51_8.0.0 with ble_app_ancs(probably V2.3.0).&lt;/li&gt;
&lt;li&gt;nrf51_7.3.0 with ble_app_ancs.&lt;/li&gt;
&lt;li&gt;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?&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Notification service</title><link>https://devzone.nordicsemi.com/thread/41910?ContentTypeID=1</link><pubDate>Mon, 11 Jan 2016 09:22:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:65dac3d0-5103-42dc-a50e-d0ea489a3710</guid><dc:creator>Stanley</dc:creator><description>&lt;p&gt;I see, thanks for your explanations.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Notification service</title><link>https://devzone.nordicsemi.com/thread/41909?ContentTypeID=1</link><pubDate>Fri, 08 Jan 2016 12:43:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fb568ef7-4111-4799-bdad-bc2406be9d1a</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;The ble_app_alert_notification example uses the &lt;a href="https://developer.bluetooth.org/gatt/services/Pages/ServiceViewer.aspx?u=org.bluetooth.service.alert_notification.xml"&gt;Alert Notification Service&lt;/a&gt; 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.&lt;/p&gt;
&lt;p&gt;Ble_app_ancs_c uses ANCS (Apple Notification Center Service) to get notifications from an iPhone. ANCS runs natively on iOS.&lt;/p&gt;
&lt;p&gt;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.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>