문제

The actual question is: do I need to create non-retina images if my app should only work on iPhone5/s and iOS >= 7.0?

도움이 되었습니까?

해결책

If you are only targeting iOS 7 iPhones, you will be fine using only retina images. Your app will be able to run on an iPad though and if it does not properly, your app will get rejected. Make sure to include an app icon for iPads, which is 76x76 points, so 152x152 pixels.

다른 팁

  • No need of non retina images.
  • Non retina images may be used only for the non retina devices like iphone 3gs .
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top