how to create .ipa file from Corona SDK

╄→尐↘猪︶ㄣ 提交于 2019-12-12 04:53:19

问题


Please tell me how to create .ipa file instead of .app file in Corona SDK? and how to submit Corona Application in Appstore?


回答1:


I got a solution for creating .ipa file while creating build file from Corona. Steps are given below -

  • Step 1 - Create a .app file
  • Step 2 - Create a folder with name "Payload"
  • Step 3 - Compress the "Payload" folder and rename it to your file name.ipa from "Payload.zip".



回答2:


You need to go Corona Simulator -> File -> Build ->iOS

If you are going to get the build with distribution profile, corona will create compressed file for you so you can download it directly with application loader.




回答3:


You need to have paid version of corona and you should use macOS. When you have those, the rest is easy



来源:https://stackoverflow.com/questions/15826646/how-to-create-ipa-file-from-corona-sdk

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!