Skip to content

No se puede leer NFCV, ayuda #36

@edwito86

Description

@edwito86

eh logrado hacer la conexion
NFCdevice.EnableForegroundDispatch
(
this,
PendingIntent.GetActivity(this, 0, intent, 0),
new[] { new IntentFilter(NfcAdapter.ActionTechDiscovered) },
new String[][] {new string[] {
NFCTechs.NfcV,
NFCTechs.NdefFormatable
}
}
);

pero en el message llega vacio y tampoco me puedo acceder a las características.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions