As far as I know, Apple does not allow bluetooth file sharing in iPhone/iPad.
Is there any way to write a code in Objective-C to make an application to share files?
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.
If you only need to communicate between other iOS devices, Apple provides a high-level GameKit framework to make it easier to handle Bluetooth communication, which should allow you to share file data. Here’s a tutorial I found: http://www.devx.com/wireless/Article/43502/0/page/2
I’m not sure, but I think Apple only allow members of the Made for iPod program to access the low-level raw bluetooth APIs, and even then, can only with certified external devices.
http://developer.apple.com/programs/mfi/
If you want a simple way to share files and other data between devices of other platforms, you might want to have a look at the Bump API: http://bu.mp/api