Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow other tag types to be discovered. #1

Open
danaki opened this issue Mar 3, 2019 · 6 comments
Open

Allow other tag types to be discovered. #1

danaki opened this issue Mar 3, 2019 · 6 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@danaki
Copy link

danaki commented Mar 3, 2019

Hello,

I'm a newbie in Xamarin development. I've installed your lib and tried to deploy XnfcTest application on a real Huawei P10 device. I had to disable system "Tags" application and then after pressing "Scan" button nothing happens. My NFC-card is a "Mifare Ultralight" public transportation card and I tested it with an "NFC reader" taken from Appstore and it works. However, XNFC test application doesn't catch it at all (nothing happens and no message in debug console). I can guess that TECH_DISCOVERED must be configured as well like it described here? Can you help me with this issue?

@Perksey
Copy link
Contributor

Perksey commented Mar 3, 2019

Hi Yuri. XNFC currently only supports NDEF as far as I know, so you probably have a card that doesn't use NDEF. Let me know the format of your card to see if this is a bug or not; I do plan to rewrite XNFC at some point to support a wide range of formats.

@danaki
Copy link
Author

danaki commented Mar 3, 2019 via email

@Perksey
Copy link
Contributor

Perksey commented Mar 3, 2019

You haven't attached a screenshot.

@danaki
Copy link
Author

danaki commented Mar 3, 2019 via email

@danaki
Copy link
Author

danaki commented Mar 3, 2019

screenshot_20190303-155336

@Perksey
Copy link
Contributor

Perksey commented Mar 3, 2019

Yep, that's not an NDEF tag. You can format this tag to NDEF if you wish, that will make XNFC able to pick it up.

We originally wrote XNFC as a proprietary piece of software for one of our products, thus compatibility and other uses weren't at the top of our list. We'll mark this as a feature request for a future version.

@Perksey Perksey changed the title Missing ActionTechDiscovered? Allow other tag types to be discovered. Mar 3, 2019
@Perksey Perksey added the enhancement New feature or request label Mar 3, 2019
@Perksey Perksey self-assigned this Mar 3, 2019
@Perksey Perksey added this to the v2.0 milestone Mar 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants