cordova-icon
cordova-icon copied to clipboard
icons generated, appear in simulator but app is rejected and shows cordova default icons
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
I would also note that the icons appear correctly when run on the simulator.
Make sure you remove the platform and re-add it. Also double check that there is no entry inside of config.xml
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.
same issue here
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)