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
so i've got a link through which I need to open my app. the link has some query parameters, which I need for the app. I use the url.path() method to check if the correct url has triggered the method. On android this url.path() method works fine and I get the correct url. but on ios it always returns /.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
so i've got a link through which I need to open my app. the link has some query parameters, which I need for the app. I use the url.path() method to check if the correct url has triggered the method. On android this url.path() method works fine and I get the correct url. but on ios it always returns /.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: