I've been trying to send text messages in a React-Native app using mainly this this NFC Manager. But instead of the displaying the message text the reading device tries to open the to open the writing app or search for it in the Play Store. The NDEF message consists of two records:
- Url: http://play.google.com/store/apps/details?id=com.myapp&feature=beam
- External: com.myapp
It seems to ignore the original message completely. A test with this module brought the exact same result. The Devices used were a HTC One M8 and a Samsung Galaxy S4 Mini. Does somebody have experience with NFC Peer to Peer connections and can help me?