user3557263
user3557263

Reputation: 7

How to import the app icons, so my app won't be rejected?

So I just finished all my app icons for deployment target of iOS 7.1 and iPhone only. But the images.xcassets in my xCode project only has 3 slots. Where do I put the other required icons? I am referring to this page: https://developer.apple.com/library/ios/documentation/userexperience/conceptual/mobilehig/IconMatrix.html#//apple_ref/doc/uid/TP40006556-CH27-SW1

Thanks.

Upvotes: 0

Views: 95

Answers (1)

uiroshan
uiroshan

Reputation: 5181

Yes, Since you are building for iPhone, only 3 slots will be appeared. Which are for

  • iPhone spotlight and setting (iOS 5/6)
  • iPhone spotlight iOS 7
  • iPhone app iOS 7

But if you wish to build a universal app, more slots will be appeared.

Upvotes: 0

Related Questions