Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在学习 Sencha Touch 并尝试部署到实际设备。
尝试遵循此文档并打包应用程序以进行部署,我对 AppID 感到迷茫。
如何获取 AppID,以便可以使用以下代码打包我的应用程序:
sencha cordova init ???
应用 ID 以及其他几个概念(例如证书、捆绑包和配置文件)属于 Apple 的移动应用程序开发、测试和分发过程。
我强烈建议您先阅读本文,以大致了解其工作原理:
https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/Introduction/Introduction.html
当你这样做时,这些步骤可以总结为以下几点: