Saamer Mansoor
Saamer Mansoor
@forzaphil that is correct. There is only a certain number of RFID tags that are supported by the hardware of iPhones and Android phones. Reading data from passport chips is...
@tanersahincom I noticed you dont have a license on your code example, is it ok if we merge this in?
@dev-vinicius could you please share a video of this code working on iOS & Android?
@dev-vinicius A license is basically permission for people to use/copy/share your code. If there is no license on someone's repository, by default it is considered that there's no permission to...
@MiguelLobato237 did you try to add the library by cloning this repository and then adding a break point to see why it is returning false?
@JarJarBinkz this is a good catch. Are you able to replicate this with android as well using the cloned code?
@adnan-rolustech is it supposed to be supported by both iOS & Android? Could you please share some documentation supporting that? Also did you try to clone the project and use...
As you mentioned, NFC-V is basically just `ISO 15693` which is supported by both [iOS](https://developer.apple.com/documentation/corenfc/nfciso15693tag) & [Android](https://developer.android.com/reference/android/nfc/tech/NfcV) natively. Are you able to use a different NFC reader app that is...
@adnan-rolustech ^?