App icon size for new iOS

后端 未结 4 593
鱼传尺愫
鱼传尺愫 2021-02-04 05:32

I realize that iOS 7 is not out yet and should not be discussed but I could not find the answer to this question anywhere and iOS 7 comes out in a few days.

I submitted

4条回答
  •  -上瘾入骨i
    2021-02-04 06:22

    It doesn't matter what you name the file as long as you hook it up correctly in Targets General Tab. You just click the Folder icon and select the file you want to use. The naming convention only really mattered because that was what was in the info.plist by default for a new project.

    enter image description here

    And the Targets General Tab realy just sets values in the app's info.plist

    enter image description here

    Note: I have a build setting ICON_SUFFIX = "Beta" so my beta release via TestFlight has a different bundle ID and Icon so it sits along side my app store version and doesn't over write it.

提交回复
热议问题