I am a newbie in iphone development and obj-c.How can i connect a iphone to another iphone or ipad programically using WiFi connection?can i able to transfer files between one iphone to another iphone or ipad using WiFi?I would really appreciate if someone could assist me in the correct way to do this, and if possible any sample code to get my started.
Thank You In Advance..
I am a newbie in iphone development and obj-c.How can i connect a iphone
Share
Yes you can transfer data between two devices using wifi. Use CFNetwork framework. either you use bonjour service or an I.P. address to transfer data.. here is the guide for CFNeworks