Any ideas how to access NFC on Android/IOS devices?

I would like to use my NFC in my mobile device from Unreal. I guess I should include an external CPP library. I have seen a post about the libnfc but I think that is non mobile specific. Any ideas?

had any luck with this?

Aa read Android NDK don’t have access to NFC, you need to alter Unreal Java code layer to add any NFC support. You can find some info how to make a function call from Java to native code here:

You can find Java layer in Build/Android in engine directory, not sure if placing that in project directory will make it work per project

any solution ?