Take pictures on other iOS devices using bluetooth
I'd appreciate if someone with iOS bluetooth experience could show me how to take pictures on other iOS devices using bluetooth classes. This app lets users login/register and afterwards take and upload pics. http://www.raywenderlich.com/13511/how-to-create-an-app-like-instagram-with-a-web-service-backend-part-12 My goal is to, on tap of a user photo in the apps uiscrollview (which displays all uploaded photos), activate the snapStillImage method of AVFoundation below. //this code takes a picture - (void)snapStillImage //this takes a picture via [self snapStillImage] in viewDidLoad { dispatch