[已解决]创建iOS生产环境的开发证书p12文件
crifan 9年前 (2016-04-08) 3008浏览 0评论
然后需要去创建对应的iOS生产环境的开发证书==生产环境的p12文件 “All App IDs that you want to enable for remote notifications require their own Apple Pu...
crifan 9年前 (2016-04-08) 3008浏览 0评论
然后需要去创建对应的iOS生产环境的开发证书==生产环境的p12文件 “All App IDs that you want to enable for remote notifications require their own Apple Pu...
crifan 9年前 (2016-04-08) 3219浏览 0评论
之前代码: let JpushAppKey:String = "3axxxda3" // masterSecret: 75byyyye98e5 let JpushChannel:String = "...
crifan 9年前 (2016-04-08) 2979浏览 0评论
别人在 git stash 后,又去修改了一些文件导致在 git pull 后的 git stash pop 出错: Admin@Admin-ZY MINGW64 /d/android home/project/jiandao (master)...
crifan 9年前 (2016-04-08) 2207浏览 0评论
iOS APP提交上架最新流程 | App Store经验交流 – CocoaChina CocoaChina_让移动开发更简单 iOS App上架流程 – Running2Snail – 博客园 iTunes C...
crifan 9年前 (2016-04-08) 1499浏览 0评论
iTunes Connect 去 资源和帮助中看看: 转载请注明:在路上 » 【记录】登录iTunes Connect管理和发布app...
crifan 9年前 (2016-04-08) 3777浏览 0评论
provisioning profiles,都是空的,因为没创建过: 切换账号: 好像暂时不用。。。 因为此处Xcode中,又不去上传app 而是通过网页登录iTunes Connect中,上传app去审核的。 到时候再用该账号即可。 感觉还...
crifan 9年前 (2016-04-08) 2041浏览 0评论
ios how to calculate build number Technical Note TN2420: Version Numbers and Build Numbers “Definitions For each new version ...
crifan 9年前 (2016-04-08) 2524浏览 0评论
iOS 中的要求是: 三位数字:x.x.x 主版本号:主要更新,新功能 次版本号:次要更新,次功能 维护发布版本号: Configuring Your Xcode Project for Distribution “The version numbe...
crifan 9年前 (2016-04-08) 2601浏览 0评论
折腾: [记录]Xcode中添加新开发账号 中,出错: 先去fix issue No code signing identities found No valid signing identities (i.e. certificate and p...
crifan 9年前 (2016-04-08) 5446浏览 0评论
[已解决]git stash pop出错:needs merge unable to refresh index 之后,提交失败: The local repository is out of date Make sure all changes h...