AlexDisler / cordova-icon

Automatic icon resizing for Cordova
MIT License
689 stars 292 forks source link

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

Open flippyhead opened 7 years ago

flippyhead commented 7 years ago

Running cordova-icons works correctly, returning:

 Checking Project & Icon

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

 Generating Icons for ios

  ✓  icon-small@3x.png created
  ✓  icon-small@2x.png created
  ✓  icon-small.png created
  ✓  icon-76.png created
  ✓  icon-72@2x.png created
  ✓  icon-72.png created
  ✓  icon-60@2x.png created
  ✓  icon-60.png created
  ✓  icon-50@2x.png created
  ✓  icon-50.png created
  ✓  icon-40@2x.png created
  ✓  icon-40.png created
  ✓  icon.png created
  ✓  icon-60@3x.png created
  ✓  icon-76@2x.png created
  ✓  icon@2x.png created
  ✓  icon-83.5@2x.png 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 commented 7 years ago

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

hirbod commented 7 years ago

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

felipefdagaianet commented 6 years ago

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.

ddsky commented 6 years ago

same issue here

hirbod commented 6 years ago

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)