cordova-icon icon indicating copy to clipboard operation
cordova-icon copied to clipboard

icons generated, appear in simulator but app is rejected and shows cordova default icons

Open flippyhead opened this issue 8 years ago • 5 comments
trafficstars

Running cordova-icons works correctly, returning:

 Checking Project & Icon

  ✓  platforms found: ios
  ✓  icon.png exists
  ✓  config.xml exists

 Generating Icons for ios

  ✓  [email protected] created
  ✓  [email protected] created
  ✓  icon-small.png created
  ✓  icon-76.png created
  ✓  [email protected] created
  ✓  icon-72.png created
  ✓  [email protected] created
  ✓  icon-60.png created
  ✓  [email protected] created
  ✓  icon-50.png created
  ✓  [email protected] created
  ✓  icon-40.png created
  ✓  icon.png created
  ✓  [email protected] created
  ✓  [email protected] created
  ✓  [email protected] created
  ✓  [email protected] created

However after submitting to the AppStore the app shows the original cordova icon under "Included Assets" / "App Icon" and my app is rejected. I do not see the default cordova icons anywhere in Images.xcassets so am unsure what to do.

Thank you

flippyhead avatar Mar 22 '17 17:03 flippyhead

I would also note that the icons appear correctly when run on the simulator.

flippyhead avatar Mar 22 '17 17:03 flippyhead

Make sure you remove the platform and re-add it. Also double check that there is no entry inside of config.xml

hirbod avatar Jun 30 '17 11:06 hirbod

I'm having a similar issue. Output in console says everything is fine and generated. But nothing is write in the folder. I tried to remove and add platform again and stills the same. I'm working in a Mac.

felipefdagaianet avatar Oct 06 '17 13:10 felipefdagaianet

same issue here

ddsky avatar Jun 15 '18 12:06 ddsky

U have to include the app-store 1024px icon. Open Xcode, switch to imageasset catalag and drag & drop that 1024pt appstore icon (which will not be generated by this plugin)

hirbod avatar Jun 15 '18 12:06 hirbod