I have my iOS app where I don't have a different image for different resolutions.
for example let's say we have backbutton. I have a image for 1x but not for 2x and 3x but when i run it on devices I don't get any problem with that.
I have already sent the package to my client for App Store process ... now I am worried if apple will turn down my application because I don't have set of image supporting all the devices.
Kindly clarify this issue
Update:
Can you clarify me one thing ? lets say I have an image at just 1x of image in image asset catalog but I left 2x and 3x unfilled.
So when the app is running in retina screen ... will it go blank or it'll try to re-use the image of 1x for 2x devices or 3x devices