I want to create a camera application.
What are the available ways to share photos that were taken from my app? Email a photo? Send it via bluetooth? Probably a user can upload it to his computer?
How can I implement them?
Thanks.
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.
To send your photo by e-mail, you must save it into a file, create a new mail and attach the picture.
To send it via bluetooth, you must use GameKit or Bonjour protocols to connect to other devices and exchange data using your own application protocol.
To upload to his computer, you must use a Wi-Fi network protocol, and implement a client and server.
Good luck!