How do I generate the executable file to upload to iTunes Connect?
This I have read. In fact I have used throughout the development process to test the app on my iPad.
What is not clear is which file you need to upload to iTunes Connect.
Or is it that I do not find the explanation.
I seem to remember posting to a similar question - have you tried a google search - “corona sdk - then your query”
T.
I have to search in Google? The solution would have to be here. I’ve read a lot of documents. It is all too tangled. Nothing is clear.
I managed to create distribution certificates. I completed all iTunes data attached. I sent the icons, screenshots, etc… I need to upload the executable.
What generates the Corona Simulator? What generates XCode? How? What are the next steps? Where is the help documents?
Using Corona SDK, do a File->Build->iOS.
Choose: Device
Make sure you are using a distribution profile (Not an AdHoc one).
Make a note of where the build will be saved to.
When it builds, it will pop up a dialog box giving you the option to upload the build not. Don’t choose to upload the build here.
Run the “Application Loader” app by hand.
Follow the steps. When you get to pick the file, navigate to where you had Corona SDK save the build to.
There will be two versions a .app and a .zip, pick the .zip version.
Perfect. Works, Bob.
Now what do I do with the zip file?
You use the “Application Loader” app to upload the file to iTunes Connect. Your app has to be marked ready to upload in iTunes connect first.
“Prepare to upload” he says. I have to wait then. Do you know that Apple takes time? Yesterday I did all the paperwork.
In iTunes Connect – If you have a blue button that says “Ready to upload Binary”, then you have to click that. On the next screen it will say “Prepare to upload” and you have to answer some questions and click the “Save” button. Then the app’s status will show “Waiting for upload”.
Now you can go to Corona SDK and do a Build. Then run Application Loader, select the app from the list. Open the .zip file version of the file Corona SDK output and it should upload it and submit it.
Rob
Ok.
Hay 6 botones:
Manage Game Center
Manage In-App Purchases
Newsstand Status
Rights and Pricing
Set Up iAd App Network
Transfer App
At the bottom, under the icon there will be “View Details”, clicking on that will give you the “Ready to upload” button.
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.