Hi community, I'm currently working on adding multiple records (SMS, texts, and URL) into a NTAG216. I've added those records using the NFC Tools app and it works fine on Androids (it'd skip to the URL if it couldn't read the SMS and texts). However, I tried the same on iOS and somehow iPhones are unable to read the NFC tag. Would there be any solution for that? Providing the json script below with sample data for your reference. Thank you in advance!
[{"tag.profile.name":"test","tag.profile.date":"20250217T225528","tag.profile.length":3,"tag.profile.size":60,"tag.profile.data":[{"tag.profile.fields":{"field2":"qwerty","field1":"12345678"},"tag.profile.config":{"requestType":"7","itemHash":"0c3120d5-d352-4461-92ca-7a8ec3340757","itemUpdate":"true","itemRecordExtra":null,"itemDescription":"12345678\nqwerty","itemRecord":"sms:12345678?body=qwerty"}},{"tag.profile.fields":{"field1":"12345678"},"tag.profile.config":{"requestType":"1","itemHash":"c85311e2-3a64-48fb-8d8d-7f52b9ce5b2a","itemUpdate":"true","itemRecordExtra":null,"itemDescription":"12345678","itemRecord":"12345678"}},{"tag.profile.fields":{"field1":"https:\/\/www.google.com\/"},"tag.profile.config":{"requestType":"12","itemHash":"ef9b319a-5249-4303-b960-d2de7fe1dd74","itemUpdate":"true","itemRecordExtra":null,"itemDescription":"https:\/\/www.google.com\/","itemRecord":"https:\/\/www.google.com\/"}}]}]
Hello @LemonChen
We recommend that you use TagInfo, which is developed by NXP and can run on iPhones.