ios - How to share images between 2 users directly? -


i newbie, please lenient towards me. please let me elaborate.

goal

transfer data(images, files) between devices.

what doing?

  1. sending file server
  2. sending path other user
  3. the other user starts download image path.

problem

i need make file transfer direct between devices , minimize role of server far possible.

p.s: trying build screen share cocoa app in skype calling. thinking of sharing screenshots possible. suggestions welcome. please let me know if approach or bad.

you can use multipeer connectivity framwork support discovering services provided nearby ios devices.

refrence : (https://developer.apple.com/library/ios/documentation/multipeerconnectivity/reference/multipeerconnectivityframework/)


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -