I’ve configured AASA file to help path resembling https://area/forgot-password?token=asadsad3ddsd. It’s not opening in browser nor app.
do we have to configure one thing in flutter app delegate to help question parameters.
I’ve tried totally different iterations to help the above url.
iteration 1 : parts : [ { “/” : “/forgot-password” , “?” : { “token” : “?} ]
iteration 2 : parts : [ { “/” : “” } ]
iteration 3 : parts : [ { “/” : “/forgot-password” , “?” : { “token” : “?????…” } ] my token is of size 36. so I’ve stored 36 query marks.
can u assist me with how you can help a common hyperlink with question parameters incase of iOS.
what are configuration should be completed on flutter, apple facet to help the above hyperlink.