Page 1 of 1
Requests to /.well-known/apple-app-site-association
Posted: Thu Aug 04, 2016 2:50 pm
by Freakshow
Hi all
I keep getting Requests to /.well-known/apple-app-site-association and /.well-known/assetlinks.json?
I would think this is some iOS thingi asking for something that is not there. I have no idea on what it really asks for but is there a mod of sort that could handle these requests?
Thanks

Re: Requests to /.well-known/apple-app-site-association
Posted: Thu Aug 04, 2016 5:48 pm
by paulfeakins
What do you mean? Requests from where? Can you provide some context?
Re: Requests to /.well-known/apple-app-site-association
Posted: Thu Aug 04, 2016 6:40 pm
by artcore
I think this is about all the different favicons. IOS uses a manifest.json for the touch icons.
You can generate favicons for all devices at several sites like favicomatic . com and add it to your head in common/header.tpl for your theme
It would like this for example
Code: Select all
<link rel="apple-touch-icon" sizes="57x57" href="catalog/view/theme/whmocs/assets/favicon/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="catalog/view/theme/whmocs/assets/favicon/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="catalog/view/theme/whmocs/assets/favicon/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="catalog/view/theme/whmocs/assets/favicon/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="catalog/view/theme/whmocs/assets/favicon/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="catalog/view/theme/whmocs/assets/favicon/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="catalog/view/theme/whmocs/assets/favicon/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="catalog/view/theme/whmocs/assets/favicon/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="catalog/view/theme/whmocs/assets/favicon/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="catalog/view/theme/whmocs/assets/favicon/catalog/view/theme/whmocs/assets/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="catalog/view/theme/whmocs/assets/favicon/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="catalog/view/theme/whmocs/assets/favicon/catalog/view/theme/whmocs/assets/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="catalog/view/theme/whmocs/assets/favicon/catalog/view/theme/whmocs/assets/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="catalog/view/theme/whmocs/assets/favicon/manifest.json">
<meta name="apple-mobile-web-app-title" content="your site">
<meta name="application-name" content="your site">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-TileImage" content="catalog/view/theme/whmocs/assets/favicon/mstile-144x144.png">
<meta name="theme-color" content="#ffffff">
Re: Requests to /.well-known/apple-app-site-association
Posted: Thu Aug 04, 2016 9:31 pm
by straightlight
Since this issue is part of a custom theme, this topic will be moved to the Template Support section of the forum.
Re: Requests to /.well-known/apple-app-site-association
Posted: Fri Aug 05, 2016 1:49 am
by Freakshow
paulfeakins wrote:What do you mean? Requests from where? Can you provide some context?
I am using Redirect Manager witch catch all 404 http requests, i guess from bots and sorts
Re: Requests to /.well-known/apple-app-site-association
Posted: Fri Aug 05, 2016 1:52 am
by Freakshow
straightlight wrote:Since this issue is part of a custom theme, this topic will be moved to the Template Support section of the forum.
This is NOT a custom theme, i run a clean no theme opencart shop only with a 404 http catcher that pick this up repentantly
www.matoghage.no 
Re: Requests to /.well-known/apple-app-site-association
Posted: Fri Aug 05, 2016 1:56 am
by Freakshow
artcore wrote:I think this is about all the different favicons. IOS uses a manifest.json for the touch icons.
You can generate favicons for all devices at several sites like favicomatic . com and add it to your head in common/header.tpl for your theme
It would like this for example
Code: Select all
<link rel="apple-touch-icon" sizes="57x57" href="catalog/view/theme/whmocs/assets/favicon/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="catalog/view/theme/whmocs/assets/favicon/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="catalog/view/theme/whmocs/assets/favicon/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="catalog/view/theme/whmocs/assets/favicon/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="catalog/view/theme/whmocs/assets/favicon/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="catalog/view/theme/whmocs/assets/favicon/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="catalog/view/theme/whmocs/assets/favicon/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="catalog/view/theme/whmocs/assets/favicon/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="catalog/view/theme/whmocs/assets/favicon/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="catalog/view/theme/whmocs/assets/favicon/catalog/view/theme/whmocs/assets/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="catalog/view/theme/whmocs/assets/favicon/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="catalog/view/theme/whmocs/assets/favicon/catalog/view/theme/whmocs/assets/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="catalog/view/theme/whmocs/assets/favicon/catalog/view/theme/whmocs/assets/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="catalog/view/theme/whmocs/assets/favicon/manifest.json">
<meta name="apple-mobile-web-app-title" content="your site">
<meta name="application-name" content="your site">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-TileImage" content="catalog/view/theme/whmocs/assets/favicon/mstile-144x144.png">
<meta name="theme-color" content="#ffffff">
Thanks man, sounds strange that this should be about favicons? but who am i to say

Re: Requests to /.well-known/apple-app-site-association
Posted: Fri Aug 05, 2016 2:07 am
by artcore
Hey Freakshow,
It's worth a try and improves your site anyway. It just popped in my mind after reading your post.
Re: Requests to /.well-known/apple-app-site-association
Posted: Fri Aug 05, 2016 2:52 am
by straightlight
Freakshow wrote:straightlight wrote:Since this issue is part of a custom theme, this topic will be moved to the Template Support section of the forum.
This is NOT a custom theme, i run a clean no theme opencart shop only with a 404 http catcher that pick this up repentantly
http://www.matoghage.no 
That does not despite the fact that your inquiry was posted in the wrong forum category section which has been moved to the right section afterwards.
Re: Requests to /.well-known/apple-app-site-association
Posted: Fri Aug 05, 2016 2:57 am
by Freakshow
straightlight wrote:Freakshow wrote:straightlight wrote:Since this issue is part of a custom theme, this topic will be moved to the Template Support section of the forum.
This is NOT a custom theme, i run a clean no theme opencart shop only with a 404 http catcher that pick this up repentantly
http://www.matoghage.no 
That does not despite the fact that your inquiry was posted in the wrong forum category section which has been moved to the right section afterwards.
Well ok then, your the boss

Re: Requests to /.well-known/apple-app-site-association
Posted: Fri Aug 05, 2016 2:22 pm
by Freakshow
Seems the favicon thing didnt do its thing
404 URLs
Code: Select all
https://www.matoghage.no/apple-app-site-association - 66.249.78.18 - Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
https://www.matoghage.no/.well-known/apple-app-site-association - 66.249.78.25 - Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Re: Requests to /.well-known/apple-app-site-association
Posted: Fri Aug 05, 2016 2:58 pm
by artcore
Apart from not having the favicons in your site, which you still don't. This issue is something else indeed. I googled and found this:
http://stackoverflow.com/questions/3481 ... ssociation
Re: Requests to /.well-known/apple-app-site-association
Posted: Fri Aug 05, 2016 7:03 pm
by straightlight
I also found a distinctive solution regarding the resolution of this relative path from iOS:
it seems that the URL in question is supposed to be a JSON file linking paths on your website, back to your iOS app (when such an association exists, naturally)
Source:
http://webmasters.stackexchange.com/que ... n-the-serv
Re: Requests to /.well-known/apple-app-site-association
Posted: Fri Aug 05, 2016 7:35 pm
by Freakshow
straightlight wrote:I also found a distinctive solution regarding the resolution of this relative path from iOS:
it seems that the URL in question is supposed to be a JSON file linking paths on your website, back to your iOS app (when such an association exists, naturally)
Source:
http://webmasters.stackexchange.com/que ... n-the-serv
So if i read that link somewhat correctly, it can be ignored if there is no app associated with my site?
My guess is that it's just google extending it's mapping to include information on associations between websites and specific iOS apps.