Powered by Google

2012年4月23日月曜日

iphone アプリ申請手順 Xcode4.3

iPhoneアプリの申請をしてみたので手順が
多いのでログかねて情報展開します。

※前提としてはiOS Developer Program は既に購入している手順となります。


1 証明書の作成をする。

・Macでキーチェーンアクセスを起動
アプリケーション→ユーティリティ→キーチェーンアクセスで起動できます。

・上部メニューから
キーチェーンアクセス→証明書アシスタント→認証局に証明書を要求



・Member Centerにログインするときのメール
自分の名前(日本語でも英語でもいい)
CAのメールアドレスには何も入れない。
ディスクに保存にチェックを入れて続けるをクリック。

注意!ここで気をつけておかないといけないのはこの証明書は
開発テスト用と公開用を作っておかないといけません。
私はここで1つしか作っていなくて、後々はまりました。
同じように手順を紹介しているブログ等でもこの手順のことを
あまり強調して書いてくれてません。注意したほうがいいです。

XXX-CertificateSigningRequest.certSigningRequestという名前の
証明書要求用のファイルができます。

・Member Centerにログインする
http://developer.apple.com/membercenter/

・「iOS Provisioning Portal」の「Certificate」で「Distribution」を選択し、
「Request Certificate」ボタンをクリックして「証明書要求」をアップロード

・アップロードした証明書の Status が「Issued」になったことを確認

・「Download」ボタンをクリックして「証明書(distribution_identity.cer)」
をダウンロード

・ダウンロードした証明書をダブルクリックして、キーチェーンに証明書を追加

2 プロビジョニングプロファイルの作成

・「iOS Provisioning Portal」の「Provisioning」の「Distribution」タブで
「New Profile」ボタンをクリック。

・「Distribution Method」は「App Store」を選択、「Profile Name」には
適当な名前を入力、「App ID」は該当するものを選択する。



・しばらく待つと、上記ページに「Download」ボタンが表示されるので、
プロビジョニングプロファイル(xxxxx.mobileprovision)をダウンロード。

・ダウンロードしたプロビジョニングプロファイルをダブルクリックして、
Xcodeのオーガナイザに追加する。(自動で追加される)




※Xcodeを起動して[ウィンドウ]-[オーガナイザ]で、[Provisioning Profiles]に
追加されていることを確認

これで準備OK

3 iTunes Connectで、アプリの新規登録



・「Manage Your Applications」から「Add New App」ボタンをクリック


・初めてアプリを登録する場合、下記2点の入力を求められます
・「Primary Language」を「English」に設定
・「company」または「developer name」を入力(App Storeに表示される?)

・ アプリ情報を入力する
・「App Name」にアプリ名を入力
・「SKU Number」に適当な(他のアプリとかぶらない)番号を入力
・「Bundle ID」に該当するものを選択

・「Availability Date」にApp Storeでの公開日を指定
・「Price Tier」で価格を指定
・「Discount for Educational Institutions」は教育機関向けの割引?
・「Version Number」にバージョン番号を指定(Xcodeプロジェクトと同一の数字)
・「Description」にアプリに関する説明を入力
・「Primary Category」でカテゴリを選択
・「Secondary Category」でサブカテゴリを選択
・「Keywords」にキーワードを入力(カンマ区切り)で入力
・「Copyright」にコピーライトを入力(英語)
・「Contact Email Address」にメールアドレスを入力
・「Support URL」アプリのサポートのためのサイトを入力
・「App URL (optional)」アプリの紹介サイトを入力
・「Review Notes (optional)」にアプリ審査の為の追加情報(?)があれば記入
・「Rating」でレーティングを指定
・「EULA」End User License Agreementの指定があれば記入
・「Images」でスクリーンショットをアップロード

・「Ready to Upload Binary」ボタンをクリック

・ 暗号化技術に関する質問画面が表示されたら「No」を選択

・「Continue」をクリックし、アプリの「Status」が「Waiting For Upload」になっていることを確認

・登録したアドレス宛に「Your app status is Waiting For Upload」というメールが届くことを確認

4 アプリを公開用にビルドしてアップロード

・「Code Signing」の「Distribution」の「Any iOS」を適切に設定する。
作成したプロビジョニングファイルを選択

・ Xcodeの画面左上(Stopボタン横)のドロップダウンリストから「Edit Scheme」
を選択し、上のメニューのProduct→「Archive」を実行


・ビルドが完了すると「Organizer」が自動で開くので、今ビルドしたアーカイブを選択して
「Validate」ボタンをクリック

・iTunes Connectのユーザー名とパスワードを入力

・「Identify」に該当するものを選択し「Next」をクリック。Validation の成功が
表示されたら「Finish」 ボタンをクリック。
オーガナイザの「Status」に「Passed Validation」と表示される。

※ここで私ははまりました。成功しないため最初から証明書を作り直したりと
半日くらいさまよってました。原因は証明書ファイルを開発用と公開用で
わけていなかったからのようです。

・引き続きオーガナイザで、「Submit」ボタンをクリック。

