Kingyeung Chan

THINK GREAT THOUGHTS AND YOU WILL BE GREAT

大家好,我系Monster.Chan,一名来自中国的 iOS / AWS / Unity3D 开发者,就职于SAINSTORE。在不断修炼,努力提升自己


结合工作经验,目前写了《Getting Started with AWS》、《Websites & Web Apps on AWS》,欢迎试读或者购买

Application Loader无法上传解决方法

今天通过Application Loader提交应用,无奈怎么也无法上传,同时出现以下错误提示:

Cannot proceed with delivery: an existing transporter instance is currently uploading this package

无论Clearn All,重启,再重新Submit都是失败。最后发现原来是上传动作给UploadToken记录了,要采用以下方法解决:

  • 开启终端,到达你个人用户目录下
  • 输入ls -al,可以看到一个隐藏的目录.itmstransporter
  • cd .itmstransporter/UploadTokens
  • 输入ls,可以看到一个类似xxxxx.local_itunesConnectUSERxxxxxx.itmsp.token文件
  • sudo vi xxxxx.local_itunesConnectUSERxxxxxx.itmsp.token,将里面的内容删除,保存
  • 再启动Application Loader上传
最近的文章

Magento on the Cloud in scalable

I want to get Magento into the cloud and make it scalable. This decision come about as we believe performance is a large factor in conversion, coupled with server reliability and server uptime. You may ask "Why we should use aws? " It ha...…

继续阅读
更早的文章

Xcode Vector PDF

在iOS App展示效果中,图片一直是一个极其重要的元素。随着iPhone设备的迭代更新,屏幕在不断变大,分辨率在一直提高,在iPhone6、iPhone Plus发布前,但启动画面Default图片就需要@1x,@2x,568h@2x三个尺寸了,到了iPhone6,又多了一个尺寸,就是@3x图片。 为了保证App的j精致,为不同尺寸屏幕提供相应的图片时必不可少的,但作为开发者,如果遗忘了添加某个尺寸的图片将会严重影响App的展示效果,作为UI设计者,也要制作、切图这么多份,实在是增加不...…

继续阅读