Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the size of GameCenter achievement images?

So I want to incorporate GameCenter achievements in my game, but I have to supply images for each achievement for display in the GameCenter app. Apple isn't really clear about the required size. I've read online that they demand 512px images, but then they scale them down to something like 32px which makes it all blurry and/or pixelated.

There must be a better method. I've seen several apps now with crisp, clear achievement images. How do they do this? Thanks.

like image 665
Rits Avatar asked Oct 14 '22 23:10

Rits


1 Answers

Well it seems we don't have much choice. Apple doesn't accept images smaller than 512px. So we just have to create 512px en hope Apple will resize them well.

like image 172
Rits Avatar answered Oct 18 '22 13:10

Rits