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

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -