how to create binary of iphone application

后端 未结 3 2014
被撕碎了的回忆
被撕碎了的回忆 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条回答
  •  Happy的楠姐
    2020-12-28 22:35

    In this case, what Apple really means is the complete Application Bundle. You create it by building your project with XCode for the iPhone OS target. Don't forget to sign it for App Store Distribution during the XCode build process, as described in Apple's iTunes Connect / Developer Pogram Portal documentation.

提交回复
热议问题