Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v1.6] Mobile config missing option for new Cordova iOS App Store icon #9196

Closed
markshust opened this issue Oct 9, 2017 · 3 comments
Closed
Milestone

Comments

@markshust
Copy link

The new "app store" 1024x1024 icon for Cordova is missing:
screen shot 2017-10-05 at 1 10 44 pm

I was able to get this new icon set by adding the following to mobile-config.js:

App.appendToConfig(`
  <platform name="ios">
    <icon height="1024" width="1024" src="../../../resources/splash/splash-1024x1024.png" />
  </platform>
`);

IMO this new icon should be added as a property of App.icons, ex: ios_appstore. This appears to be new in Xcode 9/iOS 11.

Without defining this icon, just building, archiving and submitting the build to iTunes Connect will result in Apple rejecting the build, warning that the "iOS App Store Icon" is missing. Referenced from #8728 (comment)

@janowsiany
Copy link
Contributor

Could you confirm you are using cordova-custom-config?

@markshust
Copy link
Author

Affirmative, without that it doesn't work

@skirunman
Copy link
Contributor

We are having the same issue. iOS launch screens are also out of date. I'll submit a PR to fix.

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

No branches or pull requests

4 participants