怎样上传App到AppStore

2018年4月2日 | 分类: 【技术】

iOS App 上架流程

https://www.cnblogs.com/oc-bowen/p/5999385.html

http://www.cocoachina.com/bbs/read.php?tid-1730468.html

1. xcode导入项目

双击.xcodeproj文件,但是双击.xcworkspace文件打开可以看到含插件的完整目录

2. 运行需第三方库管理工具CocoaPods支持

1. CocoaPods安装和使用教程:http://www.code4app.com/article/cocoapods-install-usage

2. Mac 下终端安装Ruby环境:https://www.cnblogs.com/daguo/p/4097263.html

3. 终端 cd 把项目app整个拖过来获得路径

4. 然后再 pod install(时间久)

3. 打包

1. 如需升级版本,改version,不需升级版本但须重新提交,改build+1
2. 测试版本:选上auto一项
3. 正式版本:去掉auto一项,两个profile里选择配置文件whoisdog

4. xcode打包IPA:

https://www.cnblogs.com/appuploader/p/7069597.html

5. 遇到的问题

1. Invalid Bundle. iPad Multitasking support requires these orientations: ‘UIInterfaceOrientationPortrait,UIInterfaceOrientationPortraitUpsideDown,UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight’. Found ‘UIInterfaceOrientationPortrait’ in bundle ‘xxxx’.——多任务不支持的解决方案:https://blog.csdn.net/zszeng/article/details/48760465

2. iOS上传到iTunes Connect 卡在Authenticating with the iTunes store——https://blog.csdn.net/xgb742951920/article/details/72622084