objective c - how can i transfer a file from one iphone to another iphone/ipad device without using a server -


can suggest me method of how send/share file 1 iphone/ipad device another. possible achieve using bonjour.

thanks in advance.

you can use gamekit api send data between peers on bluetooth connection. gksession has following method :

- (void) mysenddatatopeers: (nsdata *) data {     [session senddatatoallpeers: data withdatamode: gksenddatareliable error: nil]; } 

Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -