We use Intercom on our app to send links for users to perform actions, in the form of URL actions, something like bundleID://some/action
Some of these actions take the user to other places in the app, so we want to dismiss Intercom. What’s the correct way to do this? There’s no API to dismiss Intercom, and the convoluted presentation mode (creating an ICMWindow on top of all the other windows) make it super awkward.