I have an app published on the App Store (https://apps.apple.com/us/app/junto%24/id1563846408) and, if someone accesses this URL from a device other than an iOS device, for example, a Windows computer with Chrome, a Linux machine with Chrome, or even an Android device, the page doesn't work. Access only works on iOS devices.
I tried accessing URLs from other apps to check if it was a general problem, but the problem only occurs with my app's URL.
Example of a working URL: https://apps.apple.com/br/app/juntos/id6449265641
My URL: https://apps.apple.com/br/app/junto%24/id1563846408
One difference is the "%24", which is the "$" in the code automatically inserted by Apple, and that's not the problem, since I can access the page on iOS devices.
When I access my app's page through a search on the App Store, I can access the page, but if I refresh the page (F5), it stops working again.
My app is public and all countries available.
Why does this happen?