Is there any way to configure SFSafariApplication.dispatchMessage
to send a message to the web extension from a specific profile?
According to the documentation , using SFExtensionProfileKey
, the native app can determine the profile that sent a message.
Can SFSafariApplication.dispatchMessage
send a message to a specific profile? The default behavior seems to be to send the message to all profiles.