You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Triggering a URL action always opens the passed URL in the browser.
Note that this does not happen with App Links on Android.
Using an AppMessageClickListener does not work, as it is called after the link has already been opened in the browser.
Shouldn't the AppMessageClickListener decide how to handle the URL action?
Steps to reproduce?
Create an inApp message with a URL Click Action
Send it to a test device
Launch the app on the test device
Click the message to invoke the action
At this point the link is opened in the browser followed by a call to the AppMessageClickListener
We've added the OneSignal_suppress_launch_urls: YES property to Info.plist, that solves a similar issue for push notification but it has no effect on in-Aoo messages
What did you expect to happen?
Using a AppMessageClickListener should overrule the default behavious
OneSignal iOS SDK version
5.2.8
iOS version
18
Specific iOS version
iOS 18.x
iOS 17.x
Relevant log output
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
What happened?
Triggering a URL action always opens the passed URL in the browser.
Note that this does not happen with App Links on Android.
Using an AppMessageClickListener does not work, as it is called after the link has already been opened in the browser.
Shouldn't the AppMessageClickListener decide how to handle the URL action?
Steps to reproduce?
What did you expect to happen?
Using a AppMessageClickListener should overrule the default behavious
OneSignal iOS SDK version
5.2.8
iOS version
18
Specific iOS version
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: