<?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: Are there different encoding requirements for iOS vs Android? in NFC</title>
    <link>https://community.nxp.com/t5/NFC/Are-there-different-encoding-requirements-for-iOS-vs-Android/m-p/889520#M5257</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A _jive_internal="true" class="" data-content-finding="Community" data-userid="335453" data-username="rhilyer@atlasrfid.com" href="https://community.nxp.com/people/rhilyer@atlasrfid.com"&gt;Russell Hilyer&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Good to know that it worked :smileygrin:&lt;/P&gt;&lt;P&gt;Please let me know if you have more questions.&lt;/P&gt;&lt;P&gt;Have a great day !&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Feb 2019 22:04:43 GMT</pubDate>
    <dc:creator>Jonathan_Iglesias</dc:creator>
    <dc:date>2019-02-13T22:04:43Z</dc:date>
    <item>
      <title>Are there different encoding requirements for iOS vs Android?</title>
      <link>https://community.nxp.com/t5/NFC/Are-there-different-encoding-requirements-for-iOS-vs-Android/m-p/889515#M5252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have been working with NFC tags for a while, and have been using the TagWriter app by NXP on Android to encode single NFC tags with a URL. This has worked great when tag quantities are small, but&amp;nbsp;it is not easy to scale. When encoding via the NXP app on Android, the encoded tags work fine on both operating systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I now have an NFC printer and a separate USB NFC reader, both of which have been used to encode NFC tags successfully with URLs that work great on Android phones. However, these encoded tags do not register on iOS devices as a URL, but instead it seems they are registering as plain UTF8 data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I scan both tags with a 3rd party application, the encoded data appears to be identical. So is there something I am missing? Do iOS devices require an additional step that I don't know about?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2019 21:14:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Are-there-different-encoding-requirements-for-iOS-vs-Android/m-p/889515#M5252</guid>
      <dc:creator>rhilyer</dc:creator>
      <dc:date>2019-02-07T21:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Are there different encoding requirements for iOS vs Android?</title>
      <link>https://community.nxp.com/t5/NFC/Are-there-different-encoding-requirements-for-iOS-vs-Android/m-p/889516#M5253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear&amp;nbsp;&lt;A _jive_internal="true" class="" data-content-finding="Community" data-userid="335453" data-username="rhilyer@atlasrfid.com" href="https://community.nxp.com/people/rhilyer@atlasrfid.com"&gt;Russell Hilyer&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;asa you may know IOS only&amp;nbsp; let customers to read tags, and only tags formatted as NDEF, by this I mean that the TAG complies with NFC Forum regulations,&amp;nbsp; so if you for example use a DESFire but you have not formatted it as NDEF android can still read it and interact with it since Android is more flexible in this&amp;nbsp; side and if you use the same DESFire in iPhone it wont do anything cause it is nor prepared to work with&amp;nbsp; other formats,&amp;nbsp; so what might be happening here is that the constructions of your NDEF is not correct&amp;nbsp; if you could send the NDEF stored in the tag to check it also something wrong might be the TLV of the NDEF that is not constructed correclty or the Terminator of the NDEF as well so if you could provide the NDEF stored in your tag using maybe the taginfo application from Android to confirm it, would be very helpful.&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2019 15:40:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Are-there-different-encoding-requirements-for-iOS-vs-Android/m-p/889516#M5253</guid>
      <dc:creator>Jonathan_Iglesias</dc:creator>
      <dc:date>2019-02-13T15:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Are there different encoding requirements for iOS vs Android?</title>
      <link>https://community.nxp.com/t5/NFC/Are-there-different-encoding-requirements-for-iOS-vs-Android/m-p/889517#M5254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your reply. I was aware that iOS only accepts NDEF formatted NFC payloads, which makes this issue so much more confusing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did notice that there seems to be a problem with the terminator bit when encoding from the printer or USB reader. By default, this bit is not added to the end of the payload, but if I add it manually then the entire payload stops working (for both Android and iOS devices).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The payload data can be seen below (this example is just for &lt;A href="https://google.com"&gt;https://google.com&lt;/A&gt;):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE width="385"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="385"&gt;&lt;P&gt;031FD1011B550467676F6F676C652E636F6D&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Without the 0xFE terminator, this encoding will work for Android. However, if I add the terminator, the encoding breaks and no device is able to parse it correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, I really appreciate your help with this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2019 15:53:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Are-there-different-encoding-requirements-for-iOS-vs-Android/m-p/889517#M5254</guid>
      <dc:creator>rhilyer</dc:creator>
      <dc:date>2019-02-13T15:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Are there different encoding requirements for iOS vs Android?</title>
      <link>https://community.nxp.com/t5/NFC/Are-there-different-encoding-requirements-for-iOS-vs-Android/m-p/889518#M5255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #51626f;"&gt;Dear&amp;nbsp;&lt;A _jive_internal="true" href="https://community.nxp.com/people/rhilyer@atlasrfid.com"&gt;&lt;SPAN style="color: #3d9ce7; border: none windowtext 1.0pt; padding: 0in;"&gt;Russell Hilyer&lt;/SPAN&gt;&lt;/A&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #51626f;"&gt;Please check the following I think the problem comes in the TLV , I noticed &lt;/SPAN&gt;&lt;SPAN style="font-size: 11.5pt; color: #51626f;"&gt;&amp;nbsp;that&amp;nbsp; the Length Value&amp;nbsp; is 1F which is big. please check the following. please let me explain the&amp;nbsp; NDEF that should work based on the link you provide.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #51626f;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #51626f;"&gt;I tested this on an NTAG 216&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="border: none windowtext 1.0pt; padding: 0in; color: #51626f; font-size: 11.5pt;"&gt;&lt;STRONG&gt;NDEF = 030FD1010B5504676F6F676C652E636F6D&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #51626f;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="border: none windowtext 1.0pt; padding: 0in; color: #51626f; font-size: 11.5pt;"&gt;&lt;STRONG&gt;TLV=&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.5pt; color: #51626f;"&gt;030FD1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #51626f;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #51626f;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE style="border: none;" width="703"&gt;&lt;THEAD&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 3.0pt; background: #EFEFEF; padding: 3.75pt 3.75pt 3.75pt 3.75pt;" width="89"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="border: none windowtext 1.0pt; padding: 0in; font-size: 11.5pt;"&gt;&lt;STRONG&gt;Name&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: solid windowtext 3.0pt; border-left: none; background: #EFEFEF; padding: 3.75pt 3.75pt 3.75pt 3.75pt;" width="88"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="border: none windowtext 1.0pt; padding: 0in; font-size: 11.5pt;"&gt;&lt;STRONG&gt;Value&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: solid windowtext 3.0pt; border-left: none; background: #EFEFEF; padding: 3.75pt 3.75pt 3.75pt 3.75pt;" width="492"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 3.0pt; border-top: none; padding: 3.75pt 3.75pt 3.75pt 3.75pt;" width="89"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="border: none windowtext 1.0pt; padding: 0in; font-size: 11.5pt;"&gt;&lt;STRONG&gt;Type&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 3.0pt; border-right: solid windowtext 3.0pt; padding: 3.75pt 3.75pt 3.75pt 3.75pt;" width="88"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt;"&gt;03&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 3.0pt; border-right: solid windowtext 3.0pt; padding: 3.75pt 3.75pt 3.75pt 3.75pt;" width="492"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt;"&gt;Means this contains NDEF Message&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 3.0pt; border-top: none; padding: 3.75pt 3.75pt 3.75pt 3.75pt;" width="89"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="border: none windowtext 1.0pt; padding: 0in; font-size: 11.5pt;"&gt;&lt;STRONG&gt;Lenght&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 3.0pt; border-right: solid windowtext 3.0pt; padding: 3.75pt 3.75pt 3.75pt 3.75pt;" width="88"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt;"&gt;0F&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 3.0pt; border-right: solid windowtext 3.0pt; padding: 3.75pt 3.75pt 3.75pt 3.75pt;" width="492"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt;"&gt;15 bytes from D1 to 6D&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 3.0pt; border-top: none; padding: 3.75pt 3.75pt 3.75pt 3.75pt;" width="89"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="border: none windowtext 1.0pt; padding: 0in; font-size: 11.5pt;"&gt;&lt;STRONG&gt;Value&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 3.0pt; border-right: solid windowtext 3.0pt; padding: 3.75pt 3.75pt 3.75pt 3.75pt;" width="88"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt;"&gt;D1&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 3.0pt; border-right: solid windowtext 3.0pt; padding: 3.75pt 3.75pt 3.75pt 3.75pt;" width="492"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt;"&gt;&amp;nbsp;Stores the NDEF Message record header&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #51626f;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="border: none windowtext 1.0pt; padding: 0in; color: #51626f; font-size: 11.5pt;"&gt;&lt;STRONG&gt;NDEF message:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE style="border: none;" width="100%"&gt;&lt;THEAD&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 3.0pt; background: #EFEFEF; padding: 3.75pt 3.75pt 3.75pt 3.75pt;" width="129"&gt;&lt;/TD&gt;&lt;TD style="border: solid windowtext 3.0pt; border-left: none; background: #EFEFEF; padding: 3.75pt 3.75pt 3.75pt 3.75pt;" width="71"&gt;&lt;/TD&gt;&lt;TD style="border: solid windowtext 3.0pt; border-left: none; background: #EFEFEF; padding: 3.75pt 3.75pt 3.75pt 3.75pt;" width="544"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 3.0pt; border-top: none; padding: 3.75pt 3.75pt 3.75pt 3.75pt;" width="129"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="border: none windowtext 1.0pt; padding: 0in; font-size: 11.5pt;"&gt;&lt;STRONG&gt;Record Header&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 3.0pt; border-right: solid windowtext 3.0pt; padding: 3.75pt 3.75pt 3.75pt 3.75pt;" width="71"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt;"&gt;D1&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 3.0pt; border-right: solid windowtext 3.0pt; padding: 3.75pt 3.75pt 3.75pt 3.75pt;" width="544"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt;"&gt;Record header&lt;BR /&gt; Bit 7 = MB = 1: first record of NDEF message&lt;BR /&gt; Bit 6 = ME = 1: last record of NDEF message&lt;BR /&gt; Bit 5 = CF = 0: last or only record of chain&lt;BR /&gt; Bit 4 = SR = 1: short record length field&lt;BR /&gt; Bit 3 = IL = 0: no ID/ID length fields&lt;BR /&gt; Bit 2..0 = TNF = 0x1: Type field represents an NFC Forum&lt;BR /&gt; well-known type name&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 3.0pt; border-top: none; padding: 3.75pt 3.75pt 3.75pt 3.75pt;" width="129"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt;"&gt;Type Length&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 3.0pt; border-right: solid windowtext 3.0pt; padding: 3.75pt 3.75pt 3.75pt 3.75pt;" width="71"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt;"&gt;01&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 3.0pt; border-right: solid windowtext 3.0pt; padding: 3.75pt 3.75pt 3.75pt 3.75pt;" width="544"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt;"&gt;Lenght of the type is 1 byte&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 3.0pt; border-top: none; padding: 3.75pt 3.75pt 3.75pt 3.75pt;" width="129"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt;"&gt;Payload length&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 3.0pt; border-right: solid windowtext 3.0pt; padding: 3.75pt 3.75pt 3.75pt 3.75pt;" width="71"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt;"&gt;0B&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 3.0pt; border-right: solid windowtext 3.0pt; padding: 3.75pt 3.75pt 3.75pt 3.75pt;" width="544"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt;"&gt;in this case is 11 bytes from 04 to 6d&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 3.0pt; border-top: none; padding: 3.75pt 3.75pt 3.75pt 3.75pt;" width="129"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt;"&gt;Type&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 3.0pt; border-right: solid windowtext 3.0pt; padding: 3.75pt 3.75pt 3.75pt 3.75pt;" width="71"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt;"&gt;55&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 3.0pt; border-right: solid windowtext 3.0pt; padding: 3.75pt 3.75pt 3.75pt 3.75pt;" width="544"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt;"&gt;&amp;nbsp;it is for "U" this letter tells the type of the NDEF&amp;nbsp; so the phone knows how should be handled in this case to launch a browser since it is a URI&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 3.0pt; border-top: none; padding: 3.75pt 3.75pt 3.75pt 3.75pt;" width="129"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt;"&gt;Payload&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 3.0pt; border-right: solid windowtext 3.0pt; padding: 3.75pt 3.75pt 3.75pt 3.75pt;" width="71"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt;"&gt;04-6D&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 3.0pt; border-right: solid windowtext 3.0pt; padding: 3.75pt 3.75pt 3.75pt 3.75pt;" width="544"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #51626f;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="border: none windowtext 1.0pt; padding: 0in; color: #51626f; font-size: 11.5pt;"&gt;&lt;STRONG&gt;Payload:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE style="border: none;" width="100%"&gt;&lt;THEAD&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 3.0pt; background: #EFEFEF; padding: 3.75pt 3.75pt 3.75pt 3.75pt;" width="158"&gt;&lt;/TD&gt;&lt;TD style="border: solid windowtext 3.0pt; border-left: none; background: #EFEFEF; padding: 3.75pt 3.75pt 3.75pt 3.75pt;" width="597"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 3.0pt; border-top: none; padding: 3.75pt 3.75pt 3.75pt 3.75pt;" width="158"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt;"&gt;04&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 3.0pt; border-right: solid windowtext 3.0pt; padding: 3.75pt 3.75pt 3.75pt 3.75pt;" width="597"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt;"&gt;&lt;A href="https://community.nxp.com/external-link.jspa?url=Https%3A%2F%2Fwww"&gt;&lt;SPAN style="color: #3d9ce7; border: none windowtext 1.0pt; padding: 0in;"&gt;Https://&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="border: none windowtext 1.0pt; padding: 0in;"&gt;&amp;nbsp;if you used for example just&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.nxp.com/external-link.jspa?url=Http%3A%2F%2F"&gt;&lt;SPAN style="color: #3d9ce7; border: none windowtext 1.0pt; padding: 0in;"&gt;Http://&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="border: none windowtext 1.0pt; padding: 0in;"&gt;&amp;nbsp;it would be 01 like you used&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 3.0pt; border-top: none; padding: 3.75pt 3.75pt 3.75pt 3.75pt;" width="158"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt;"&gt;02-6D&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 3.0pt; border-right: solid windowtext 3.0pt; padding: 3.75pt 3.75pt 3.75pt 3.75pt;" width="597"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt;"&gt;google.com&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #51626f;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #51626f;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #51626f;"&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/72298i8F84F0261619745A/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/72250iEB009809A03DDFDE/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #51626f;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="border: none windowtext 1.0pt; padding: 0in; color: #51626f; font-size: 11.5pt;"&gt;&lt;STRONG&gt;Android&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; IOS&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #51626f;"&gt;As you can see the Terminator is not taken into account in the NDEF of the URI because it is considered as Other TLV which is the end of the chain.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #51626f;"&gt;Most of this values are explained in the NFC Forum&amp;nbsp; specification, you can find the values for example for&amp;nbsp;https://&amp;nbsp;and all the variants available&amp;nbsp; also for other values that are defined by NFC forum, also it is important to mention that the application you use should know how to handle all NDEF so I would recommend the TagInfo&amp;nbsp; application available in Android and IOS to read the tag and check them, please try this NDEF message and tell me if it worked for you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #51626f;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #51626f;"&gt;Have a great day !&lt;BR /&gt; BR&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #51626f;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #51626f;"&gt;Jonathan&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2019 18:33:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Are-there-different-encoding-requirements-for-iOS-vs-Android/m-p/889518#M5255</guid>
      <dc:creator>Jonathan_Iglesias</dc:creator>
      <dc:date>2019-02-13T18:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Are there different encoding requirements for iOS vs Android?</title>
      <link>https://community.nxp.com/t5/NFC/Are-there-different-encoding-requirements-for-iOS-vs-Android/m-p/889519#M5256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That worked! I think the problem was my memory allocation. I was declaring that the NDEF message was much longer than it was in order to make sure I had plenty of room for longer URLs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Strange that Android would not care but iOS would, but I'm glad you were able to identify the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for all of your help and your quick responses.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2019 18:37:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Are-there-different-encoding-requirements-for-iOS-vs-Android/m-p/889519#M5256</guid>
      <dc:creator>rhilyer</dc:creator>
      <dc:date>2019-02-13T18:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: Are there different encoding requirements for iOS vs Android?</title>
      <link>https://community.nxp.com/t5/NFC/Are-there-different-encoding-requirements-for-iOS-vs-Android/m-p/889520#M5257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A _jive_internal="true" class="" data-content-finding="Community" data-userid="335453" data-username="rhilyer@atlasrfid.com" href="https://community.nxp.com/people/rhilyer@atlasrfid.com"&gt;Russell Hilyer&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Good to know that it worked :smileygrin:&lt;/P&gt;&lt;P&gt;Please let me know if you have more questions.&lt;/P&gt;&lt;P&gt;Have a great day !&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2019 22:04:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Are-there-different-encoding-requirements-for-iOS-vs-Android/m-p/889520#M5257</guid>
      <dc:creator>Jonathan_Iglesias</dc:creator>
      <dc:date>2019-02-13T22:04:43Z</dc:date>
    </item>
  </channel>
</rss>

