Skip to content
This repository has been archived by the owner on Oct 19, 2020. It is now read-only.

New Icon with iOS 11 #100

Open
albertleao opened this issue Sep 20, 2017 · 6 comments
Open

New Icon with iOS 11 #100

albertleao opened this issue Sep 20, 2017 · 6 comments

Comments

@albertleao
Copy link
Contributor

There is a new marketing icon required with iOS 11:

Dear developer,

We have discovered one or more issues with your recent delivery for "xxxxxxxxxxx". Your delivery was successful, but you may wish to correct the following issues in your next delivery:

Missing Marketing Icon - iOS Apps must include a 1024x1024px Marketing Icon in PNG format. Apps that do not include the Marketing Icon cannot be submitted for App Review or Beta App Review.

After you’ve corrected the issues, you can use Xcode or Application Loader to upload a new binary to iTunes Connect.

Regards,

The App Store team

You can see the requirement here: https://developer.apple.com/ios/human-interface-guidelines/icons-and-images/app-icon/

@albertleao
Copy link
Contributor Author

Pull request here:

#101

@mcorner
Copy link

mcorner commented Oct 19, 2017

Even on 0.10.0 I had to do two things to get past the appstore checks:

  1. Remove the alpha channel from the 1024 icon (I have to do this every time i submit).

  2. Manually change the Contents.json to include this:

    {
      "idiom" : "ios-marketing",
      "size" : "1024x1024",
      "filename" : "icon-1024.png",
      "scale" : "1x"
    },

@shivan
Copy link

shivan commented Nov 2, 2017

Same problem here... is it possible to have cordova-icon remove the alpha on the 1024 icon only?
The other icons need alpha, dont't they?
Using version 0.11.0
And the icon wasn't automatically assigned in xcode 9.0.1

@WuglyakBolgoink
Copy link

I add small changes to do it. See my PR #109

@WuglyakBolgoink
Copy link

@mcorner

Manually change the Contents.json to include this:

cordova-iOS v4.5.3 do it automatically, can you check it please

@mcorner
Copy link

mcorner commented Nov 13, 2017

Yes, I think it assigns it, but it still has an alpha channel until something like #109 gets done, or something better.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants