Can iOS apps communicate via sockets?
问题 I'm going to develop few apps for iOS. Can they communicate to each other via sockets? Let's say one app runs as server (even in background mode) and another as client connects to server app and perform some communication. Does it violate any App Store rules? Any available IPC in iOS if my idea is not working for some reason? 回答1: Of course you can and it doesn't violate any rules. Just just the CoreFoundation libraries. There's no point in me describing it to you if it already has been all