Specific Screen open by sending Push Notification

Is it possible to open specific screen in app which I want through Push Notification by Onesignal ?

1 Like

yes it can be possible.


Use deep links extension by @vknow360 and create some deep links, for example https://myapp.com

while sending notification from onesignal use that deep link as notification link.

After clicking on notification screen 1 will open.

In screen 1 use the following logic -

     If -- get start value == "https://myapp.com"
     then open another screen -- Screen2````
1 Like

value not get bro…

example image
photo_2021-05-31_21-37-47