How to automate NFC tag(NDEF message) reading in appium

I have to test an application which will read NFC tag(NDEF message) and perform some action. Is there any way to push NDEF message to application using appium for both iOS and Android apps? I want to eliminate the NFC tag tapping action.

This is the kind of thing that you would have Developers add to a debug menu that is only present in the debug app. You may have variations on this NDEF message to do some negative testing, and it’s easy to automate in an Appium framework.

@wreed, Thank you for reply, even i was thinking same.