Problem with 1024 icon for iOS

Problem with 1024 icon for iOS

by Sergio Comerón -
Number of replies: 6
Picture of Core developers Picture of Plugin developers

Since my last update of my Moodle custom app (based on Moodle mobile 3.4) when I upload the app for the iTunes connect I obtain a warning that say me app must include an 1024x1024px icon. Somebody has solve this problem? how?


lot of thanks!

Average of ratings: -
In reply to Sergio Comerón

Re: Problem with 1024 icon for iOS

by Sam Suresh -
Picture of Plugin developers

You app should include 1024 x 1024 icon in PNG format. 

Did you replace the right size? Can you check in you resources folder?


Reference: https://help.apple.com/xcode/mac/current/#/dev4b0ebb1bb

In reply to Sam Suresh

Re: Problem with 1024 icon for iOS

by Sergio Comerón -
Picture of Core developers Picture of Plugin developers

Hi Sam! thanks for your answer.

but yes, I created an 1024x1024 icon in my /www/resources/ios/icon folder and the warning still appears. It's very strange sad 

In reply to Sergio Comerón

Re: Problem with 1024 icon for iOS

by Sergio Comerón -
Picture of Core developers Picture of Plugin developers

for more information the warning is: 

"Missing App Store Icon - iOS Apps must include a 1024x1024px App Store Icon in PNG format. Without providing the icon in the Asset Catalog or via iTunes Connect, apps cannot be submitted for App Review or Beta App Review. Refer to https://developer.apple.com/ios/human-interface-guidelines/icons-and-images/app-icon/ for more information."



I found a solution here:

https://forums.adobe.com/thread/2437351

but for me don't run


Only if I open the project on Xcode and I put the icon I can upload to App Store without warning



In reply to Sergio Comerón

Re: Problem with 1024 icon for iOS

by Sergio Comerón -
Picture of Core developers Picture of Plugin developers

ok, beginner's mistake. 

I put the icon and the line in the config.xml but it did not compile again. Ups sorry shy

In reply to Sergio Comerón

Re: Problem with 1024 icon for iOS

by Juan Leyva -
Picture of Core developers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers

Hi,

if you fixed it pointing to cli-7.1.0, I'm sorry but that's not a valid solution, the app must use cli-6.5.0 or some plugins will fail.

In reply to Juan Leyva

Re: Problem with 1024 icon for iOS

by Sergio Comerón -
Picture of Core developers Picture of Plugin developers

Hi Juan, 

yes, I could only upload the icon with cli 7.1.0. But you're right, I've noticed that some plugins will not work. sad 


Thanks