how to create binary of iphone application

后端 未结 3 2011
被撕碎了的回忆
被撕碎了的回忆 2020-12-28 21:54

On reading the iTunesConnect_DeveloperGuide.pdf, i came across the term binary. This is the paragraph found in the pdf:

To submit your application throu

3条回答
  •  粉色の甜心
    2020-12-28 22:52

    This is the method I found out. Please correct me if there is any mistake:

    Find the file ending in ".app" in the Products folder of your application in Xcode. Right-click on it and choose Show In Finder. From there, right-click again and choose Compress.

    The resulting zipped file is the binary of your iphone application.

提交回复
热议问题