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
Unable to disable the launch url in notification when opened.
What can I do to completely remove the launch Url?
ENV.
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 3.19.2, on Microsoft Windows [Version 10.0.19045.2728], locale th-TH)
[√] Windows Version (Installed version of Windows is version 10 or higher)
[√] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
How can we help?
Unable to disable the launch url in notification when opened.
What can I do to completely remove the launch Url?
ENV.
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 3.19.2, on Microsoft Windows [Version 10.0.19045.2728], locale th-TH)
[√] Windows Version (Installed version of Windows is version 10 or higher)
[√] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
onesignal_flutter : Release 5.1.2
Emulator : Android 13
and add the code in
AndroidManifest.xml
<meta-data android:name="com.onesignal.suppressLaunchURLs" android:value="true"/>
https://documentation.onesignal.com/docs/links
or
<application ...> <meta-data android:name="com.onesignal.NotificationOpened.DEFAULT" android:value="DISABLE" /> </application>
https://documentation.onesignal.com/docs/android-customizations
But It's not working. How can i do that.
Thanks.
Code of Conduct
The text was updated successfully, but these errors were encountered: