<?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>PAwR about IOS</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/128598/pawr-about-ios</link><description>Hi Nordic team， 
 Does IOS currently not support PAwR? 
 I am currently using the NCS version: v3.3.1 by 54L15 DK.When I open both extended broadcast and PAwR, BLE Sniffer（PC）and Android can see the device, but IOS cannot. 
 I saw someone mention the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 03 Jul 2026 11:11:17 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/128598/pawr-about-ios" /><item><title>RE: PAwR about IOS</title><link>https://devzone.nordicsemi.com/thread/568765?ContentTypeID=1</link><pubDate>Fri, 03 Jul 2026 11:11:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:72afbc1b-9673-4c56-a746-7dff8ba9784a</guid><dc:creator>Pallavi Patil</dc:creator><description>&lt;p&gt;&lt;span&gt;Hie Liu,&lt;br /&gt;&lt;br /&gt;Can you please clarify if your iOS device is not able to identify the correct bluetooth connected device. PaWR is not supported on IOS device but you should be able to see the bluetooth device connected atleast. Can you please check if it is visible in nrf connect for mobile.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I have also raised your query to the development team at Nordics. Can you please describe your task so we can support you better.&lt;br /&gt;&lt;br /&gt;Best Regards&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Pallavi&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PAwR about IOS</title><link>https://devzone.nordicsemi.com/thread/568680?ContentTypeID=1</link><pubDate>Thu, 02 Jul 2026 04:38:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9ca2d739-0bb8-49f7-91da-ee7794db1c75</guid><dc:creator>Nathan</dc:creator><description>&lt;p&gt;Dear lan，&lt;/p&gt;
&lt;div class="content full threaded-reply-content user-defined-markup" data-replyid="568679" data-userid="151033" data-permalink="~/f/nordic-q-a/128598/pawr-about-ios/568679"&gt;
&lt;div class="content"&gt;
&lt;p&gt;Thanks for your reply.&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PAwR about IOS</title><link>https://devzone.nordicsemi.com/thread/568679?ContentTypeID=1</link><pubDate>Thu, 02 Jul 2026 04:36:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3e24689f-180c-4430-94ee-fc73606d9ff2</guid><dc:creator>Nathan</dc:creator><description>&lt;p&gt;Dear Pallavi，&lt;/p&gt;
&lt;p&gt;Thanks for your reply.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PAwR about IOS</title><link>https://devzone.nordicsemi.com/thread/568674?ContentTypeID=1</link><pubDate>Thu, 02 Jul 2026 01:08:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:83b92b69-2c48-45ea-adb7-8de5c219266c</guid><dc:creator>Ian01</dc:creator><description>&lt;p class="PDq2pG_selectionAnchorContainer" data-start="131" data-end="740"&gt;&lt;strong data-start="131" data-end="258"&gt;iOS may have Bluetooth hardware support internally, but third-party apps cannot use PAwR through public CoreBluetooth APIs.&lt;/strong&gt; CoreBluetooth exposes the normal BLE app model: scan for advertising peripherals, connect, discover GATT services and characteristics, read, write, notify, indicate, and advertise limited GATT-related data as a peripheral. Apple&amp;rsquo;s &lt;code data-start="490" data-end="508"&gt;CBCentralManager&lt;/code&gt; documentation describes scanning, discovering, and connecting to advertising peripherals, and &lt;code data-start="603" data-end="624"&gt;CBPeripheralManager&lt;/code&gt; is centered around publishing GATT services and advertising them to centrals. &lt;span class="" data-state="closed"&gt;&lt;/span&gt;&lt;span class="PDq2pG_selectionAnchor"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p data-start="742" data-end="1161"&gt;Apple&amp;rsquo;s public peripheral advertising API is also limited. &lt;code data-start="1619" data-end="1661"&gt;CBPeripheralManager.&lt;a href="https://developer.apple.com/documentation/corebluetooth/cbperipheralmanager/startadvertising%28_%3A%29?changes=latest_min_4_5"&gt;startAdvertising&lt;/a&gt;(_:)&lt;/code&gt; only accepts normal advertising data, and Apple documents that the peripheral manager supports only &lt;code data-start="1762" data-end="1795"&gt;CBAdvertisementDataLocalNameKey&lt;/code&gt; and &lt;code data-start="1800" data-end="1836"&gt;CBAdvertisementDataServiceUUIDsKey&lt;/code&gt; for advertising data. That is far below the level of control required for Extended Advertising or PAwR.&lt;/p&gt;
&lt;p data-start="742" data-end="1161"&gt;&lt;a href="https://apps.apple.com/app/id6451366993"&gt;Bluetooth - CI Tracker&lt;/a&gt;&amp;nbsp;is focused on standard BLE and GATT debugging on iPhone. It helps developers, firmware engineers, hardware teams, and testers scan nearby BLE peripherals, inspect GATT services and characteristics, send custom Hex commands, enable notifications, configure reusable Profiles, build data parsers, set timers and receive rules, and inspect live TX / RX / SYSTEM / PARSE / ERROR logs.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PAwR about IOS</title><link>https://devzone.nordicsemi.com/thread/568652?ContentTypeID=1</link><pubDate>Wed, 01 Jul 2026 12:01:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b2eade31-955d-4554-8ff6-36536ac34759</guid><dc:creator>Pallavi Patil</dc:creator><description>&lt;p&gt;Hie,&lt;br /&gt;&lt;br /&gt;As far as I am aware, IOS prevents some apps from performing continuous active full system scans which is necessary to support PAwR. Can you please try disabling &amp;quot;background app refresh&amp;quot; in your phone and retry making the connection.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Please feel free to reach out if you have any more questions.&lt;br /&gt;&lt;br /&gt;Best Regards&lt;/p&gt;
&lt;p&gt;Pallavi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PAwR about IOS</title><link>https://devzone.nordicsemi.com/thread/568625?ContentTypeID=1</link><pubDate>Wed, 01 Jul 2026 03:03:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:95b8ca07-21f1-4988-bdb3-39be69fefc4f</guid><dc:creator>Nathan</dc:creator><description>&lt;p&gt;Can you help me confirm this? Thank you very much&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>