While I was building the website for Headless D and implementing the buttons to AppStore and Google Play I found that the link to AppStore doesn’t work if you click on the iPhone using Chrome! Can you imagine! Using iPhone the link to AppStore doesn’t work! It turned out it’s a known bug. People have found a workaround and now you need to use instead of official link like this:
https://apps.apple.com/app/id1153392110
this kind of link:
https://itunes.apple.com/app/id1153392110?mt=8
adding this magical ?mt=8 at the end.
According to Stackoverflow members, the parameter mt
stands for “media type” and tells the OS what they are dealing with. In this case, media type 8
indicates “Mobile Software Applications”.
I am writing this mainly because on my iPhone I can still meet a lot of links that don’t work on mobile Chrome. It’s a real shame that such giants as Apple and Google cannot solve these stupid issues.