poz1/NFCForms

Send User Defined values Between devices in NFC with Xamarin.Forms

KathirveluM opened this issue · 2 comments

We need to pass the values (IMEI No,etc..,) between the Android devices from Xamarin.Forms app with custom renderer approach.

In Existing code, we used Android beam to transfer the data/values between devices through app. But now, we are not able to send data/values between devices in Xamarin.Forms.

In this component , the URL is passed between the devices but we need to know how send the user defined data between devices?

Xamarin Android working Sample Code

Kindly find the screenshot here

poz1 commented

Hello, you can send whatever you want as long as you're using an NDEF formatted message

So how do you do this then?
im trying all example but none do from phone to phone