I am working on an API based application for Windows 8. I have a slight confusion. I'm making images to be used in the tiles. I've made some using this guide: http://msdn.microsoft.com/en-us/library/windowsphone/develop/hh202948%28v=vs.105%29.aspx.
Now when I open the project and check Assets/Icons Folder, I observed different sizes which were as follows:
FlipCycleTileLarge 691 * 336
FlipCycleTileMedium 336 * 336
FlipCycleTileSmall 159 * 159
IconicTileMediumLarge 134 * 202
IconicTileSmall 71 * 110
Can anyone tell me the exact number of images and their resolutions with their corresponding names which are to be put in the folder so the app is not rejected.
Note: My app doesn't provide anything like Live Tiles.