ok
Mandé la aplicación y me contestan esto:
Dear developer,
We have discovered one or more issues with your recent delivery for “MateMagic”. Your delivery was successful, but you may wish to correct the following issues in your next delivery:
Missing recommended icon file - The bundle does not contain an app icon for iPad of exactly ‘152x152’ pixels, in .png format for iOS versions >= 7.0.
Missing recommended icon file - The bundle does not contain an app icon for iPad of exactly ‘76x76’ pixels, in .png format for iOS versions >= 7.0.
Missing Push Notification Entitlement - Your app appears to include API used to register with the Apple Push Notification service, but the app signature’s entitlements do not include the “aps-environment” entitlement. If your app uses the Apple Push Notification service, make sure your App ID is enabled for Push Notification in the Provisioning Portal, and resubmit after signing your app with a Distribution provisioning profile that includes the “aps-environment” entitlement. See “Provisioning and Development” in the Local and Push Notification Programming Guide for more information. If your app does not use the Apple Push Notification service, no action is required. You may remove the API from future submissions to stop this warning. If you use a third-party framework, you may need to contact the developer for information on removing the API.
If you would like to update your binary for this app, you can reject this binary from the Binary Details page in iTunes Connect. Note that rejecting your binary will remove your app from the review queue and the review process will start over from the beginning when you resubmit your binary.
Regards,
The App Store team
¿Cuál debe ser la resolución de los dos íconos qué hace hincapié apple?
You need to include all the right icons. Please see this guide:
http://docs.coronalabs.com/guide/distribution/buildSettings/index.html#custom-app-icons
Rob
Si Rob, ya había leído eso. El problema es que subí la aplicación y me devuelven esto: Hay tres problemas: Dear developer, We have discovered one or more issues with your recent delivery for “MateMagic”. Your delivery was successful, but you may wish to correct the following issues in your next delivery: Missing recommended icon file - The bundle does not contain an app icon for iPad of exactly ‘152x152’ pixels, in .png format for iOS versions >= 7.0. Missing recommended icon file - The bundle does not contain an app icon for iPad of exactly ‘76x76’ pixels, in .png format for iOS versions >= 7.0. Missing Push Notification Entitlement - Your app appears to include API used to register with the Apple Push Notification service, but the app signature’s entitlements do not include the “aps-environment” entitlement. If your app uses the Apple Push Notification service, make sure your App ID is enabled for Push Notification in the Provisioning Portal, and resubmit after signing your app with a Distribution provisioning profile that includes the “aps-environment” entitlement. See “Provisioning and Development” in the Local and Push Notification Programming Guide for more information. If your app does not use the Apple Push Notification service, no action is required. You may remove the API from future submissions to stop this warning. If you use a third-party framework, you may need to contact the developer for information on removing the API. If you would like to update your binary for this app, you can reject this binary from the Binary Details page in iTunes Connect. Note that rejecting your binary will remove your app from the review queue and the review process will start over from the beginning when you resubmit your binary. Regards, The App Store team Los iconos están bien. Los comparé con los que traen las aplicaciones que manda Corona en la carpeta de ejemplos. No entiendo donde está el error. Revisé la resolución, 72 DPI. Revisé el tamaño: 152 x 152 y 76 x 76. Están en png. El tercer requerimiento podría pasarlo por alto porque la aplicación en ningún momento hace uso de las notificaciones que dice Apple. Igual sería bueno saber como hay que hacer con la API, para desactivarla o quitarla.
You need to follow the guide above. Put that block of code in your build.settings and provide all the icons with those names and you should be good to go.
Rob
Mirá: Este es el build.setting de mi aplicación: settings = { orientation = {default = “landscapeLeft”, supported = { “landscapeRight”, “landscapeLeft”,} }, iphone = { plist = { UIAppFonts = { “DroidSansMono.ttf”}, UIStatusBarHidden = true, UIPrerenderedIcon = false, – set to false for “shine” overlay { CFBundleIconFile = “Icon-76.png”, CFBundleIconFiles = { “Icon-Small-40.png”, “Icon-Small-40@2x.png”, “Icon-72.png”, “Icon-72@2x.png”, “Icon-76.png”, “Icon-76@2x.png”, “Icon-Small-50.png”, “Icon-Small-50@2x.png”, }, }, }, Creo no necesitar otros iconos ya que la aplicación es para iPad solamente.
settings = { orientation = { default = "landscapeLeft", supported = { "landscapeRight", "landscapeLeft", } }, iphone = { plist = { UIAppFonts = { "DroidSansMono.ttf" }, UIStatusBarHidden = true, UIPrerenderedIcon = false, -- set to false for "shine" overlay CFBundleIconFile = "Icon-76.png", CFBundleIconFiles = { "Icon-Small-40.png", "Icon-Small-40@2x.png", "Icon-72.png", "Icon-72@2x.png", "Icon-76.png", "Icon-76@2x.png", "Icon-Small-50.png", "Icon-Small-50@2x.png", }, }, }, }
Should work for you. You just need to make sure to include icons you’ve listed with those names and the sizes in the document above.
What i mean is that for finding forum posts - i find a google search that starts with "Corona SDK … " is very useful for tracking down previous posts of people who may have had similar problems that were solved. I use this approach all the time.
T.
Créeme que están en la carpeta con el tamaño que especifica el archivo Build.setting. Ya los revisé. Tenía ganas de borrar la aplicación subida y volver a subirla. Sería bueno que Apple especifique cual es el problema real con los iconos. Da la impresión que la respuesta la hace en base a algún cálculo o enlace a través de software y no un ser humano. Es raro. Muy raro. Gracias, Bob. Espectacular lo tuyo y lo de la persona que traduce. Un saludo desde Argentina.
Ah, ahora entendí ToeKnee. Gracias por tu ayuda. Costó pero hemos avanzado bastante.