I have a use case where app A is invoking app B using custom url scheme. When some event happens in app B it want to notifies app A. I tried NotificationCenter and CFNotificationCenter both seems to work only intra-app. How can I get to do that?
app A and app B are not from same developer. Invoking is done using sdk. In short Developer of app B is providing its sdk to developer of app A which when used from app A, appB is invoked.