user1458153
user1458153

Reputation: 115

how to send messages to different instances of my application over the local network with iOS

I would like my application to send a message to another instance of the same application. This another instance would run (obviously) on a different device. Both device (sender and receiver) are connected to the same local network (which may or may not be connected to the Internet). I would prefer a server-free solution (i.e. point-to-point) if possible i.e. with only the mobile devices involved.

What API/framework do you recommend to do this ? (Apple iOS SDK, open source ...)

Thanks !

Upvotes: 1

Views: 122

Answers (1)

JordanC
JordanC

Reputation: 1323

Definitely Multipeer Connectivity Framework

Upvotes: 3

Related Questions