I find invaild upload in recently sumbit binary to apple

please find below two message find in the email of invalid upload.

Please kindly help.

I’m uploading my app using 320 x 480 in config.lua. Also the graphic image is ready for iPhone 5 4" size requiremtn already. Don’t know why it still have problem. I think this is auto email and find it ``i’m using 320x 480. If they open my app should not find this is a problem.

What I can do to solve this.

Thanks in advance.

JC


iPhone 5 Optimization Requirement  - Your binary is not optimized for iPhone 5. As of May 1, all new iPhone apps and app updates submitted must support the 4-inch display on iPhone 5. All apps must include a launch image with the -568h size modifier immediately following the <basename> portion of the launch image’s filename. Launch images must be PNG files and located at the top-level of your bundle, or provided within each .lproj folder if you localize your launch images. Learn more about iPhone 5 support and app launch images by reviewing the iOS Human Interface Guidelines and iOS App Programming Guide.

Though you are not required to fix the following issues, we wanted to make you aware of them:

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.

Hi @mycorona,

  1. Are you 100% positive that you included the iPhone5 “tall” launch image, named exactly as stated, with the width and height in “portrait” even if the app itself is landscape? See here under “Launch Images”:

http://docs.coronalabs.com/guide/distribution/buildSettings/index.html

  1. If you don’t plan to use push notifications, then you should probably go disable that option in the app’s profile in the iOS Dev Center. As they state, this is just a friendly reminder, but you may just want to turn it off unless you plan to use the feature at some point.

Back to #1, even if you included the iPhone5 tall launch image, Apple may be rejecting the app if it appears to not be utilizing the entire iPhone5 screen. If you’ve designed it with obvious “letterbox bars” or the content isn’t aligning properly, then Apple is probably going to continue rejecting it until you resolve that.

Hope this helps somewhat,

Brent

You can safely ignore the push notification entitlement message.

Hi @mycorona,

  1. Are you 100% positive that you included the iPhone5 “tall” launch image, named exactly as stated, with the width and height in “portrait” even if the app itself is landscape? See here under “Launch Images”:

http://docs.coronalabs.com/guide/distribution/buildSettings/index.html

  1. If you don’t plan to use push notifications, then you should probably go disable that option in the app’s profile in the iOS Dev Center. As they state, this is just a friendly reminder, but you may just want to turn it off unless you plan to use the feature at some point.

Back to #1, even if you included the iPhone5 tall launch image, Apple may be rejecting the app if it appears to not be utilizing the entire iPhone5 screen. If you’ve designed it with obvious “letterbox bars” or the content isn’t aligning properly, then Apple is probably going to continue rejecting it until you resolve that.

Hope this helps somewhat,

Brent

You can safely ignore the push notification entitlement message.