Spanish [SOLUCIONADO]Subir App a App Store

Jorgelcr

Active Member
Licensed User
Longtime User
Hola,

Tengo una app que quiero subir a app store y me da erro la subida, hago los pasos según el tutorial ( https://www.b4x.com/android/forum/threads/publishing-your-app-to-the-app-store.57528/#content )pero da fallo al subir. Os explico los pasos que sigo por si alguien puede ayudarme.

- He instalado la app en un movil en modo Release y he comprobado que funciona correctamente.
- He creado un certificado para distribucion y lo he puesto en la carpeta de keys.
- He añadido el siguiente codigo en Region Project Attributes
#If RELEASE
#ProvisionFile: criollo.mobileprovision
#END IF

- Compilo aplicacion
- Descargo el fichero Archive.zip
- Creo el password especifico
- Subir aplicacion a itunes connect: introduzco mi id de usuario,la contraseña (password especifico)y eligo el archive.zip que acabo de descargar.

Empieza a subir y cuando lleva un rato muestra el siguiente error:

Package Summary:

1 package(s) were not uploaded because they had problems:
/var/folders/lj/wrbzzxds6b53f88_rx3x7c800000gn/T/AA625EA5-5CBE-4119-BBE6-E6BD84D444A2/1546933924.itmsp - Error Messages:
ERROR ITMS-90704: "Missing App Icon. An app icon measuring 1024 by 1024 pixels in PNG format must be included in the Asset Catalog of apps built for iOS, iPadOS, or watchOS. Without this icon, apps cannot be submitted for review. For details, see https://developer.apple.com/ios/human-interface-guidelines/icons-and-images/app-icon/."
2020-12-31 03:36:20.896 altool[67462:106845047] *** Error: Errors uploading 'C:\criollo\appprueba\Criollo\B4i\Objects\Archive - copia\El Criollo.ipa': (
"Error Domain=ITunesTransporterErrorDomain Code=-18000 \"ERROR ITMS-90704: \"Missing App Icon. An app icon measuring 1024 by 1024 pixels in PNG format must be included in the Asset Catalog of apps built for iOS, iPadOS, or watchOS. Without this icon, apps cannot be submitted for review. For details, see https://developer.apple.com/ios/human-interface-guidelines/icons-and-images/app-icon/.\"\" UserInfo={NSLocalizedRecoverySuggestion=ERROR ITMS-90704: \"Missing App Icon. An app icon measuring 1024 by 1024 pixels in PNG format must be included in the Asset Catalog of apps built for iOS, iPadOS, or watchOS. Without this icon, apps cannot be submitted for review. For details, see https://developer.apple.com/ios/human-interface-guidelines/icons-and-images/app-icon/.\", NSLocalizedDescription=ERROR ITMS-90704: \"Missing App Icon. An app icon measuring 1024 by 1024 pixels in PNG format must be included in the Asset Catalog of apps built for iOS, iPadOS, or watchOS. Without this icon, apps cannot be submitted for review. For details, see https://developer.apple.com/ios/human-interface-guidelines/icons-and-images/app-icon/.\", NSLocalizedFailureReason=ERROR ITMS-90704: \"Missing App Icon. An app icon measuring 1024 by 1024 pixels in PNG format must be included in the Asset Catalog of apps built for iOS, iPadOS, or watchOS. Without this icon, apps cannot be submitted for review. For details, see https://developer.apple.com/ios/human-interface-guidelines/icons-and-images/app-icon/.\"}"
)


Por lo que entiendo falta el icono de la app pero yo lo tengo en la carpeta special y cuando instalo la app en mi movil muestra el icono
 
Top