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
How to open web-browser (for exampl Safari) when clicking on push notification without opening the app at all if I send push notification with 'Launch URL' param as for example https://www.google.com? It works on Android but on iOS at the beginning opening the application and then (from splash screen) opening web-browser Safari.
Thanks a lot!
Version 3.0.11
what I tried to do:
added in Info.plist "OneSignal_suppress_launch_urls" with false value (plist.SetBoolean("OneSignal_suppress_launch_urls", false);)
called method OneSignal.Default.SetLaunchURLsInApp(false); before OneSignal.Default.Initialize("myid");
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
How can we help?
How to open web-browser (for exampl Safari) when clicking on push notification without opening the app at all if I send push notification with 'Launch URL' param as for example https://www.google.com? It works on Android but on iOS at the beginning opening the application and then (from splash screen) opening web-browser Safari.
Thanks a lot!
Version 3.0.11
what I tried to do:
OneSignal_suppress_launch_urls
" withfalse
value (plist.SetBoolean("OneSignal_suppress_launch_urls", false);
)OneSignal.Default.SetLaunchURLsInApp(false);
beforeOneSignal.Default.Initialize("myid");
Code of Conduct
The text was updated successfully, but these errors were encountered: