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
Post a Comment