6
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

ストアアップロード時に「Cannot verify client」エラーが発生する

Posted at

前書き

XcodeのOrganizerから新規アプリを「Upload to App Store...」したところ、
以下のようなエラーが出て何度繰り返してもアップロードできませんでした。

iTunes Store operation failed
Cannot verify client

いろいろ調べたところ、

  • Xcodeを再起動する
  • Cleanして再ビルドする
  • 何度か繰り返してみる

などの解決方法がありましたが解消されませんでした。

解決方法

Xcode 7.1 “iTunes store operation failed you are not authorized to use this service”
http://stackoverflow.com/questions/33314221/xcode-7-1-itunes-store-operation-failed-you-are-not-authorized-to-use-this-serv

こちらの回答の一つとしてあった、Application Loaderを利用する方法でアップロードに成功しました。もしかすると、ipaのサイズが巨大過ぎたのが原因かもしれません。

  1. Archive
  2. Export
  3. Xcode menu --> Xcode --> Open Developer Tool --> Application Loader
  4. Double click "Deliver Your App" and choose the file exported in step #2
  5. click next and follow the instructions until the end

まず通常通りにArchiveした後で、AppStore用にExportします。
ss1.png

ss2.png

XcodeのメニューからApplication Loaderを起動します。

スクリーンショット 2016-01-20 17.43.04.png

あとはExportしたipaを、「Deliver Your App」(App をデリバリ)から選択すればアップロードできます。

6
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?