Posts

Post not yet marked as solved
8 Replies
My use case for something like this would be to communicate about an asynchronous event that has happened in my app. I would need to send a payload with the event notification as well.I've seen some primers on IPC here and there, but nothing has confirmed that this would work between apps from different developers in iOS. Is there anything supported? Seems like a waste for the two apps to have to negotiate via the cloud if we could both use some form of IPC locally.