Problem with 1024 icon for iOS

Problem with 1024 icon for iOS

Sergio Comerón -
回帖数:6
Core developers的头像 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!

回复Sergio Comerón

Re: Problem with 1024 icon for iOS

Sam Suresh -
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

回复Sam Suresh

Re: Problem with 1024 icon for iOS

Sergio Comerón -
Core developers的头像 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 伤心 

回复Sergio Comerón

Re: Problem with 1024 icon for iOS

Sergio Comerón -
Core developers的头像 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



回复Sergio Comerón

Re: Problem with 1024 icon for iOS

Sergio Comerón -
Core developers的头像 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 害羞

回复Sergio Comerón

Re: Problem with 1024 icon for iOS

Juan Leyva -
Core developers的头像 Moodle HQ的头像 Particularly helpful Moodlers的头像 Plugin developers的头像 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.

回复Juan Leyva

Re: Problem with 1024 icon for iOS

Sergio Comerón -
Core developers的头像 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. 伤心 


Thanks