Start Developing Mac Apps -- Mac App Store Mac 应用商店

2023-03-15,,

<!--
a:link {color:#5872d2;text-decoration:none;} /* 未被访问的链接 */
a:visited {color:#5872d2;text-decoration:none;} /* 已被访问的链接 */
a:hover {color:#adbdf8;text-decoration:none;} /* 鼠标指针移动到链接上 */
a:active {color:#0000FF;text-decoration:none;}/* 正在被点击的链接 */
#translate{
font-family:“楷体”;
font-size: 15px;
font-weight:bold;
color:#004200;
}

#title{
font-family:“楷体”;
font-size:larger ;
font-weight:bold;
color:#ff9600;
}
-->

 

Mac App Store

The information you’ve read so far focused on how to create an app in Xcode. However, there are other things you must do to publish an app on the Mac App Store.

到目前为止你学习的都是关于如何在Xcode里创建一个应用程序。然而,还有一些其它的事情你必须完成才能把一个应用程序发布到Mac 应用商店

After you test and refine your code, you need to turn your Xcode project into something that users can install and run on their computer. To do this, you create certificates to sign your app, create an ID to identify your app, and collect information that you want the Mac App Store to display about your app. You submit your app through Xcode. Before it’s published, your app must be approved by Mac App Store reviewers.

当你的代码完成测试和提炼之后,你需要把你的Xcode项目转换成一些用户可以在它们的电脑上下载和运行的东西。为了实现这个,你需要创建一个证书来给你的应用程序签名, 创建一个ID来认证你的应用程序,以及收集你想要让Mac 应用商店显示的关于你的应用程序的信息(即软件介绍)。你通过Xcode上传你的应用程序。在它发布之前,你的应用程序必须经过Mac应用商店审核人员的审核。

Read This Article Now: Prepare for Mac App Store Submission describes the administrative aspects of developing apps for the Mac App Store.
现在开始阅读文章:Prepare for Mac App Store Submission。 该文章描述了Mac应用商店应用程序开发的各种管理方面。
 

Previous    Next

Start Developing Mac Apps -- Mac App Store Mac 应用商店的相关教程结束。

《Start Developing Mac Apps -- Mac App Store Mac 应用商店.doc》

下载本文的Word格式文档,以方便收藏与打印。