是否有(可能是官方的)向 App Store 提交应用程序的清单和指南?
我大约两年前提交了一份,但几乎什么都不记得了。只是这非常困难,并且必须考虑无数的事情。
现在我们有了通用的 iPhone / iPad 二进制文件。
也许有人可以指出一些资源,这些资源可以很好地快速概述必须检查/完成的内容?
对于有用的清单,需要考虑一些事项:
确保 NSZombiesEnabled 为“否”
...还有什么?
I submitted one almost 2 years ago and remember next to nothing. Just that it was very hard and that about a gazillion things had to be considered.
Now we have a universal iPhone / iPad binary.
Maybe someone can point out some resources which give a good and quick overview of what has to be checked / done?
Some things that come to mind for a useful checklist:
Make sure NSZombiesEnabled is NO
... what else?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
https://ontestpad.com/library/201/ios-app-store -提交清单
https://ontestpad.com/library/201/ios-app-store-submission-checklist
另一件没有提到的重要事情是,
Xcode 4
可以在将您的应用程序提交到 App Store 之前对其执行一些验证。归档应用程序后,您可以转到 Xcode 的管理器并“验证”应用程序。这可以为您节省大量宝贵的时间。
干杯。
Another important thing that hasn't been mentioned is that
Xcode 4
can perform some validation to your Application before submitting it to the App Store.After you have archived the App, you can go to Xcode's Organizer and "Validate" the App. That can save you a lot of valuable time.
Cheers.
查看这篇博客文章,它对我很有用:blogpost
它包含用于提交应用程序以及启动新应用程序的非常详细的列表。
它包含这样一些有用的点:
我现在还发现了其他有用的链接:
APNS
Check this blog post, it was useful for me: blogpost
It contains very detailed lists for submitting apps, and also for starting a new app.
It contains such a useful points:
Also I found other useful link now:
APNS