@jamesonvparker @stvnsnthn
Okay, so if I got this right, you’re talking about the LAUNCH URL
Well, that is a feature that you can still use in superview.
You need to search and define the URL Scheme, change it from superview to WHATEVER.
Further more, you can set that each URL that contains your MAIN URL to be opened inside the wrapper so a URL like https://yourmainurl.bubbleapp.is/whateverpage will open your app upon tapping on the notification, on the whateverpage instead of index page.
And you can set that any other URL besides your main URL, to be opened in safari/pop-up.
To do so, you need to use the following scheme on onesignal at LAUNCH URL:
“customurlscheme://” + “your main URL without https or www” so in our example with:
whatever://yourmainurl.bubbleapp.is/whateverpage
this will make the app to open http://yourmainurl.bubbleapp.is/whateverpage instead of http://yourmainurl.bubbleapp.is/index
That is valid of iOS only.
For Android is a bit more complicated, OF COURSE. I will try to explain it tomorrow.