<?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>DFU Update fails to Connect on iOS error 94</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/101758/dfu-update-fails-to-connect-on-ios-error-94</link><description>Using;NRF52832, 
 SDK17, 
 Flutter 3.10.5 , 
 nordic_dfu : 6.0.1, 
 iOS 16.5.1 
 iPhone 14 Pro Max 
 Using my developer device I can successfully update DFU, 
 However on my QA team device they consistently get an error 94 
 
 message: DFU Error received</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 04 Dec 2025 13:36:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/101758/dfu-update-fails-to-connect-on-ios-error-94" /><item><title>RE: DFU Update fails to Connect on iOS error 94</title><link>https://devzone.nordicsemi.com/thread/556245?ContentTypeID=1</link><pubDate>Thu, 04 Dec 2025 13:36:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:260f65b8-5bf6-4d41-a3de-1bc0b63f06b7</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Johnny,&amp;nbsp;&lt;br /&gt;Please create a new ticket and add&amp;nbsp;your log and description of the issue. This is an old ticket.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU Update fails to Connect on iOS error 94</title><link>https://devzone.nordicsemi.com/thread/556243?ContentTypeID=1</link><pubDate>Thu, 04 Dec 2025 13:22:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5c163ff9-fd9e-4f65-bc85-d87d98cc4d66</guid><dc:creator>Johnny_8</dc:creator><description>&lt;p&gt;Are there any news about this? We also have this error 94 problem, in our case even rebooting the phone does not solve the problem. The error is generated after entering in the &amp;quot;Enabling DFU mode&amp;quot; phase. We are using iOS&amp;nbsp;NordicDFU library (4.16.0).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU Update fails to Connect on iOS error 94</title><link>https://devzone.nordicsemi.com/thread/436193?ContentTypeID=1</link><pubDate>Thu, 13 Jul 2023 09:25:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bd0e88ce-f20f-4ef6-8cd1-a8f218c9d3a4</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Thanks Ryan for the info. I will get our app developer to take a look. They are on vacation now and will be back in about 3 weeks.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU Update fails to Connect on iOS error 94</title><link>https://devzone.nordicsemi.com/thread/436166?ContentTypeID=1</link><pubDate>Thu, 13 Jul 2023 08:16:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9f26b699-eb60-4739-930b-947367bbac00</guid><dc:creator>RyanTemp</dc:creator><description>&lt;p&gt;Hi Hung&lt;br /&gt; 94 was from&amp;nbsp;nordic_dfu&amp;nbsp; 6.0.1 Flutter library&amp;nbsp;&lt;br /&gt;I could managed the update using nRF connect as soon as it attempt to connect.&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;    await NordicDfu().startDfu(deviceId, zipFile.path,
        onProgressChanged: _onDfuProgressChanges,
        onDfuCompleted: _onDfuCompleted,
        onError: _onDfuError);&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU Update fails to Connect on iOS error 94</title><link>https://devzone.nordicsemi.com/thread/436038?ContentTypeID=1</link><pubDate>Wed, 12 Jul 2023 15:16:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dd293eb4-a974-40d9-9dbc-8f3b9e351527</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Ryan,&amp;nbsp;&lt;br /&gt;Error 94 was printed on your app ? And if you use our nRF Connect to do DFU it worked ?&amp;nbsp;&lt;br /&gt;I&amp;#39;m not so sure what error 94 is in this case. Could you check in your app what is the error code come from, either from the phone side or from the DFU target ?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU Update fails to Connect on iOS error 94</title><link>https://devzone.nordicsemi.com/thread/435840?ContentTypeID=1</link><pubDate>Wed, 12 Jul 2023 05:08:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9700adc7-ed0c-4c0c-b1f2-b7f6769da8cd</guid><dc:creator>RyanTemp</dc:creator><description>&lt;p&gt;We managed to resolve this by rebooting the iPhone, perhaps turning on and off the Bluetooth may have worked also.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I would still like a response on how to decipher error code and how frequently we can expect to see this error.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>