<?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 Taplinx iOS - apduExchange(withByteArray apduData: Data) -&amp;gt; TL_TagAPDUResponse? in TapLinx SDK, TagWriter and TagInfo</title>
    <link>https://community.nxp.com/t5/TapLinx-SDK-TagWriter-and/Taplinx-iOS-apduExchange-withByteArray-apduData-Data-gt-TL/m-p/1988046#M49</link>
    <description>&lt;P&gt;according to UG10045 I setup the project, but apduExchange method not calling. Can you provide the sample project or detail about how to initialise&amp;nbsp;TLLibraryManager and create instance.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 05 Nov 2024 15:07:30 GMT</pubDate>
    <dc:creator>sh4</dc:creator>
    <dc:date>2024-11-05T15:07:30Z</dc:date>
    <item>
      <title>Taplinx iOS - apduExchange(withByteArray apduData: Data) -&gt; TL_TagAPDUResponse?</title>
      <link>https://community.nxp.com/t5/TapLinx-SDK-TagWriter-and/Taplinx-iOS-apduExchange-withByteArray-apduData-Data-gt-TL/m-p/1988046#M49</link>
      <description>&lt;P&gt;according to UG10045 I setup the project, but apduExchange method not calling. Can you provide the sample project or detail about how to initialise&amp;nbsp;TLLibraryManager and create instance.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 15:07:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/TapLinx-SDK-TagWriter-and/Taplinx-iOS-apduExchange-withByteArray-apduData-Data-gt-TL/m-p/1988046#M49</guid>
      <dc:creator>sh4</dc:creator>
      <dc:date>2024-11-05T15:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Taplinx iOS - apduExchange(withByteArray apduData: Data) -&gt; TL_TagAPDUResponse?</title>
      <link>https://community.nxp.com/t5/TapLinx-SDK-TagWriter-and/Taplinx-iOS-apduExchange-withByteArray-apduData-Data-gt-TL/m-p/1990902#M54</link>
      <description>&lt;P&gt;1. header files are lying - you have to return IOSByteArray from apduExchange method, not&amp;nbsp;TL_TagAPDUResponse. As for calling your apduExchange method, do something like this:&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;Taplinx.iOS.TapLinxLibrary.SharedLibrary.VerifyLicense(licenseKey, (success, errMsg) =&amp;gt;
{  
    if (success == true)
    {
        NFCTagReaderSession = new NFCTagReaderSession(NFCPollingOption.Iso14443 
            , this, DispatchQueue.DefaultGlobalQueue);        
        NFCTagReaderSession.BeginSession();
        TLLibraryManager.Shared.SetApduHandlerWithApduHandler(apduHandler);
    }    
});
&lt;/LI-CODE&gt;&lt;P&gt;and in tag detection event, just connect tag to session and call appropriate methods, example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;TLLibraryManager.Shared.GetTagDetailsOnCompletion&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2024 08:03:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/TapLinx-SDK-TagWriter-and/Taplinx-iOS-apduExchange-withByteArray-apduData-Data-gt-TL/m-p/1990902#M54</guid>
      <dc:creator>DamianD</dc:creator>
      <dc:date>2024-11-08T08:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: Taplinx iOS - apduExchange(withByteArray apduData: Data) -&gt; TL_TagAPDUResponse?</title>
      <link>https://community.nxp.com/t5/TapLinx-SDK-TagWriter-and/Taplinx-iOS-apduExchange-withByteArray-apduData-Data-gt-TL/m-p/1991008#M55</link>
      <description>&lt;P&gt;I have a Mifare Desfire EV2 tag and when I am creating an instance like that TLLibraryManager.&lt;SPAN&gt;shared&lt;/SPAN&gt;() and the application getting crashes and return an error &amp;nbsp;&lt;/P&gt;&lt;P&gt;error: memory read failed for &lt;SPAN&gt;0x24.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I detected a tag in this method&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;func&lt;/STRONG&gt;&lt;/SPAN&gt; tagReaderSession&lt;SPAN&gt;(&lt;/SPAN&gt;_&lt;SPAN&gt; session: &lt;/SPAN&gt;&lt;SPAN&gt;NFCTagReaderSession&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;didDetect&lt;SPAN&gt; tags: [&lt;/SPAN&gt;&lt;SPAN&gt;NFCTag&lt;/SPAN&gt;&lt;SPAN&gt;]).&lt;BR /&gt;&lt;BR /&gt;can you please share more details or the sample app for&amp;nbsp;&lt;/SPAN&gt;reference?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2024 09:47:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/TapLinx-SDK-TagWriter-and/Taplinx-iOS-apduExchange-withByteArray-apduData-Data-gt-TL/m-p/1991008#M55</guid>
      <dc:creator>sh4</dc:creator>
      <dc:date>2024-11-08T09:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Taplinx iOS - apduExchange(withByteArray apduData: Data) -&gt; TL_TagAPDUResponse?</title>
      <link>https://community.nxp.com/t5/TapLinx-SDK-TagWriter-and/Taplinx-iOS-apduExchange-withByteArray-apduData-Data-gt-TL/m-p/1991014#M56</link>
      <description>&lt;P&gt;there is no sample app that i know of, i also asked here about it and got no helpful answer. On what line exactly does you app crashes? show some code&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2024 10:01:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/TapLinx-SDK-TagWriter-and/Taplinx-iOS-apduExchange-withByteArray-apduData-Data-gt-TL/m-p/1991014#M56</guid>
      <dc:creator>DamianD</dc:creator>
      <dc:date>2024-11-08T10:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Taplinx iOS - apduExchange(withByteArray apduData: Data) -&gt; TL_TagAPDUResponse?</title>
      <link>https://community.nxp.com/t5/TapLinx-SDK-TagWriter-and/Taplinx-iOS-apduExchange-withByteArray-apduData-Data-gt-TL/m-p/1991033#M58</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;func&lt;/STRONG&gt;&lt;/SPAN&gt; beginSession&lt;SPAN&gt;() {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;guard&lt;/STRONG&gt;&lt;/SPAN&gt; NFCTagReaderSession&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;readingAvailable&lt;/SPAN&gt; &lt;SPAN&gt;&lt;STRONG&gt;else&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;onError&lt;/SPAN&gt;&lt;SPAN&gt;?(&lt;/SPAN&gt;"NFC not supported on this device."&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;return&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;}&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;session&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;NFCTagReaderSession&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;pollingOption&lt;SPAN&gt;: [.&lt;/SPAN&gt;iso14443&lt;SPAN&gt;], &lt;/SPAN&gt;delegate&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;self&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;queue&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;queue&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;session&lt;/SPAN&gt;&lt;SPAN&gt;?.&lt;/SPAN&gt;&lt;SPAN&gt;alertMessage&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;"Hold your iPhone near the NFC tag."&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;session&lt;/SPAN&gt;?.&lt;SPAN&gt;begin&lt;/SPAN&gt;()&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;self&lt;/STRONG&gt;&lt;/SPAN&gt;.&lt;SPAN&gt;handler&lt;/SPAN&gt; = TapLinxApduHandler()&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;self&lt;/STRONG&gt;&lt;/SPAN&gt;.&lt;SPAN&gt;handler&lt;/SPAN&gt;?.&lt;SPAN&gt;delegate&lt;/SPAN&gt; = &lt;SPAN&gt;&lt;STRONG&gt;self&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;TLLibraryManager.&lt;SPAN&gt;shared&lt;/SPAN&gt;().setApduHandlerWithApduHandler(&lt;SPAN&gt;handler&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;}&lt;BR /&gt;&lt;BR /&gt;when I define TLLibraryManager.&lt;SPAN&gt;shared&lt;/SPAN&gt;() then it getting crash with error&amp;nbsp;&lt;/P&gt;&lt;P&gt;error: memory read failed for &lt;SPAN&gt;0x10.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2024 10:23:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/TapLinx-SDK-TagWriter-and/Taplinx-iOS-apduExchange-withByteArray-apduData-Data-gt-TL/m-p/1991033#M58</guid>
      <dc:creator>sh4</dc:creator>
      <dc:date>2024-11-08T10:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Taplinx iOS - apduExchange(withByteArray apduData: Data) -&gt; TL_TagAPDUResponse?</title>
      <link>https://community.nxp.com/t5/TapLinx-SDK-TagWriter-and/Taplinx-iOS-apduExchange-withByteArray-apduData-Data-gt-TL/m-p/1991039#M59</link>
      <description>call first TapLinxLibrary.SharedLibrary.VerifyLicense - does it also crash on call to verifyLicense?</description>
      <pubDate>Fri, 08 Nov 2024 10:25:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/TapLinx-SDK-TagWriter-and/Taplinx-iOS-apduExchange-withByteArray-apduData-Data-gt-TL/m-p/1991039#M59</guid>
      <dc:creator>DamianD</dc:creator>
      <dc:date>2024-11-08T10:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Taplinx iOS - apduExchange(withByteArray apduData: Data) -&gt; TL_TagAPDUResponse?</title>
      <link>https://community.nxp.com/t5/TapLinx-SDK-TagWriter-and/Taplinx-iOS-apduExchange-withByteArray-apduData-Data-gt-TL/m-p/1991070#M62</link>
      <description>&lt;P&gt;No, not crash on that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;and I got it.&lt;BR /&gt;&lt;STRONG&gt;&lt;BR /&gt;"Online license verified successfully, time to explore Taplinx Library"&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2024 11:15:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/TapLinx-SDK-TagWriter-and/Taplinx-iOS-apduExchange-withByteArray-apduData-Data-gt-TL/m-p/1991070#M62</guid>
      <dc:creator>sh4</dc:creator>
      <dc:date>2024-11-08T11:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Taplinx iOS - apduExchange(withByteArray apduData: Data) -&gt; TL_TagAPDUResponse?</title>
      <link>https://community.nxp.com/t5/TapLinx-SDK-TagWriter-and/Taplinx-iOS-apduExchange-withByteArray-apduData-Data-gt-TL/m-p/1991075#M63</link>
      <description>ok, please take a look at &lt;A href="https://community.nxp.com/t5/TapLinx-SDK-TagWriter-and/Taplinx-iOS-appcrash-on-tag-response/m-p/1991020/highlight/false#M57" target="_blank"&gt;https://community.nxp.com/t5/TapLinx-SDK-TagWriter-and/Taplinx-iOS-appcrash-on-tag-response/m-p/1991020/highlight/false#M57&lt;/A&gt; and see if sample code in swift posted there by nxp employee helps you. You will have to move setting apduHandler into tag detected event because reader needs access to that tag.</description>
      <pubDate>Fri, 08 Nov 2024 11:24:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/TapLinx-SDK-TagWriter-and/Taplinx-iOS-apduExchange-withByteArray-apduData-Data-gt-TL/m-p/1991075#M63</guid>
      <dc:creator>DamianD</dc:creator>
      <dc:date>2024-11-08T11:24:54Z</dc:date>
    </item>
  </channel>
</rss>

