My app can be opened using a URL scheme (via the func application(_ app: , url: , options:) -> Bool).
I've noticed that on iOS 14, some of the URLs have the char '#' at the end of the URL.
It happens only for some of the URLs, but even for those where it happens - trying them on a device with iOS 13 - this extra char doesn't appear.
Any explanation for this? Did anyone else see this behaviour?
I've noticed that on iOS 14, some of the URLs have the char '#' at the end of the URL.
It happens only for some of the URLs, but even for those where it happens - trying them on a device with iOS 13 - this extra char doesn't appear.
Any explanation for this? Did anyone else see this behaviour?