・先ほどと同様に、iTunes Connectのユーザー名とパスワードを確認して「Next」をクリック

・先ほどと同様に、「Identify」に該当するものを選択して「Next」をクリック

・アップロードが完了したら、「Finish」ボタンをクリック。オーガナイザダイアログ
の「Status」が「Submitted」になったことを確認。

・iTunes Connectにログインし、該当するアプリの「Status」が
「Waiting for Review」と表示されている事を確認。

・登録したアドレス宛に「Your app status is Waiting For Review」というメールが届くことを確認。


はじめてのアプリ申請。ネット上に色々と情報があるわりにはバージョンが河って
やりかたに差異があったりと、結構苦労しました。

とにかく、あとは早く審査通過を待つばかりです。

39 件のコメント:

  1. Heya i am for the first time here. I found this board and I find It truly
    useful & it helped me out much. I hope to give something back and aid others
    like you helped me.

    Also visit my blog post http://kawa-koc-ksiazka.blogspot.com/2012/11/liebster-blog-jakze.html

    返信削除
  2. I'm extremely pleased to find this web site. I wanted to thank you for ones time for this wonderful read!! I definitely savored every bit of it and i also have you saved to fav to check out new things on your site.

    Look into my site :: 2013rolexfreeshippig.com

    返信削除
  3. It's genuinely very difficult in this active life to listen news on TV, therefore I just use world wide web for that reason, and obtain the most up-to-date news.

    Stop by my blog :: ロレックスレプリカ

    返信削除
  4. My partner and I stumbled over here different page and thought I might check things out.
    I like what I see so i am just following you. Look forward to checking out your web page for a second time.


    Feel free to surf to my blog post - プラダ トートバッグ

    返信削除
  5. Howdy this is somewhat of off topic but I was wanting to know if blogs use WYSIWYG editors or if
    you have to manually code with HTML. I'm starting a blog soon but have no coding skills so I wanted to get advice from someone with experience. Any help would be greatly appreciated!

    My webpage; 激安プラダ バッグ

    返信削除
  6. Hello! Do you use Twitter? I'd like to follow you if that would be ok. I'm definitely enjoying your
    blog and look forward to new updates.

    Here is my weblog :: rolexスーパーコピー

    返信削除
  7. It's awesome for me to have a web page, which is valuable designed for my know-how. thanks admin

    Here is my webpage - monster beats

    返信削除
  8. Someone necessarily assist to make severely posts I'd state. This is the first time I frequented your web page and to this point? I amazed with the analysis you made to make this particular publish incredible. Wonderful job!

    Feel free to visit my web blog :: michael kors mens watches

    返信削除
  9. Hi, Neat post. There's a problem with your site in internet explorer, would test this� IE still is the market leader and a good portion of people will miss your wonderful writing due to this problem.

    Have a look at my homepage :: nike hyperdunk

    返信削除
  10. Hi, Neat post. There's a problem with your site in internet explorer, would test this� IE still is the market leader and a good portion of people will miss your wonderful writing due to this problem.

    Stop by my site - nike hyperdunk

    返信削除
  11. You made a number of good points there. I did a search on the theme and found
    a good number of persons will have the same opinion with your blog.


    My blog post :: michael kors watches for men

    返信削除
  12. Pretty part of content. I just stumbled upon your blog and in accession capital to assert that I get actually loved account your weblog posts.
    Anyway I�ll be subscribing on your augment or even I success you access consistently quickly.


    my homepage; michael kors reversible belt

    返信削除
  13. magnificent post, very informative. I wonder why the other specialists of this sector do not notice this.
    You should continue your writing. I am confident, you've a great readers' base already!


    Visit my web blog - michael kors crossbody fulton

    返信削除
  14. I have been surfing online more than 4 hours today, yet I never found any interesting article like yours.
    It's pretty worth enough for me. In my opinion, if all website owners and bloggers made good content as you did, the web will be much more useful than ever before.

    Also visit my blog post: prada バッグ

    返信削除
  15. You have made some really good points there.
    I checked on the internet for additional information about the issue and found most people will go along with your views on this web site.


    Feel free to visit my weblog :: ジョーダン

    返信削除
  16. I love your blog.. very nice colors & theme.
    Did you create this website yourself or did you hire someone to do it for you?
    Plz respond as I'm looking to design my own blog and would like to know where u got this from. appreciate it

    Here is my weblog :: プラダ

    返信削除
  17. Howdy would you mind letting me know which webhost you're using? I've loaded your blog in 3 completely different browsers and I must
    say this blog loads a lot quicker then most. Can you recommend a good hosting provider at a reasonable price?
    Thanks, I appreciate it!

    My web-site nike air max 2013

    返信削除
  18. Excellent post. I was checking constantly this weblog and
    I am inspired! Very helpful information specifically the closing section :)
    I maintain such information much. I was seeking this particular information for a very long time.
    Thanks and best of luck.

    my webpage lebron james shoes

    返信削除
  19. Hey! I just wanted to ask if you ever have any problems with hackers?
    My last blog (wordpress) was hacked and I ended up losing a few months of hard work due to no
    data backup. Do you have any methods to stop hackers?

    Have a look at my webpage red bottom shoes

    返信削除
  20. Hi there, I enjoy reading through your post. I wanted to write a little comment to support you.


    My page: www.soconnect.org

    返信削除
  21. Hello are using Wordpress for your site platform? I'm new to the blog world but I'm
    trying to get started and set up my own. Do you need any html coding knowledge to make your own
    blog? Any help would be greatly appreciated!

    Here is my page: プラダ バッグ

    返信削除
  22. Wonderful goods from you, man. I have understand your stuff previous to and you're just extremely great. I actually like what you've acquired here, really
    like what you are saying and the way in which you say it.
    You make it enjoyable and you still care for to
    keep it smart. I can't wait to read much more from you. This is really a terrific site.

    Check out my web page ... kobe bryant shoes

    返信削除
  23. I precisely wanted to thank you so much once
    again. I'm not certain the things I could possibly have achieved without the tips and hints provided by you relating to such a area of interest. Certainly was an absolute horrifying difficulty in my opinion, however , encountering a new professional form you handled the issue made me to jump over delight. I'm
    just happier for the advice and as well , sincerely hope you realize what
    a great job that you are accomplishing training the mediocre ones with the aid of a site.
    Most probably you haven't met any of us.

    Also visit my web page michael kors uk

    返信削除
  24. I have been surfing online more than 3 hours as
    of late, but I by no means discovered any attention-grabbing article
    like yours. It's lovely worth sufficient for me. Personally, if all website owners and bloggers made good content as you probably did, the web will probably be much more helpful than ever before.

    Here is my page :: ロレックスコピー

    返信削除
  25. I take pleasure in, cause I discovered just what I was having a look for.
    You have ended my four day long hunt! God Bless you man.

    Have a nice day. Bye

    Also visit my webpage: michael kors uk

    返信削除
  26. Appreciating the dedication you put into your blog and detailed information you
    provide. It's nice to come across a blog every once in a while that isn't the same out of date
    rehashed material. Excellent read! I've saved your site and I'm adding
    your RSS feeds to my Google account.

    Look at my blog post: michael kors sale

    返信削除
  27. Hi, Neat post. There's a problem with your website in internet explorer, would check this� IE still is the market leader and a big portion of people will miss your wonderful writing due to this problem.

    Feel free to visit my homepage supra skytop shoes

    返信削除
  28. Greetings, I think your site could be having internet browser compatibility issues.
    Whenever I take a look at your web site in Safari,
    it looks fine however, when opening in IE, it's got some overlapping issues. I just wanted to give you a quick heads up! Other than that, fantastic website!

    Visit my web page :: ジョーダン

    返信削除
  29. Thank you for some other excellent post. The place else may just anybody
    get that type of information in such a perfect approach of writing?
    I've a presentation next week, and I am at the look for such information.

    Here is my web site; harmonygardensjamaica.blogspot.fr

    返信削除
  30. I know this web page offers quality dependent content and
    extra material, is there any other web page which gives such data
    in quality?

    my web site; diet plans that work

    返信削除
  31. Wonderful site. Lots of useful information here. I'm sending it to several buddies ans also sharing in delicious. And certainly, thanks on your sweat!

    Feel free to visit my site ... diet plans that work fast

    返信削除
  32. Hi, I think your site might be having browser
    compatibility issues. When I look at your website in Chrome, it looks fine but when opening
    in Internet Explorer, it has some overlapping.
    I just wanted to give you a quick heads up! Other
    then that, very good blog!

    my blog ... http://www.snalc.it

    返信削除
  33. It is perfect time to make some plans for the
    longer term and it's time to be happy. I've learn this
    post and if I may I desire to suggest you some fascinating things or
    suggestions. Perhaps you can write subsequent articles
    referring to this article. I want to learn more
    issues about it!

    my web blog ... chanel バッグ

    返信削除
  34. Howdy just wanted to give you a quick heads up and let you know a few of the pictures
    aren't loading properly. I'm not sure why but I think its a linking issue.
    I've tried it in two different internet browsers and both show the same results.

    Feel free to visit my webpage ::

    返信削除
  35. Hello, I enjoy reading all of your article post.
    I wanted to write a little comment to support you.



    My homepage :: walking calculator

    返信削除
  36. I think the admin of this website is actually working hard for his web site, as here every data
    is quality based stuff.

    Here is my site; monster ヘッドホン

    返信削除
  37. I savour, cause I discovered just what I used to be looking for.
    You've ended my four day lengthy hunt! God Bless you man. Have a great day. Bye

    Feel free to visit my web page ... シャネル販売

    返信削除
  38. Very nice article, exactly what I wanted to
    find.

    Feel free to visit my site ... サングラス

    返信削除
  39. Hi there! I simply want to give an enormous thumbs up for the good
    data you’ve here on this post. I will be coming again to your weblog for more soon.


    Also visit my webpage outdoor lighting transformer home depot

    返信削除