Post by Freakshow » Thu Aug 04, 2016 2:50 pm

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 ???

Freakshow

https://matoghage.no - Running on WooCommerce
https://www.doobie.no - Running on WooCommerce


User avatar
Active Member

Posts

Joined
Tue Dec 30, 2014 3:52 am
Location - Norway

Post by paulfeakins » Thu Aug 04, 2016 5:48 pm

What do you mean? Requests from where? Can you provide some context?

UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk


User avatar
Legendary Member
Online

Posts

Joined
Mon Aug 22, 2011 11:01 pm
Location - London Gatwick, United Kingdom

Post by artcore » Thu Aug 04, 2016 6:40 pm

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">

Attn: I no longer provide OpenCart extensions, nor future support - this includes forum posts.
Reason: OpenCart version 3+ ;D

Thanks!


User avatar
Active Member

Posts

Joined
Tue Jul 09, 2013 4:13 am
Location - The Netherlands

Post by straightlight » Thu Aug 04, 2016 9:31 pm

Since this issue is part of a custom theme, this topic will be moved to the Template Support section of the forum.

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by Freakshow » Fri Aug 05, 2016 1:49 am

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

Freakshow

https://matoghage.no - Running on WooCommerce
https://www.doobie.no - Running on WooCommerce


User avatar
Active Member

Posts

Joined
Tue Dec 30, 2014 3:52 am
Location - Norway

Post by Freakshow » Fri Aug 05, 2016 1:52 am

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 :)

Freakshow

https://matoghage.no - Running on WooCommerce
https://www.doobie.no - Running on WooCommerce


User avatar
Active Member

Posts

Joined
Tue Dec 30, 2014 3:52 am
Location - Norway

Post by Freakshow » Fri Aug 05, 2016 1:56 am

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 :)

Freakshow

https://matoghage.no - Running on WooCommerce
https://www.doobie.no - Running on WooCommerce


User avatar
Active Member

Posts

Joined
Tue Dec 30, 2014 3:52 am
Location - Norway

Post by artcore » Fri Aug 05, 2016 2:07 am

Hey Freakshow,
It's worth a try and improves your site anyway. It just popped in my mind after reading your post.

Attn: I no longer provide OpenCart extensions, nor future support - this includes forum posts.
Reason: OpenCart version 3+ ;D

Thanks!


User avatar
Active Member

Posts

Joined
Tue Jul 09, 2013 4:13 am
Location - The Netherlands

Post by straightlight » Fri Aug 05, 2016 2:52 am

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.

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by Freakshow » Fri Aug 05, 2016 2:57 am

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 :)

Freakshow

https://matoghage.no - Running on WooCommerce
https://www.doobie.no - Running on WooCommerce


User avatar
Active Member

Posts

Joined
Tue Dec 30, 2014 3:52 am
Location - Norway

Post by Freakshow » Fri Aug 05, 2016 2:22 pm

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)

Freakshow

https://matoghage.no - Running on WooCommerce
https://www.doobie.no - Running on WooCommerce


User avatar
Active Member

Posts

Joined
Tue Dec 30, 2014 3:52 am
Location - Norway

Post by artcore » Fri Aug 05, 2016 2:58 pm

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

Attn: I no longer provide OpenCart extensions, nor future support - this includes forum posts.
Reason: OpenCart version 3+ ;D

Thanks!


User avatar
Active Member

Posts

Joined
Tue Jul 09, 2013 4:13 am
Location - The Netherlands

Post by straightlight » Fri Aug 05, 2016 7:03 pm

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

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by Freakshow » Fri Aug 05, 2016 7:35 pm

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.

Freakshow

https://matoghage.no - Running on WooCommerce
https://www.doobie.no - Running on WooCommerce


User avatar
Active Member

Posts

Joined
Tue Dec 30, 2014 3:52 am
Location - Norway
Who is online

Users browsing this forum: No registered users and 10 guests