ios - Using MultipeerConnectivity.framework to send and receive photos and text files -


i want give user of app ability share photograph without having internet connection. quite hard explain i'll best. in app user can press on plus button take shot using iphone. image uploaded on internet (dropbox) in common folder can accessed app users. when other users open app, image has been uploaded downloaded on device. since there might more 1 image, app refreshes once in while, , downloads new photographs. want same thing using bluetooth (or airdrop). when 1 device takes picture, saved on device, , sent app users nearby. these users can edit it, send original device can accessed everyone. original device acts server, , other devices stream information device. whole purpose of have, 15 different ios devices in same room in sync display same exact thing. when edits, other people see it, if in sync "the cloud" (which dropbox).

i understood might possible multipeerconnectivity.framework permits more 1 device connected @ same time. found example app called beam it: http://arctouch.com/beamit/

what i'm asking here not code, rather indications on how approach problem.


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -