Hello i was wondering how to send a contact over bluetooth to another device. I used this code but its from an image. I just want to know how to send the contact.
https://github.com/unixpickle/ImageTransfer
Thanks in advance!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Look at the Project BTLE Transfer Bluetooth of Apple Doc
It is a demo Project that transfers Text whatever you write on Peripheral Device to Central Device.
In same manner you can transfer your Contact in place of Text with encoding
I hope this will solves your problem.