We need to integrate with a 3rd party iPhone Objective-C app. I just learned that Xamarin cannot build a library that Objective-C app can call. Does iOS support inter-process communications (IPC)? Is there any way that two apps can talk to each other?
↧