質問

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?

正しい解決策はありません

他のヒント

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">
ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top