Reading a properly configured nfc-tag (with a NDEF-message) returns different results on android and iOS (testing for iOS 15.2 on an iPhone 8).
I am using ntag213-Tags with a valid NDEF-message.
When i create an Ndef-Object with this package the resulting object is incomplete on iOS (the object itself is not null).
Ndef? ndefTag = Ndef.from(tag);
The additionalData-map only contains values on android.
Reading a properly configured nfc-tag (with a NDEF-message) returns different results on android and iOS (testing for iOS 15.2 on an iPhone 8). I am using ntag213-Tags with a valid NDEF-message. When i create an Ndef-Object with this package the resulting object is incomplete on iOS (the object itself is not null).
Ndef? ndefTag = Ndef.from(tag);
The additionalData-map only contains values on android.
On iOS this map is empty.
If this is the intended behaviour, how do i get the identifier from a Ndef-Tag?