Pergunta

Im getting /apple-precomposed.png 404 errors. I already read that its related to icons, etc., but everywhere it says :

apple-touch-icon-precomposed.png
apple-touch-icon.png

why do I get

apple-precomposed.png 

? I need this so I could create those icons, but confused how to name them?

I looked at the user strings and all of them are Linux Android, not iOS.

Also Im getting 404 for:

/apple

What this can be?

Nenhuma solução correta

Outras dicas

You are right, apple-precomposed.png is not an "official" name and no browser should look for such file.

You should check your HTML code, especially if you didn't write it yourself (eg. web site template, WordPress theme...). Maybe it explicitly mentions this file. Something like:

<link rel="apple-touch-icon" href="/apple-precomposed.png">
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top