<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: [TAPLink SDK IOS] Error: ApplicationId [appId] must be 3 bytes long in TapLinx SDK, TagWriter and TagInfo</title>
    <link>https://community.nxp.com/t5/TapLinx-SDK-TagWriter-and/TAPLink-SDK-IOS-Error-ApplicationId-appId-must-be-3-bytes-long/m-p/2335422#M249</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hello, Sorry for the delay answering.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Could you please try the following:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;let piccAid = Data([0x00, 0x00, 0x00])&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Then, you need to pass the Data to the actual Select command.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Mar 2026 20:46:06 GMT</pubDate>
    <dc:creator>Fabian_R</dc:creator>
    <dc:date>2026-03-18T20:46:06Z</dc:date>
    <item>
      <title>[TAPLink SDK IOS] Error: ApplicationId [appId] must be 3 bytes long</title>
      <link>https://community.nxp.com/t5/TapLinx-SDK-TagWriter-and/TAPLink-SDK-IOS-Error-ApplicationId-appId-must-be-3-bytes-long/m-p/2324496#M243</link>
      <description>&lt;P&gt;Hello, I have read your guide&amp;nbsp;UG10045 and I have successfully integrated the Taplink iOS SDK in a demo Project.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In section 5.2 you describe the selection and change of applications.&lt;/P&gt;&lt;P&gt;I am interested because I want to use EV3 Card features.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I tried to do a creation and selection of a specific application, with appId = [0x11, 022, 0x33]&lt;/P&gt;&lt;P&gt;As reference, I do the same operations on a Android App using the TApLink SDK Android; in Android enviroment everything goes smoothly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I report my code&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;//var desfire = TLLibraryManager.shared().getDESFireEV3Instance()&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;desfire&lt;/SPAN&gt;.selectApplicationPICCP1 { selectedPICCOK &lt;SPAN&gt;&lt;STRONG&gt;in&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;let&lt;/STRONG&gt;&lt;/SPAN&gt; text = &lt;SPAN&gt;"Selected PICC: &lt;/SPAN&gt;\(selectedPICCOK)&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;os_log&lt;/SPAN&gt;(&lt;SPAN&gt;"Internal Log&lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;- %{public}@"&lt;/SPAN&gt;, &lt;SPAN&gt;log&lt;/SPAN&gt;: OSLog(subsystem: &lt;SPAN&gt;Bundle&lt;/SPAN&gt;.&lt;SPAN&gt;main&lt;/SPAN&gt;.&lt;SPAN&gt;bundleIdentifier&lt;/SPAN&gt;!, category: &lt;SPAN&gt;"DemoLog"&lt;/SPAN&gt;), &lt;SPAN&gt;type&lt;/SPAN&gt;: .&lt;SPAN&gt;error&lt;/SPAN&gt;, text)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;let&lt;/STRONG&gt;&lt;/SPAN&gt; settings = CreateAppSettingsModel()&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;settings.appKeySettingChangable = &lt;SPAN&gt;&lt;STRONG&gt;true&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;settings.masterKeyInterchangable = &lt;SPAN&gt;&lt;STRONG&gt;true&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;settings.authRequiredForFileManagement = &lt;SPAN&gt;&lt;STRONG&gt;false&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;settings.authRequiredForFileConfiguration = &lt;SPAN&gt;&lt;STRONG&gt;false&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;settings.keyType = .AES128&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;desfire&lt;/SPAN&gt;.createApplication(withAppID: &lt;SPAN&gt;&lt;STRONG&gt;self&lt;/STRONG&gt;&lt;/SPAN&gt;.&lt;SPAN&gt;appId&lt;/SPAN&gt;, withNumberOfBytes: &lt;SPAN&gt;16&lt;/SPAN&gt;, withAppSettings: settings) { createdOK &lt;SPAN&gt;&lt;STRONG&gt;in&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;let&lt;/STRONG&gt;&lt;/SPAN&gt; text = &lt;SPAN&gt;"CREATED Application: &lt;/SPAN&gt;\(createdOK)&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;os_log&lt;/SPAN&gt;(&lt;SPAN&gt;"Internal Log&lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;- %{public}@"&lt;/SPAN&gt;, &lt;SPAN&gt;log&lt;/SPAN&gt;: OSLog(subsystem: &lt;SPAN&gt;Bundle&lt;/SPAN&gt;.&lt;SPAN&gt;main&lt;/SPAN&gt;.&lt;SPAN&gt;bundleIdentifier&lt;/SPAN&gt;!, category: &lt;SPAN&gt;"DemoLog"&lt;/SPAN&gt;), &lt;SPAN&gt;type&lt;/SPAN&gt;: .&lt;SPAN&gt;error&lt;/SPAN&gt;, text)&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;desfire&lt;/SPAN&gt;.selectApplication(withAppID: &lt;SPAN&gt;&lt;STRONG&gt;self&lt;/STRONG&gt;&lt;/SPAN&gt;.&lt;SPAN&gt;appId&lt;/SPAN&gt;, withNumberOfBytes: &lt;SPAN&gt;16&lt;/SPAN&gt;) { selectedOK &lt;SPAN&gt;&lt;STRONG&gt;in&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;let&lt;/STRONG&gt;&lt;/SPAN&gt; text = &lt;SPAN&gt;"SELECTED Application: &lt;/SPAN&gt;\(createdOK)&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;os_log&lt;/SPAN&gt;(&lt;SPAN&gt;"Internal Log&lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;- %{public}@"&lt;/SPAN&gt;, &lt;SPAN&gt;log&lt;/SPAN&gt;: OSLog(subsystem: &lt;SPAN&gt;Bundle&lt;/SPAN&gt;.&lt;SPAN&gt;main&lt;/SPAN&gt;.&lt;SPAN&gt;bundleIdentifier&lt;/SPAN&gt;!, category: &lt;SPAN&gt;"DemoLog"&lt;/SPAN&gt;), &lt;SPAN&gt;type&lt;/SPAN&gt;: .&lt;SPAN&gt;error&lt;/SPAN&gt;, text)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I initialize the appId in this way:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;private&lt;/STRONG&gt; &lt;STRONG&gt;let&lt;/STRONG&gt; &lt;SPAN&gt;appId&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;Int32&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;0x112233&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;That seems to generate strange&amp;nbsp;errors; I received this from library:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;com.nxp.nfclib.exceptions.UsageException: Application ID [appId] must be 3 bytes&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;but the appId is indeed 3 bytes!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I attach complete logs.&lt;/P&gt;&lt;P&gt;I hope you can help me to resolve this.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Feb 2026 18:43:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/TapLinx-SDK-TagWriter-and/TAPLink-SDK-IOS-Error-ApplicationId-appId-must-be-3-bytes-long/m-p/2324496#M243</guid>
      <dc:creator>SamanaGG</dc:creator>
      <dc:date>2026-02-27T18:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: [TAPLink SDK IOS] Error: ApplicationId [appId] must be 3 bytes long</title>
      <link>https://community.nxp.com/t5/TapLinx-SDK-TagWriter-and/TAPLink-SDK-IOS-Error-ApplicationId-appId-must-be-3-bytes-long/m-p/2324549#M244</link>
      <description>&lt;P&gt;Hello sir,&lt;BR /&gt;I would like to try a couple of things.&lt;BR /&gt;1.- After creating the application using iOS, please test if the application can be correctly selected on Android. &lt;BR /&gt;2.- It would also be quite helpful to check if the application ID in desfire.selectApplication(), but the endianness as LSB instead of MSB.&lt;BR /&gt;&lt;BR /&gt;If both of these recommendations aren't working, please be sure you are using the latest TapLinx version for iOS and share your setup as well.&lt;BR /&gt;One more thing, are you able to select the PICC as application 0x000000 in iOS?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Feb 2026 22:18:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/TapLinx-SDK-TagWriter-and/TAPLink-SDK-IOS-Error-ApplicationId-appId-must-be-3-bytes-long/m-p/2324549#M244</guid>
      <dc:creator>Fabian_R</dc:creator>
      <dc:date>2026-02-27T22:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: [TAPLink SDK IOS] Error: ApplicationId [appId] must be 3 bytes long</title>
      <link>https://community.nxp.com/t5/TapLinx-SDK-TagWriter-and/TAPLink-SDK-IOS-Error-ApplicationId-appId-must-be-3-bytes-long/m-p/2324841#M245</link>
      <description>&lt;P&gt;After reading your reply, I also tried appId = 0x332211, but nothing&lt;/P&gt;&lt;P&gt;The appId I used in createApplication and selectedApplication is the same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I confirm I have the latest&amp;nbsp;&lt;SPAN&gt;latest TapLinx version for iOS, 3.0.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I confirm I am able to select the PICC as application 0x000000 in iOS, using selectApplication method&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I see this interesting post:&amp;nbsp;&lt;A href="https://community.nxp.com/t5/TapLinx-SDK-TagWriter-and/iOS-SDK-Creating-an-application-fails-because-of-appId-not-being/m-p/2089418" target="_self"&gt;https://community.nxp.com/t5/TapLinx-SDK-TagWriter-and/iOS-SDK-Creating-an-application-fails-because-of-appId-not-being/m-p/2089418&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Can that help you?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After reading that post, I then tried to set 'numberOfBytes" to value &amp;nbsp;"3" instead of "16" and I made this discovery:&lt;/P&gt;&lt;P&gt;'numberOfBytes" set to value &amp;nbsp;"16" --&amp;gt; Library return&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"com.nxp.nfclib.exceptions.UsageException: Application ID [appId] must be 3 bytes&lt;/STRONG&gt;"&lt;/P&gt;&lt;P&gt;'numberOfBytes" set to value different to "16" --&amp;gt; Library return "&lt;STRONG&gt;com.nxp.nfclib.exceptions.PICCException: Parameter Error SW2 = -98&lt;/STRONG&gt;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does It make any sense to you?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;P.s.: I see there is a method "getApplicationIDs"&lt;/P&gt;&lt;PRE&gt;**&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;*&lt;/SPAN&gt; Returns the application identifiers of all active applications on a PICC.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;*&lt;/SPAN&gt; &lt;SPAN&gt;&lt;STRONG&gt;@param &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;completion&lt;/SPAN&gt; returns true or false&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;*&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;*/&lt;BR /&gt;&lt;BR /&gt;- (&lt;SPAN&gt;&lt;STRONG&gt;void&lt;/STRONG&gt;&lt;/SPAN&gt;)getApplicationIDsOnCompletion:(completionBlockWithResult)completion;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think that it will great if in future releases if this method does what it is described to do instead of returning a boolean&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also tried to call this method before the createApplication method; nothing changes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2026 07:25:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/TapLinx-SDK-TagWriter-and/TAPLink-SDK-IOS-Error-ApplicationId-appId-must-be-3-bytes-long/m-p/2324841#M245</guid>
      <dc:creator>SamanaGG</dc:creator>
      <dc:date>2026-03-02T07:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: [TAPLink SDK IOS] Error: ApplicationId [appId] must be 3 bytes long</title>
      <link>https://community.nxp.com/t5/TapLinx-SDK-TagWriter-and/TAPLink-SDK-IOS-Error-ApplicationId-appId-must-be-3-bytes-long/m-p/2324866#M246</link>
      <description>&lt;P&gt;P.s.: Referring to LSB endianess:&lt;/P&gt;&lt;P&gt;I tried different ways to convert a 3-bytes array into Int32, without success&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know if there is a method "createApplication"\"selectedApplication" that accept directly a Uint8 array, instead of Int32 type?&lt;/P&gt;&lt;P&gt;Or maybe, can you give me an example of conversion that I have to use to make this cast work with mentioned methods?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2026 07:59:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/TapLinx-SDK-TagWriter-and/TAPLink-SDK-IOS-Error-ApplicationId-appId-must-be-3-bytes-long/m-p/2324866#M246</guid>
      <dc:creator>SamanaGG</dc:creator>
      <dc:date>2026-03-02T07:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: [TAPLink SDK IOS] Error: ApplicationId [appId] must be 3 bytes long</title>
      <link>https://community.nxp.com/t5/TapLinx-SDK-TagWriter-and/TAPLink-SDK-IOS-Error-ApplicationId-appId-must-be-3-bytes-long/m-p/2325521#M247</link>
      <description>&lt;P&gt;Question: Can the problem be SDK requiring appId to be a Int32 type?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If i have a Int32 value, when I convert it to a bytes array, I obtain a 4-bytes array.&lt;/P&gt;&lt;P&gt;Can you check if on SDK iOS 3.0.0 this thing is considered inside 'createApplication' method?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;P.s: when I try to select a application different from 0x000000, I see from SDK logs:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Command sent to card : 5A112233&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;so, for what I can see, it seems that 'selectApplication' is instead working as expected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2026 09:48:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/TapLinx-SDK-TagWriter-and/TAPLink-SDK-IOS-Error-ApplicationId-appId-must-be-3-bytes-long/m-p/2325521#M247</guid>
      <dc:creator>SamanaGG</dc:creator>
      <dc:date>2026-03-03T09:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: [TAPLink SDK IOS] Error: ApplicationId [appId] must be 3 bytes long</title>
      <link>https://community.nxp.com/t5/TapLinx-SDK-TagWriter-and/TAPLink-SDK-IOS-Error-ApplicationId-appId-must-be-3-bytes-long/m-p/2335422#M249</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello, Sorry for the delay answering.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Could you please try the following:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;let piccAid = Data([0x00, 0x00, 0x00])&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Then, you need to pass the Data to the actual Select command.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2026 20:46:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/TapLinx-SDK-TagWriter-and/TAPLink-SDK-IOS-Error-ApplicationId-appId-must-be-3-bytes-long/m-p/2335422#M249</guid>
      <dc:creator>Fabian_R</dc:creator>
      <dc:date>2026-03-18T20:46:06Z</dc:date>
    </item>
  </channel>
</rss>

