-
Notifications
You must be signed in to change notification settings - Fork 10
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
[Question] Remove app selection on scanning #1
Comments
I do not get such a message running it on my Galaxy S10. I guess you can set the app as a default in your Android settings so the popup dissapears. I am not sure if you can prevent that by adding a function or changing the settings in Unity. |
There is a solution to it that was discussed on the Unity forms about NFC scanning on Android. I forget the solution offhand, but if you look around you should be able to find it. |
So I searched a bit and you can't set the default NFC app also I tried multiple apps from the appstore and none have this problem. I'll try to search on unity forums then. |
Ok I found a solution ! All is needed is adding NDEF tags support, it also allow to extract basic text from them. I also removed |
Yeah, that's the page I was talking about (you can see I've even Liked the posts and posted there before). Glad it worked out, I never got to test it much myself. |
Hey sorry for the bump. I implemented the code from that forum, he opens the standard NFC app not the one in the project. How can I fix this? |
Hi, so I managed to make this project work and it works great! Except that each time I scan a tag it ask me what app to use even tho I'm currently in the unity app. I have other nfc apps installed that don't do that but can't find how.
I'm on android 10 with unity 2020.3.5
The text was updated successfully, but these errors were encountered: