okadan / nfc-manager

A Flutter app for accessing the NFC features on Android and iOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Impossible to replicate the behavior of your app when reading tags in new project

juanantonionunez opened this issue · comments

I will try to explain. I have tested your repo and installed it on an Android device and it works great, if for example you bring an nfc tag close when the APP is open the native NFC reader of Android is not launched and that's great.. So you avoid being pulled out of the APP.

What's the problem? I have been unable to replicate this behavior in a new app. I have literally moved every file and every import but nothing, if I bring an NFC tag close without me starting StartSession it automatically opens the native NFC reader.

How did you guys manage it? Is there something in manifest, gradle, etc... that you have modified that is achieving that?

Regards