That is, the app will send you an email with two links back to the app: one with URL parameters, one without URL parameters.
When clicking on the URL with parameters, you should see this page:
On iOS I’m still redirected to form1.
According to the following posts, the issue may be due to iOS stripping the # from the URLs on redirect. Indeed I have only experienced this on iOS. On other devices that I’ve accessed (computers, TVs, Android phone), everything works as expected. The solutions in the posts below did not change anything (e.g., adding a / before the #)
Would you mind mentioning which iphone version you use? I’ve tried the above app on iPhone 8 and 5, and neither work as expected (i.e., I always go to form1)
Well, through testing, I discovered that it must be an interaction between my organization’s safety protocols, MS Outlook, and cell phones.
If I access the URL through Outlook (for work) and I am using my cell phone, the parameters are not preserved.
Any other combination works as expected. For example:
Outlook on a computer
Gmail on a computer
Gmail on a phone
So, if my app emails someone inside my organization to their standard work email address, URL parameters will be ignored if they access the email on their phone.
I’m going to follow up with IT to see if I am understanding this correctly.