<?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-7316253896918586048</atom:id><lastBuildDate>Thu, 19 Dec 2024 03:30:19 +0000</lastBuildDate><category>デザインWEB</category><category>iPhone</category><category>お役立ちサイト</category><category>アプリ開発</category><category>マーケティング</category><category>販売促進</category><category>Apple</category><category>Xcode</category><category>facebook</category><category>クラウド</category><category>API</category><category>Admob</category><category>Apps</category><category>FlashBuilder</category><category>Hacks</category><category>Mac</category><category>PHP</category><category>SEO</category><category>WordPress</category><category>blogger</category><category>javascript</category><category>keynote</category><category>アクセス解析</category><category>ケータイ</category><category>ショッピングサイト</category><category>セキュリティ</category><category>デザイン全般</category><category>デベロッパー</category><category>ブログ</category><category>北海道専門家総研</category><category>無料</category><title>WEB制作者のメモ</title><description></description><link>http://blog.imagesource.jp/</link><managingEditor>noreply@blogger.com (有限会社イメージ・ソース・ジャパン)</managingEditor><generator>Blogger</generator><openSearch:totalResults>49</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7316253896918586048.post-6140125931746196848</guid><pubDate>Fri, 13 Sep 2013 09:03:00 +0000</pubDate><atom:updated>2013-09-13T18:31:50.975+09:00</atom:updated><title>各SNSとの連携</title><description>http://netaone.com/wp/socialmedia-publish-tool/&lt;br /&gt;
ここに詳しく書いとる</description><link>http://blog.imagesource.jp/2013/09/facebooktwitter.html</link><author>noreply@blogger.com (有限会社イメージ・ソース・ジャパン)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7316253896918586048.post-2756074265761947105</guid><pubDate>Thu, 22 Nov 2012 02:41:00 +0000</pubDate><atom:updated>2012-11-22T12:14:58.217+09:00</atom:updated><title>PassBook生成PHPライブラリー PHP-PKPassの使い方　〜実装編〜</title><description>&lt;br /&gt;
1.今回は前回の準備編で用意した諸々のファイルと情報をプログラムに組み込んで行きたいと思います。&lt;br /&gt;
　前回、サーバーにアップロードしたファイルのexample.phpをベースに説明して行きたいと思います。&lt;br /&gt;
　目標としては、&lt;br /&gt;
　・作ったクーポンが表示される&lt;br /&gt;
　・作ったクーポンがPassbookに登録される&lt;br /&gt;
　以上2点とします。詳しいカスタマイズについては特に説明しません。&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
2.準備編で作った、&lt;/div&gt;
&lt;div&gt;
　・.p12ファイル&lt;/div&gt;
&lt;div&gt;
　・.pemファイル&lt;/div&gt;
&lt;div&gt;
　の2点をサーバーにアップロードします。&lt;/div&gt;
&lt;div&gt;
　場所はどこでもいいですが、できればドキュメントルートの一つ上の階層等、ブラウザからアクセスできない場所がいいかもしれません。&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
3.example.php修正必要箇所&lt;/div&gt;
&lt;div&gt;
[Line 6:]・・・.p12ファイルへのパス&lt;/div&gt;
&lt;div&gt;
[Line 7:]・・・.p12の展開に必要なパスワード&lt;/div&gt;
&lt;div&gt;
[Line 8:]・・・WWDR intermediate certificateの.pemファイルへのパス&lt;/div&gt;
&lt;div&gt;
[Line11:]・・・新たに作ったPass Type ID&lt;/div&gt;
&lt;div&gt;
[Line15:]・・・teamIdentifier&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
以上です。&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
備考：&lt;/div&gt;
&lt;div&gt;
　現象として、「クーポンは表示されるがPassbookに入らない！」という事があります。&lt;/div&gt;
&lt;div&gt;
　原因としては、.p12とPass Type IDがマッチしていない場合が多いようです。&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
　原因を調べる方法としては、&lt;/div&gt;
&lt;div&gt;
　1.PKPass.phpの222行目の「$this-&amp;gt;clean();」をコメントアウトする。&lt;/div&gt;
&lt;div&gt;
　　そうすると、tmpフォルダ内にクーポンのファイル[pass.pkpass]が残ります。&lt;/div&gt;
&lt;div&gt;
　2.pass.pkpassをローカルにダウンロードしておき、iOS Simulator(iOS6以降)とコンソールを起動。&lt;/div&gt;
&lt;div&gt;
　3.立ち上がったiOS Simulatorにダウンロードしたpass.pkpassをドラッグ＆ドロップ。&lt;/div&gt;
&lt;div&gt;
　4.そうすると、コンソールに、&lt;/div&gt;
&lt;div&gt;
　&lt;/div&gt;
&lt;div&gt;
　yy/mm/dd hh:ii:ss&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;passd&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Invalid data error reading card pass.xxxxxxxx.jp.xxxxxx/xxxxxx-xxx-xxx. The passTypeIdentifier or teamIdentifier provided may not match your certificate, or the certificate trust chain could not be verified.&lt;/div&gt;
&lt;div&gt;
　&lt;/div&gt;
&lt;div&gt;
　といったメッセージが表示される事があります。&lt;/div&gt;
&lt;div&gt;
　このメッセージの意味としては、「passTypeIdentifierまたはteamIdentifierが証明書（.p12）とマッチしてないかも？」といった意味合いかと思います。&lt;/div&gt;
&lt;div&gt;
　そういった場合、&lt;a href=&quot;http://blog.img-src.jp/2012/11/passbookphp-php-pkpass.html&quot; target=&quot;_blank&quot;&gt;準備編&lt;/a&gt;で説明した.p12を作り直したりしてみると改善する場合があります。&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
</description><link>http://blog.imagesource.jp/2012/11/passbookphp-php-pkpass_22.html</link><author>noreply@blogger.com (有限会社イメージ・ソース・ジャパン)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7316253896918586048.post-3938291296707375154</guid><pubDate>Thu, 22 Nov 2012 02:34:00 +0000</pubDate><atom:updated>2012-11-22T12:09:04.888+09:00</atom:updated><title>PassBook生成PHPライブラリー PHP-PKPassの使い方　〜準備編〜</title><description>&lt;br /&gt;
&lt;b&gt;1.ファイル本体のダウンロードとアップロード&lt;/b&gt;&lt;br /&gt;
　&lt;a href=&quot;https://github.com/tschoffelen/PHP-PKPass&quot; target=&quot;_blank&quot;&gt;https://github.com/tschoffelen/PHP-PKPass&lt;/a&gt;&lt;br /&gt;
　このサイトにアクセスし、[ZIP]ボタンをクリックしダウンロード。&lt;br /&gt;
　ダウンロードしたzipファイルを展開すると以下の内容が入っています。&lt;br /&gt;
&lt;br /&gt;
　example.php&lt;br /&gt;
　full_sample/&lt;br /&gt;
　　┣icon.png&lt;br /&gt;
　　┗index.php&lt;br /&gt;
　images/&lt;br /&gt;
　　┣icon.png&lt;br /&gt;
　　┣icon@2x.png&lt;br /&gt;
　　┗logo.png&lt;br /&gt;
　PKPass.php&lt;br /&gt;
　readme.md&lt;br /&gt;
　starbucks_sample/&lt;br /&gt;
　　┣background.png&lt;br /&gt;
　　┣icon.png&lt;br /&gt;
　　┣icon@2x.png&lt;br /&gt;
　　┣index.php&lt;br /&gt;
　　┣logo_web.png&lt;br /&gt;
　　┗logo.png&lt;br /&gt;
&lt;br /&gt;
　これらのファイルをサーバーにアップロードします。&lt;br /&gt;
　※アップロードしたフォルダにtmpフォルダを作成しパーミッションを777にしておいてください。&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;2.下準備 〜その1〜&lt;/b&gt;&lt;br /&gt;
　このクラスを使うにはいくつかファイルといくつかの情報を用意する必要があります。&lt;br /&gt;
&lt;br /&gt;
　1.Pass Type IDsの用意&lt;br /&gt;
　&lt;a href=&quot;https://developer.apple.com/ios/manage/passtypeids/index.action&quot; target=&quot;_blank&quot;&gt;https://developer.apple.com/ios/manage/passtypeids/index.action&lt;/a&gt;&lt;br /&gt;
　にアクセスし、新たにPass Type IDを作成します。&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj11RSobzBq48FBi_vyhv3q2eNKFE7ynPNTOI-vBGcQGbsQrzrjEVkhuQ4bqwSdhyujF9tQtCUXNITJkasaDx1Nky4EOUuCrOOMlGeOTVHBqiFla0V-M6A-UeNHCsUikLE5z3-wvZByHbM/s1600/2-1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;254&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj11RSobzBq48FBi_vyhv3q2eNKFE7ynPNTOI-vBGcQGbsQrzrjEVkhuQ4bqwSdhyujF9tQtCUXNITJkasaDx1Nky4EOUuCrOOMlGeOTVHBqiFla0V-M6A-UeNHCsUikLE5z3-wvZByHbM/s320/2-1.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
　&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
　2.DescriptionとIdentifierを入力します。&lt;br /&gt;
　　Identifierの形式はpass.domainname.passnameとします。&lt;br /&gt;
　　Descriptionはただの説明なので自分が分かりやすければなんでもOK。&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjegD-F6GVN4ne6anGu5nlSsIVfCKgEFSSLqlY7xV-G5STLe2FXSpWh3mazEU5hW5eFVurakEOi2v-vMHaRZGKinayc3wMOnyJP19lZiGZRvm7n90CTWcV7JsupynikYNJeJy292tP-UZs/s1600/2-2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;244&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjegD-F6GVN4ne6anGu5nlSsIVfCKgEFSSLqlY7xV-G5STLe2FXSpWh3mazEU5hW5eFVurakEOi2v-vMHaRZGKinayc3wMOnyJP19lZiGZRvm7n90CTWcV7JsupynikYNJeJy292tP-UZs/s320/2-2.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
　3.Submitすると、Pass Type IDsの一覧に戻りますので、2で追加したものがあるか確認して下さい。&lt;br /&gt;
　　次に、新たに登録したPass Type IDの生成作業を行いますので右側のConfigureリンクをクリックします。&lt;br /&gt;
　　画面が変わったらConfigureボタンをクリックします。&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiBT9Aidj5lXJZ1lc-69sLq_u1s5ELHP6O4jAy9LdFGoIKnKmAYA-6wesDRikVsZwa1ockB9tgTZ3vCkdwJx8E3lVV4aLnZT9pxA2xeHX9g9bNdwxqjcgVwyyaRmnLkTOrV-EBw_4T7wH4/s1600/2-3.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;258&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiBT9Aidj5lXJZ1lc-69sLq_u1s5ELHP6O4jAy9LdFGoIKnKmAYA-6wesDRikVsZwa1ockB9tgTZ3vCkdwJx8E3lVV4aLnZT9pxA2xeHX9g9bNdwxqjcgVwyyaRmnLkTOrV-EBw_4T7wH4/s320/2-3.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
　4.[Generate a Certificate Signing Request]という画面が表示されます。&lt;br /&gt;
　　ここでPass Type IDに署名する証明書を生成します。&lt;br /&gt;
　　[Continue]ボタンをクリックすると、「証明書をアップしてくれ！」といわれるので、&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjk_5trC2TU_e0laxtmDWiGKOQHIIgWck2ogAK8TR_zHUYTtBuujcOP4by5Tu2nNMnIGkEjo8cMe5R67ORjHCWHFJG8r7vD55GGXKfo-VYJCWZCNKkUy22KBfYcIoK4g312kP9CH3ESeRg/s1600/2-4.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;292&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjk_5trC2TU_e0laxtmDWiGKOQHIIgWck2ogAK8TR_zHUYTtBuujcOP4by5Tu2nNMnIGkEjo8cMe5R67ORjHCWHFJG8r7vD55GGXKfo-VYJCWZCNKkUy22KBfYcIoK4g312kP9CH3ESeRg/s320/2-4.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
　　&lt;a href=&quot;http://blog.img-src.jp/2012/03/iphone.html&quot;&gt;http://blog.img-src.jp/2012/03/iphone.html&lt;/a&gt;&lt;br /&gt;
　　の1)でFinderに保存した拡張子が[certSigningRequest]のファイルをアップロードします。&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_oUhNVoB8zi-7LGwAH-pFH7vNBg9eXX1g5xCR-h6u3w1Ke3EpWP8jt5jnVOmlXsLfV29DQj2iU5SX2mm0aDfwG56zWn64OAf3VByVjLgiiW1gCDl6nDZh8EA0RjM17lULCnG20Lp6-6I/s1600/2-5-2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;293&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_oUhNVoB8zi-7LGwAH-pFH7vNBg9eXX1g5xCR-h6u3w1Ke3EpWP8jt5jnVOmlXsLfV29DQj2iU5SX2mm0aDfwG56zWn64OAf3VByVjLgiiW1gCDl6nDZh8EA0RjM17lULCnG20Lp6-6I/s320/2-5-2.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
　5.画面が代わり、「Your Pass Certificate has been generated.」と表示されれば完了です。&lt;br /&gt;
　　[Continue]ボタンをクリックし、画面上部の[Download]をクリックすると、&lt;br /&gt;
　　　・pass.cer&lt;br /&gt;
　　というファイルがダウンロードされます。&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiu4B7v0ARqn7L4s5v9Mb_y8nDJZDxXEnxFhEAhkbIR94PaVRzgpLPJNwyMOTWTVg272AasWUimRZrIGoKS0iol0-oT1yrloEzPIJpWtUIDAYy_sBEtTFEkYyBusKV94p9nxEB6VaQtqRo/s1600/2-5.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;294&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiu4B7v0ARqn7L4s5v9Mb_y8nDJZDxXEnxFhEAhkbIR94PaVRzgpLPJNwyMOTWTVg272AasWUimRZrIGoKS0iol0-oT1yrloEzPIJpWtUIDAYy_sBEtTFEkYyBusKV94p9nxEB6VaQtqRo/s320/2-5.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
　6.ダウンロードしたpass.cerをダブルクリックすると、Keychainが立ち上がります。&lt;br /&gt;
　　左側のキーチェーンを[ログイン]、分類を[自分の証明書]とすると追加された証明書が分かりやすいです。&lt;br /&gt;
　　「Pass Type ID:(2.でいれたIdentifier)」という証明書がそれです。&lt;br /&gt;
　　この証明書の上で右クリックし、「Pass Type ID:(2.でいれたIdentifier)を書き出す」を選択し、&lt;br /&gt;
　　フォーマットを「個人情報交換（.p12）」を選択し、適当な名前で保存して下さい。&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhZaOXn9P4TP7Mm0vbVxRP7cBRcg9XFDqwpyb5Jn_llmTpfHGeF4rx2k5jIVNwfLnoutE8H33VTFD9R4WsxsLTrOVSi1UrhAZw5wKoMiZ_slcJ2Ohyphenhyphen4CeAtyENfFC45ZS8J4SRZjteIsns/s1600/2-6.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;198&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhZaOXn9P4TP7Mm0vbVxRP7cBRcg9XFDqwpyb5Jn_llmTpfHGeF4rx2k5jIVNwfLnoutE8H33VTFD9R4WsxsLTrOVSi1UrhAZw5wKoMiZ_slcJ2Ohyphenhyphen4CeAtyENfFC45ZS8J4SRZjteIsns/s320/2-6.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
　7.この.p12ファイルを保護するためのパスワードを求められるので、適当なパスワードを2回入れ、「OK」をクリックして下さい。&lt;br /&gt;
　　この際、入力したパスワードは後ほど使用しますので、忘れないようにしてください。&lt;br /&gt;
&lt;br /&gt;
　8.teamIdentifierの取得&lt;br /&gt;
　　&lt;a href=&quot;https://developer.apple.com/ios/manage/passtypeids/index.action&quot;&gt;https://developer.apple.com/ios/manage/passtypeids/index.action&lt;/a&gt;&lt;br /&gt;
　　にアクセスし、上で新たに作ったPass Type IDの右側の[confirure]をクリックします。&lt;br /&gt;
　　[ID]というピクトの右側にある「(10桁の英数).(2.でいれたIdentifier)」の10桁がteamIdentifierですので、控えておきます。&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjZAyd7DK9o27y5bB1Swj9eVkuFwaWHxiKZkA-UrKUIGvJhVLOe112e7c8s_TZ-oWMAmIOwPw6ie4F7t4NdpfmMC_krlzINhtODjTESGQb3zO8tl6WPk0VwiTvtIeqGSw7qnGIGBJ08IY0/s1600/2-8.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;249&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjZAyd7DK9o27y5bB1Swj9eVkuFwaWHxiKZkA-UrKUIGvJhVLOe112e7c8s_TZ-oWMAmIOwPw6ie4F7t4NdpfmMC_krlzINhtODjTESGQb3zO8tl6WPk0VwiTvtIeqGSw7qnGIGBJ08IY0/s320/2-8.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;3.下準備 〜その2〜&lt;/b&gt;&lt;br /&gt;
　1.&lt;a href=&quot;https://developer.apple.com/ios/manage/certificates/team/index.action&quot;&gt;https://developer.apple.com/ios/manage/certificates/team/index.action&lt;/a&gt;&lt;br /&gt;
　　にアクセスし、WWDR intermediate certificateをダウンロードします。&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh_0_61DdJ2SblDGN_JIoau-xhGv4Gf5Z_CqBd5j52p86kaRR-OB6IlpCfU9jwCKce7VMa0w-VMCiIlGa78GFyQnEi-K0VpXzJBclIWealP2bgk0tSCVJGEApFHsne8ekROg1PV1j7Nh1w/s1600/3-1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;240&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh_0_61DdJ2SblDGN_JIoau-xhGv4Gf5Z_CqBd5j52p86kaRR-OB6IlpCfU9jwCKce7VMa0w-VMCiIlGa78GFyQnEi-K0VpXzJBclIWealP2bgk0tSCVJGEApFHsne8ekROg1PV1j7Nh1w/s320/3-1.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
　2.ダウンロードしたAppleWWDRCA.cerをダブルクリックすると、Keychainが立ち上がります。&lt;br /&gt;
　　左側のキーチェーンを[ログイン]、分類を[証明書]とすると追加された証明書が分かりやすいです。&lt;br /&gt;
　　「Apple Worldwide Developer Relations Certification Authority」という証明書がそれです。&lt;br /&gt;
　　この証明書の上で右クリックし、「Apple Worldwide Developer Relations Certification Authorityを書き出す」を選択し、&lt;br /&gt;
　　フォーマットを「PEM形式（.pem）」を選択し、適当な名前で保存して下さい。&lt;br /&gt;
&lt;div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgl6C7OBI5icSnU4WKqwlMqR4y3YeW7CobNOFUaB76PkQoz_AOTNxp-58QGXj-iiqscX-NEtfiFThHorqyEfvGmjSyMl80wPhVJwpxZ2fLEEOnylkcpeijTdI5rxHlbVS_9TNQ9BZ4nSZQ/s1600/3-2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;200&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgl6C7OBI5icSnU4WKqwlMqR4y3YeW7CobNOFUaB76PkQoz_AOTNxp-58QGXj-iiqscX-NEtfiFThHorqyEfvGmjSyMl80wPhVJwpxZ2fLEEOnylkcpeijTdI5rxHlbVS_9TNQ9BZ4nSZQ/s320/3-2.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
以上で準備は完了です。&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
まとめ&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
・Pass Type IDを新たに作る&lt;/div&gt;
&lt;div&gt;
・新たに作ったPass Type IDの証明書から作った「.p12」ファイルを用意する&lt;/div&gt;
&lt;div&gt;
・「.p12」ファイルのパスワード&lt;/div&gt;
&lt;div&gt;
・teamIdentifierを控えておく&lt;/div&gt;
&lt;div&gt;
・Apple Worldwide Developer Relations Certification Authorityから作った「.pem」ファイルを用意する&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
次回は実際にassBook生成PHPライブラリー PHP-PKPassの使い方を説明します。&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
</description><link>http://blog.imagesource.jp/2012/11/passbookphp-php-pkpass.html</link><author>noreply@blogger.com (有限会社イメージ・ソース・ジャパン)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj11RSobzBq48FBi_vyhv3q2eNKFE7ynPNTOI-vBGcQGbsQrzrjEVkhuQ4bqwSdhyujF9tQtCUXNITJkasaDx1Nky4EOUuCrOOMlGeOTVHBqiFla0V-M6A-UeNHCsUikLE5z3-wvZByHbM/s72-c/2-1.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7316253896918586048.post-5573575581467212070</guid><pubDate>Mon, 04 Jun 2012 12:01:00 +0000</pubDate><atom:updated>2012-06-22T18:16:28.255+09:00</atom:updated><title>札幌のカフェ・喫茶店 宮田屋珈琲</title><description>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.miyataya.co.jp/&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgR-g5Wdg27yeVMRbWdKvPwBGDt5O_uxzJoo5Q_zLs4IZxKmLiYvgpBGyJctvhvfCOWXTIEVLne_AfPL9DVvq-jfSYzxAnoDAgf9342Uzbxsi1dKEx52TWVrabr7m-1TfhcUkP_QW4yMmg/s1600/miyataya.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
深い香りに包まれる、癒しの空間。&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: arial, sans-serif; line-height: 16px; text-align: -webkit-auto;&quot;&gt;札幌のカフェ・喫茶店の宮田屋&lt;/span&gt;&lt;span style=&quot;background-color: white; color: #222222; font-family: arial, sans-serif; line-height: 16px; text-align: -webkit-auto;&quot;&gt;は、新鮮な自家焙煎の珈琲と&lt;/span&gt;&lt;span style=&quot;background-color: white; color: #222222; font-family: arial, sans-serif; line-height: 16px; text-align: -webkit-auto;&quot;&gt;癒しの空間でお客様のお越しをお待ちいたしております。&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: arial, sans-serif; line-height: 16px; text-align: -webkit-auto;&quot;&gt;贈り物に最適なコーヒーギフト&lt;/span&gt;&lt;span style=&quot;background-color: white; color: #222222; font-family: arial, sans-serif; line-height: 16px; text-align: -webkit-auto;&quot;&gt;もございますので、ぜひ一度足をお運びください。&lt;/span&gt;&lt;/div&gt;</description><link>http://blog.imagesource.jp/2012/06/blog-post.html</link><author>noreply@blogger.com (有限会社イメージ・ソース・ジャパン)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgR-g5Wdg27yeVMRbWdKvPwBGDt5O_uxzJoo5Q_zLs4IZxKmLiYvgpBGyJctvhvfCOWXTIEVLne_AfPL9DVvq-jfSYzxAnoDAgf9342Uzbxsi1dKEx52TWVrabr7m-1TfhcUkP_QW4yMmg/s72-c/miyataya.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7316253896918586048.post-8265211125046728802</guid><pubDate>Sun, 06 May 2012 22:21:00 +0000</pubDate><atom:updated>2012-05-07T07:21:57.509+09:00</atom:updated><title>iPhoneアプリ開発　登録・申請まとめ</title><description>&lt;u&gt;●iOS Provisioning Portal 関連&lt;/u&gt;&lt;div&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;　・Certificates&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;　　・&lt;a href=&quot;http://blog.img-src.jp/2012/03/iphone.html&quot; target=&quot;_blank&quot;&gt;開発用証明書の作成・インストール・iOS Provisioning Portalへの登録&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;　　・&lt;a href=&quot;http://blog.img-src.jp/2012/03/iphonedeveloppercerp12.html&quot; target=&quot;_blank&quot;&gt;FlashBuilder用にp12形式への変換&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;　　・&lt;a href=&quot;http://blog.img-src.jp/2012/05/iphone.html&quot; target=&quot;_blank&quot;&gt;公開用証明書の作成・インストール・iOS Provisioning Portalへの登録&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;　・Devices&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;　　・&lt;a href=&quot;http://blog.img-src.jp/2012/05/iphone_07.html&quot; target=&quot;_blank&quot;&gt;試験端末の登録&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;br class=&quot;Apple-interchange-newline&quot; /&gt;　・App IDs&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;　　・&lt;a href=&quot;http://blog.img-src.jp/2012/05/app-ids-app-id-idid-description-bundle.html&quot; target=&quot;_blank&quot;&gt;App IDsの登録&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;br class=&quot;Apple-interchange-newline&quot; /&gt;　・Provisioning&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;　　・&lt;a href=&quot;http://blog.img-src.jp/2012/05/iphoneprovisioning.html&quot; target=&quot;_blank&quot;&gt;Provisioningの登録&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;u&gt;●iTues Connect 関連&lt;/u&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;　・&lt;a href=&quot;http://blog.img-src.jp/2012/05/iphoneitunesconnect.html&quot; target=&quot;_blank&quot;&gt;Manage Users&lt;/a&gt;（１）&lt;/span&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;（２）&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;　・&lt;a href=&quot;http://blog.img-src.jp/2012/05/iphoneitunesconnect.html&quot; target=&quot;_blank&quot;&gt;Contracts,Tax,and Banking&lt;/a&gt;&lt;/span&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;（３）&lt;/span&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;（４）&lt;/span&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;（５）&lt;/span&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;（６）&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;　・&lt;a href=&quot;http://blog.img-src.jp/2012/05/iphoneitunesconnect.html&quot; target=&quot;_blank&quot;&gt;Manage Your Applications&lt;/a&gt;（７）&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;u&gt;●App Store 申請関連&lt;/u&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;　・&lt;a href=&quot;http://blog.img-src.jp/2012/05/iphoneapp-store.html&quot; target=&quot;_blank&quot;&gt;App Storeへの申請&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</description><link>http://blog.imagesource.jp/2012/05/iphone_1394.html</link><author>noreply@blogger.com (有限会社イメージ・ソース・ジャパン)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7316253896918586048.post-7613888387369162265</guid><pubDate>Sun, 06 May 2012 22:13:00 +0000</pubDate><atom:updated>2012-05-07T07:20:48.373+09:00</atom:updated><title>iPhoneアプリ開発　App Storeへの申請</title><description>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
（１）アプリのアーカイブ&lt;/div&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;div class=&quot;&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;App Storeへの申請はXcodeで行う。&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;Xcode上部メニューのProduct &amp;gt; Archiveでアップするアーカイブを作成&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;img border=&quot;0&quot; height=&quot;224&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgmF889Lwwg-EYV9rno0XleARkRv-aNb3Kg5cqfpWAJG41BYF_CpEsd2IgcZJex0BXu83LlKN-bt1CqeuTHgSfROx-6OslDa8ZclXX0GtyQsD-XbmoyGhY1Jo6XY9AghxkZNuyR9BmMudc/s320/xcode.png&quot; width=&quot;320&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;Xcode&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;（２）OrganizerでValidate&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;iTunes ConnectのアプリのView Details画面で「&lt;span style=&quot;background-color: white; color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; line-height: 12px; text-align: -webkit-auto;&quot;&gt;Ready to Upload Binary」をして置くこと&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-size: medium; text-align: left;&quot;&gt;
&lt;/div&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgyRKnNJp3eVYI3O3DdYCjwKLwvrQJpoJoFUW5mprD_seQdPL1od9wjlkgnQNCtT3RtZwFwJPsgdIebIqbkhM5XXiN15697nWIMxfwJF_OM3woM_EAKgvIHmQ-ZI_BocUBGDE8ug5-YVfk/s1600/Organizer+-+Archives.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;244&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgyRKnNJp3eVYI3O3DdYCjwKLwvrQJpoJoFUW5mprD_seQdPL1od9wjlkgnQNCtT3RtZwFwJPsgdIebIqbkhM5XXiN15697nWIMxfwJF_OM3woM_EAKgvIHmQ-ZI_BocUBGDE8ug5-YVfk/s320/Organizer+-+Archives.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;font-size: 13px;&quot;&gt;Xcode Organizer&lt;br /&gt;
&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;（３）OrganizerでDistribute&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-size: medium; text-align: left;&quot;&gt;
（４）ハマッたところ&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-size: medium; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;XcodeのBundle identifier&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;iOS Probisioning PortalのDistributionのApp IDと&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;iTunes ConnectのApp InformationのBundle IDが全て一致していないとエラーになる&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3qgYaMTxCPRggqBaj8q6dySnDIJauvLitwpD2NkAGqzbGMUt8Hb95KlpLkvwirtSeCfWZ7A-OBj9WLsytGVZAETdAyJSui0WzLb930mxpggyFR6P3swOdURpMH_Dd1Sa42u_P58BhDf4/s1600/Provisioning+Profiles+-+iOS+Provisioning+Portal+-+Apple+Developer.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;197&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3qgYaMTxCPRggqBaj8q6dySnDIJauvLitwpD2NkAGqzbGMUt8Hb95KlpLkvwirtSeCfWZ7A-OBj9WLsytGVZAETdAyJSui0WzLb930mxpggyFR6P3swOdURpMH_Dd1Sa42u_P58BhDf4/s320/Provisioning+Profiles+-+iOS+Provisioning+Portal+-+Apple+Developer.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;iOS Provisioning PortalのProvisioning画面&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgxlSYt6lHy34aqBuqXOBTvymH2Qp_8DT98QlLh1uMwrIfNfRp9jldxaRl-NBCUbpuVgH1so0Iy_eIQCUpktoMnAClVtvhyphenhyphenzP-CwL1HMVn96l75-bK1AO3vbU4myP14gDHCTARGzEgfYL4/s1600/iTunes+Connect.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;245&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgxlSYt6lHy34aqBuqXOBTvymH2Qp_8DT98QlLh1uMwrIfNfRp9jldxaRl-NBCUbpuVgH1so0Iy_eIQCUpktoMnAClVtvhyphenhyphenzP-CwL1HMVn96l75-bK1AO3vbU4myP14gDHCTARGzEgfYL4/s320/iTunes+Connect.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;iTunes ConnectのApp Information画面&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;</description><link>http://blog.imagesource.jp/2012/05/iphoneapp-store.html</link><author>noreply@blogger.com (有限会社イメージ・ソース・ジャパン)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgmF889Lwwg-EYV9rno0XleARkRv-aNb3Kg5cqfpWAJG41BYF_CpEsd2IgcZJex0BXu83LlKN-bt1CqeuTHgSfROx-6OslDa8ZclXX0GtyQsD-XbmoyGhY1Jo6XY9AghxkZNuyR9BmMudc/s72-c/xcode.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7316253896918586048.post-3421490230205145950</guid><pubDate>Sun, 06 May 2012 21:22:00 +0000</pubDate><atom:updated>2012-05-07T06:22:19.250+09:00</atom:updated><title>iPhoneアプリ開発　試験端末の登録</title><description>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;Macに試験端末を接続し&lt;/span&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;iTunesを起動し&lt;/span&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;、赤枠のシリアル番号をクリックすると識別子（UDID）が表示される。&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi4YmxNMCCpX4l1BaqBcxlgYvmoN2xIVNKr9USthqX5RdOzgrlXE-Zh4YFZ7oUKJMQyyn7UuJEkxDSLdVv5vbE6zQLFPMxp2mZyiPBdWINWT-4mYdHs_olJxPBq7OGqCzbr7cI41n6Vo0A/s1600/iTunes.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;145&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi4YmxNMCCpX4l1BaqBcxlgYvmoN2xIVNKr9USthqX5RdOzgrlXE-Zh4YFZ7oUKJMQyyn7UuJEkxDSLdVv5vbE6zQLFPMxp2mZyiPBdWINWT-4mYdHs_olJxPBq7OGqCzbr7cI41n6Vo0A/s320/iTunes.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;iOS Provisioning PortalのDevices画面で「Add Devices」&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh1DLw2vTpJd4ojNFdRB1cTwIKuGWlbYfAhV6XGOC_SeLZV1uF18IilZk6JEWwYY01g9KS-SzDILfV9dFyzIk5WfGJNz62WerouLReodtul6CWyMxbvRBtu1ueFxUrz2Fzggrvpl93MVV8/s1600/Devices+-+iOS+Provisioning+Portal+-+Apple+Developer.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;221&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh1DLw2vTpJd4ojNFdRB1cTwIKuGWlbYfAhV6XGOC_SeLZV1uF18IilZk6JEWwYY01g9KS-SzDILfV9dFyzIk5WfGJNz62WerouLReodtul6CWyMxbvRBtu1ueFxUrz2Fzggrvpl93MVV8/s320/Devices+-+iOS+Provisioning+Portal+-+Apple+Developer.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Add Devices画面で登録&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgjZpgv__diI8sVkPOPvhGY8jL67PAXu3NF-uT5bG-XTmHlHaVhNlyhpIxDrk6ZsqSVuAZI7_QnO5UngCtM457TDtp9Y3tiA_KUvDYR6WTPZ7f-KeXQG8C_G8abOVQLsjz582bCeN11PPM/s1600/Devices+-+Add+Devices+-+iOS+Provisioning+Portal+-+Apple+Developer.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;191&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgjZpgv__diI8sVkPOPvhGY8jL67PAXu3NF-uT5bG-XTmHlHaVhNlyhpIxDrk6ZsqSVuAZI7_QnO5UngCtM457TDtp9Y3tiA_KUvDYR6WTPZ7f-KeXQG8C_G8abOVQLsjz582bCeN11PPM/s320/Devices+-+Add+Devices+-+iOS+Provisioning+Portal+-+Apple+Developer.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;Device Name　→　判りやすい任意の名称&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;Device ID (40 hex characters)　→　先程のiTunesで確認したUUID&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;</description><link>http://blog.imagesource.jp/2012/05/iphone_07.html</link><author>noreply@blogger.com (有限会社イメージ・ソース・ジャパン)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi4YmxNMCCpX4l1BaqBcxlgYvmoN2xIVNKr9USthqX5RdOzgrlXE-Zh4YFZ7oUKJMQyyn7UuJEkxDSLdVv5vbE6zQLFPMxp2mZyiPBdWINWT-4mYdHs_olJxPBq7OGqCzbr7cI41n6Vo0A/s72-c/iTunes.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7316253896918586048.post-7990085865223519996</guid><pubDate>Sun, 06 May 2012 10:10:00 +0000</pubDate><atom:updated>2012-05-07T06:32:30.154+09:00</atom:updated><title>iPhoneアプリ開発　iTunesConnectへの登録</title><description>英語で毎回悩みそうなので、やった事を&amp;nbsp;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #222222; font-family: arial, sans-serif; line-height: 16px;&quot;&gt;φ(.. )ﾒﾓｼﾃｵｺｳ&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #222222; font-family: arial, sans-serif; line-height: 16px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #222222; font-family: arial, sans-serif; line-height: 16px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #222222; font-family: arial, sans-serif; line-height: 16px;&quot;&gt;（１）iTunesConnectにログイン後、ユーザー登録&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhfeEiy7l_Asq1bX1W0TDHaS0D6D5Nw2YPbSkLepjY0edewOd_0nUyPIJuIKDKVW7_HvjhAtD2Y1g4sITewjF4wpbCs7LDxDnrEBgiuLDG3xf0yX8-8e2RlEeWTABC85joN1Hl8E8RL5YA/s1600/iTunes+Connect-1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhfeEiy7l_Asq1bX1W0TDHaS0D6D5Nw2YPbSkLepjY0edewOd_0nUyPIJuIKDKVW7_HvjhAtD2Y1g4sITewjF4wpbCs7LDxDnrEBgiuLDG3xf0yX8-8e2RlEeWTABC85joN1Hl8E8RL5YA/s320/iTunes+Connect-1.jpg&quot; width=&quot;310&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: -webkit-auto;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
（２）「Add New User」クリック&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjj3fBxFBOtvy5TLoN8qjk8k8wx_66KDBCNU0cCmTS0YHcADmiyv4DDCUHv8RYr6ex2037ZdlTh82SRkfblVjBS85rmEoykTJZ1rqzJU4RDi6_wivi1S_DEHf0yt5qGMkG0K55Is_w-huA/s1600/iTunes+Connect-2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;97&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjj3fBxFBOtvy5TLoN8qjk8k8wx_66KDBCNU0cCmTS0YHcADmiyv4DDCUHv8RYr6ex2037ZdlTh82SRkfblVjBS85rmEoykTJZ1rqzJU4RDi6_wivi1S_DEHf0yt5qGMkG0K55Is_w-huA/s320/iTunes+Connect-2.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;　　　　First Name :&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;　　　　Last Name :&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;　　　　Email Address :&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;　　　　などを入力&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
（３）連絡先・銀行情報・税金などを設定&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgMaOgNyfgwe966OZ4s6FtUOz3DedVBCRPzYvrMqDWzDgG95DTpXuKir8F1H85PcjA6JSFrBMEvBY5nlmJo7CVDcB1wtHhKkQvxYRoVGq6_IePUTLJhlaUKHMkatciJP_k_66iYC4rzJEc/s1600/iTunes+Connect-4.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;281&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgMaOgNyfgwe966OZ4s6FtUOz3DedVBCRPzYvrMqDWzDgG95DTpXuKir8F1H85PcjA6JSFrBMEvBY5nlmJo7CVDcB1wtHhKkQvxYRoVGq6_IePUTLJhlaUKHMkatciJP_k_66iYC4rzJEc/s320/iTunes+Connect-4.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEitA8o-u_eTvTjNpEVQ1Nr8xgn00d3OXxAyAjOs6T34x2NAsqFgfbel1ATKAzNpiXC5rWUrsiEkonA0LpUoFW6F9gmiQ8Rr2IF4abYRiUPA7JLwg1HgJn2gaJXcUrv7xHJYVFoGnTY0KQc/s1600/iTunes+Connect-3.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;131&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEitA8o-u_eTvTjNpEVQ1Nr8xgn00d3OXxAyAjOs6T34x2NAsqFgfbel1ATKAzNpiXC5rWUrsiEkonA0LpUoFW6F9gmiQ8Rr2IF4abYRiUPA7JLwg1HgJn2gaJXcUrv7xHJYVFoGnTY0KQc/s320/iTunes+Connect-3.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;
（４）「Contact Info」の入力&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;Create New Personで登録し、下のプルダウンを選択する&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPu9wAeTuoAZgTRbZVjJqzzYfXp7ahoAd1-lFK5xYuZbqbbyAH9SbYbRSjn9YE2Ai7ZbKcz3Hzeu2FyOQ0-iKW8Y2OJe4Lvqo7MlugdHibVJAkX9snRpHHOUE_LYxNhTSGB0SPRZxXAR8/s1600/iTunes+Connect-6.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;244&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPu9wAeTuoAZgTRbZVjJqzzYfXp7ahoAd1-lFK5xYuZbqbbyAH9SbYbRSjn9YE2Ai7ZbKcz3Hzeu2FyOQ0-iKW8Y2OJe4Lvqo7MlugdHibVJAkX9snRpHHOUE_LYxNhTSGB0SPRZxXAR8/s320/iTunes+Connect-6.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
（５）「Bank Info」の入力&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;・Add Bank Account　で銀行情報を追加&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjULR3sLq-XQmWqVTy7ByugmT7ESFGkRIFaT_twZV7a81bYTaPYO7zr3oVGISjujB6FqWADIB9NBohrq9Zd4r2jXvr3aLWSjONerj07T1U723bPbXcxICJSm2PYrNLYYiR41Wnq3TlTDk4/s1600/iTunes+Connect-7.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;193&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjULR3sLq-XQmWqVTy7ByugmT7ESFGkRIFaT_twZV7a81bYTaPYO7zr3oVGISjujB6FqWADIB9NBohrq9Zd4r2jXvr3aLWSjONerj07T1U723bPbXcxICJSm2PYrNLYYiR41Wnq3TlTDk4/s320/iTunes+Connect-7.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;・Bank Country:　→　Japan&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;・全銀コード&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;　（数字４桁の銀行コード＋数字３桁の支店コード）&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;　　Don&#39;t know your Zengin Code? Lookup your Bankで検索出来ます。&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;　（ちなみに北洋銀行はNorth Pacific Bankで登録&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;されていた・・・。カッコつけないでHokuyo Bankでいいじゃん・・・&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;　　北海道銀行はHokkaido Bank、北陸銀行はHokuriku Bank）&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;・Bank Account Number:　→　口座番号&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;・Account Holder Name　→　口座名義&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;・Bank Account Type:　→　TOUZA or FUTSU&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;・Bank Account Currency:　→　JPY&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;でNext&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;・I certify that the information above is ….　チェック後送信&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot;&gt;（６）「Tax Info」の入力&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-size: medium; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;・U.S. Tax Forms　を選択後&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;・Are you a U.S. citizen, U.S. resident, U.S. partnership, or U.S. corporation?　→　No&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;・Do you have any U.S. Business Activities?　→　No&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;・Certificate of Foreign Status of Beneficial Owner　→　Type of Beneficial OwnerとTitleの入力&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;・I declare that the individual or organization named i….　→　チェック後送信&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;・I certify that the information above is ….　チェック後送信&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;一回設定したら、変更できません的な事を最後に言われた。。。&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot;&gt;（７）「Manage Your Applications」の入力&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj33AYB8nHT5p87HNrnKeUmyWoR97A0cyF3y38z1nPndW1Sa8AUFUuJ3E9y6T_tqR8bsjaoslggsWJu5hbi6KkqL8LVEOxRBMtMh7GWh4sKICsPLAkak-qAWszr-vcogdfM-3P5JBa9kJ4/s1600/iTunes+Connect-8.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;314&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj33AYB8nHT5p87HNrnKeUmyWoR97A0cyF3y38z1nPndW1Sa8AUFUuJ3E9y6T_tqR8bsjaoslggsWJu5hbi6KkqL8LVEOxRBMtMh7GWh4sKICsPLAkak-qAWszr-vcogdfM-3P5JBa9kJ4/s320/iTunes+Connect-8.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;font-size: medium; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;font-size: medium; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;font-size: x-small; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;font-size: x-small; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;
・Add New Appをクリック&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEio6bwT-9PlfLqpCL2quQilQ1pEGwYmO5Xlvhn-WNy7_t_FSq167XE54Csb2mNoLiw07WpOJzvFiUNTwRctNzQEamKg92-lfroBR1MpDg-rsknz_C9OCpDIQLAzNl_gOHkkOj-4AZMqfYo/s1600/iTunes+Connect-9.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;139&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEio6bwT-9PlfLqpCL2quQilQ1pEGwYmO5Xlvhn-WNy7_t_FSq167XE54Csb2mNoLiw07WpOJzvFiUNTwRctNzQEamKg92-lfroBR1MpDg-rsknz_C9OCpDIQLAzNl_gOHkkOj-4AZMqfYo/s320/iTunes+Connect-9.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;　Default Language　→　Japanese&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;　App Name　→　アプリの名称&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;　SKU Number　→　単品コード（製品管理コード？識別コード）ユニークであればいいらしい&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;　Bundle ID　→　公開用に登録したApp ID&lt;/span&gt;&lt;/div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;　入力したら「continue」&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiHAAqnynuG4NiEH6Bt-Km-GTIZ34Wl-13UkAojJdmPtcsDH7OOhJj3yxkwzEl0MGQ6VNqibMhYH2qwp6Xoec1oS0ySp4p-CXi-XYFSRFnCDk-f0Btxis8P_RVx9fQI7BL4Bul5Y0V2v84/s1600/iTunes+Connect-10.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;125&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiHAAqnynuG4NiEH6Bt-Km-GTIZ34Wl-13UkAojJdmPtcsDH7OOhJj3yxkwzEl0MGQ6VNqibMhYH2qwp6Xoec1oS0ySp4p-CXi-XYFSRFnCDk-f0Btxis8P_RVx9fQI7BL4Bul5Y0V2v84/s320/iTunes+Connect-10.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;Availability Date　→　公開可能日&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;Price Tier&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;　→　価格帯&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;Discount for Educational Institutions　→　教育機関のための割引（チェック外す）&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;Custom B2B App　→　B2B用アプリ（一般顧客には販売できない）&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;font-size: medium;&quot;&gt;
&lt;/div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;入力したら「continue」&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiYl08yz2tnFaVtblS_HA8YcZRDsiIlKncT4ZPZsllsZyi1D6AwnH_5xaKdUpPoJsN-b2sFAw0f-5V6tZiF40ncvHJB5rvXFp5MMJhw8UIsx2jFH6M5g_JoeDhQosBYgBzEssQnbJsUCkY/s1600/iTunes+Connect-11.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;314&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiYl08yz2tnFaVtblS_HA8YcZRDsiIlKncT4ZPZsllsZyi1D6AwnH_5xaKdUpPoJsN-b2sFAw0f-5V6tZiF40ncvHJB5rvXFp5MMJhw8UIsx2jFH6M5g_JoeDhQosBYgBzEssQnbJsUCkY/s320/iTunes+Connect-11.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-small;&quot;&gt;●Version Information&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span class=&quot;Apple-style-span&quot;&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;font-size: x-small;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot;&gt;Version Number　→　バージョン&lt;/span&gt;&lt;/div&gt;
&lt;span class=&quot;Apple-style-span&quot;&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;font-size: x-small;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot;&gt;Copyright　→　著作権&lt;/span&gt;&lt;/div&gt;
&lt;span class=&quot;Apple-style-span&quot;&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;font-size: x-small;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot;&gt;Primary Category　→　メインのカテゴリ&lt;/span&gt;&lt;/div&gt;
&lt;span class=&quot;Apple-style-span&quot;&gt;
&lt;div style=&quot;font-size: x-small;&quot;&gt;
Secondary Category (optional)　→　セカンダリのカテゴリ&lt;/div&gt;
&lt;div style=&quot;font-size: x-small;&quot;&gt;
Review Notes (optional)　→　追記&lt;/div&gt;
&lt;div style=&quot;font-size: x-small;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-small;&quot;&gt;●&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-small;&quot;&gt;Rating&lt;/span&gt;&lt;div style=&quot;font-size: x-small;&quot;&gt;
アプリケーションに猥褻な内容や、ポルノ、攻撃あるいは中傷的な内容が含まれていないのでNoneを全てチェック&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiuD5zINzmF5gOXRCdj7yZGtk_c3vzQha5vHjJqzGz0b8AM1Lq9LvWyLs4Nql7n18uMiWZtavHCLXaV9QmxUUwVixCu-nT-jPKkgrw-lRWj2_CsarGvVxa3u5DhllKnfn48ycPmqer6dq8/s1600/iTunes+Connect-12.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;314&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiuD5zINzmF5gOXRCdj7yZGtk_c3vzQha5vHjJqzGz0b8AM1Lq9LvWyLs4Nql7n18uMiWZtavHCLXaV9QmxUUwVixCu-nT-jPKkgrw-lRWj2_CsarGvVxa3u5DhllKnfn48ycPmqer6dq8/s320/iTunes+Connect-12.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-small;&quot;&gt;●Metadata&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;　Description　→　説明&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;　Keywords　→　キーワード&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;　Support Email Address　→　サポートメアド&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;　Support URL　→　サポートサイト&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;　Marketing URL (optional)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;　Privacy Policy URL (optional)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-small;&quot;&gt;●EULA（End User License Agreement）&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;　独自のEULAがある場合は記述&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-small;&quot;&gt;●Uploads&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;　Large App Icon　→　AppStore用の512x512pxのアイコン&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;　iPhone and iPod touch screenshots　→　iPhone and iPod touch用のスクリーンショット&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;　（iPhone and iPod touch Screenshots must be .jpeg, .jpg, .tif, .tiff, or .png file that is&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;　　960x640, 960x600, 640x960 or 640x920 pixels, at least 72 DPI,&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;　　and in the RGB color space.）&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;　iPad Screenshots　→　iPad用のスクリーンショット&lt;/span&gt;&lt;/div&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;　（iPad Screenshots must be .jpeg, .jpg, .tif, .tiff, or .png file that is&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;　　1024x768, 1024x748, 768x1024, 768x1004, 2048x1536, 2048x1496, 1536x2048 or 1536x2008 pixels,&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;　　at least 72 DPI, and in the RGB color space.）&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span class=&quot;Apple-style-span&quot;&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;登録が終わりManage Your Appsのトップページに戻るとアプリが登録されている&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span class=&quot;Apple-style-span&quot;&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgPzCdmEGJrvrmWoWJDNrggaiY3LBVLkuUJRkOZQlQv7n3L9WnHdSWgYho7lVUaYeuMQiQIJrZX8ez_6JiQa0vuBC7oFL0ch49jj_YmFUG9PR6b7070kP7VPW0EDabDKw3DbidAdTZYOng/s1600/iTunes+Connect-13.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;240&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgPzCdmEGJrvrmWoWJDNrggaiY3LBVLkuUJRkOZQlQv7n3L9WnHdSWgYho7lVUaYeuMQiQIJrZX8ez_6JiQa0vuBC7oFL0ch49jj_YmFUG9PR6b7070kP7VPW0EDabDKw3DbidAdTZYOng/s320/iTunes+Connect-13.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span class=&quot;Apple-style-span&quot;&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span class=&quot;Apple-style-span&quot;&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;登録したアプリをクリックしApp Information画面へ。&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6DY9gPCOGjQQks6miGFEYeV2hDN5PzVnupAx2fKyltKpe6hfWJf4s62ALQUjenE0PGjvCK1qmPUCBQC2cvlWGOOIu4Di8ybRFMPki8ayTYO-OHG5fZmlq3UhPj9r3834mBs9jugkXb7M/s1600/iTunes+Connect-14.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;240&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6DY9gPCOGjQQks6miGFEYeV2hDN5PzVnupAx2fKyltKpe6hfWJf4s62ALQUjenE0PGjvCK1qmPUCBQC2cvlWGOOIu4Di8ybRFMPki8ayTYO-OHG5fZmlq3UhPj9r3834mBs9jugkXb7M/s320/iTunes+Connect-14.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;Statusが「Prepare for Upload&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;（アップロードの準備中）&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;」になっている&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;現在、アプリのアップデートはXcode Organizerでやるらしく、ここのStatusを「Waiting For Upload&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;」変えてあげないとXcode OrganizerでValidateしてもエラーになる。&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;ここでもかなり嵌った。。。。。&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjmMJeoF3YZjauoSjdOPn196_ATNEzNuf8QxN-WK-fS1VwMtlbOVlR44NIDLHz38GbWXROk8q9wB56CtzIwtttvYjGjJ5tAD9kIQu4k4urxZX6QHb2eNlB7HnYK0RAFHF3DJuaqRPvrJyw/s1600/iTunes+Connect-15.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjmMJeoF3YZjauoSjdOPn196_ATNEzNuf8QxN-WK-fS1VwMtlbOVlR44NIDLHz38GbWXROk8q9wB56CtzIwtttvYjGjJ5tAD9kIQu4k4urxZX6QHb2eNlB7HnYK0RAFHF3DJuaqRPvrJyw/s320/iTunes+Connect-15.jpg&quot; width=&quot;304&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;右上の「Ready to Upload Binary」をクリックし&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;つ「Export Compliance」画面で&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;Is your product designed to use cryptography or does it contain or incorporate cryptography?　→　No&lt;/span&gt;&lt;/div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;（Binaryが暗号化されていたり、暗号化を含んでいるかどうか）&lt;/span&gt;&lt;/div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;</description><link>http://blog.imagesource.jp/2012/05/iphoneitunesconnect.html</link><author>noreply@blogger.com (有限会社イメージ・ソース・ジャパン)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhfeEiy7l_Asq1bX1W0TDHaS0D6D5Nw2YPbSkLepjY0edewOd_0nUyPIJuIKDKVW7_HvjhAtD2Y1g4sITewjF4wpbCs7LDxDnrEBgiuLDG3xf0yX8-8e2RlEeWTABC85joN1Hl8E8RL5YA/s72-c/iTunes+Connect-1.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7316253896918586048.post-1193995839220507114</guid><pubDate>Sun, 06 May 2012 08:51:00 +0000</pubDate><atom:updated>2012-05-06T17:51:39.213+09:00</atom:updated><title>iPhoneアプリ開発　Provisioningの登録</title><description>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
●Provisioningの登録とダウンロード&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipmvWR0_65UOfTcyWO5V5QuhLet2-VWuHYSmBz-8k2AON5gssqNB_6HAJ0XAZ_yY9IUMyXd26LkuoBa2uBKdSbPAuNlzYhqSL2JdIvon-1-7pYEoffhnj9BGbw1KWsmnpvEaJ1gg2OMEQ/s1600/Provisioning+Profiles+-+iOS+Provisioning+Portal+-+Apple+Developer.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;222&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipmvWR0_65UOfTcyWO5V5QuhLet2-VWuHYSmBz-8k2AON5gssqNB_6HAJ0XAZ_yY9IUMyXd26LkuoBa2uBKdSbPAuNlzYhqSL2JdIvon-1-7pYEoffhnj9BGbw1KWsmnpvEaJ1gg2OMEQ/s320/Provisioning+Profiles+-+iOS+Provisioning+Portal+-+Apple+Developer.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;Developmentは開発時に必要&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;Distributionは公開時に必要ですので、&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;適宜、上部のタブを選択しProvisioningを登録する&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
●Development Provisioning Profile（開発用）の作成例&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi5vn5PqgsJO1NLPLy6NEpxV7HH_z52vXvpSMUZG0k8a852gNh7fc-8ciH3E405HmEdiBnoo-CTKmbaK8pYxrmFP3MNHVOsq00EiqMLPSxow9gmRDLMPTw83iX_DGkRO7XKM6RzoceUwzw/s1600/Development+Provisioning+Profiles+-+iOS+Provisioning+Portal+-+Apple+Developer.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;222&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi5vn5PqgsJO1NLPLy6NEpxV7HH_z52vXvpSMUZG0k8a852gNh7fc-8ciH3E405HmEdiBnoo-CTKmbaK8pYxrmFP3MNHVOsq00EiqMLPSxow9gmRDLMPTw83iX_DGkRO7XKM6RzoceUwzw/s320/Development+Provisioning+Profiles+-+iOS+Provisioning+Portal+-+Apple+Developer.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;・Profile name　→　判りやすい識別名を入れる&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;・&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;Certificates　→　チェック&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;・&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;App ID　→　適宜選択&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;・&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;Devices　→　Devicesで登録した試験端末が表示されるので適宜チェック&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;Distribution（公開用）も基本的に同じです。&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;</description><link>http://blog.imagesource.jp/2012/05/iphoneprovisioning.html</link><author>noreply@blogger.com (有限会社イメージ・ソース・ジャパン)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipmvWR0_65UOfTcyWO5V5QuhLet2-VWuHYSmBz-8k2AON5gssqNB_6HAJ0XAZ_yY9IUMyXd26LkuoBa2uBKdSbPAuNlzYhqSL2JdIvon-1-7pYEoffhnj9BGbw1KWsmnpvEaJ1gg2OMEQ/s72-c/Provisioning+Profiles+-+iOS+Provisioning+Portal+-+Apple+Developer.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7316253896918586048.post-1835159894477651008</guid><pubDate>Sun, 06 May 2012 08:39:00 +0000</pubDate><atom:updated>2012-05-06T17:53:55.316+09:00</atom:updated><title>iPhoneアプリ開発　App IDsの登録</title><description>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
App IDsの登録&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
アプリの開発や公開をするためにApp IDを登録。&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
開発用のIDと公開用のIDでひとつのアプリにつき２つ必要。&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Description　→　説明&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Bundle Seed ID (App ID Prefix)　→　AppIDの前につく文字列（編集不可）&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Bundle Identifier (App ID Suffix)　→　AppIDの後ろにつく識別名　&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #666666; font-family: &#39;Lucida Grande&#39;, Geneva, Arial, Verdana, sans-serif; font-size: 10px; line-height: 15px;&quot;&gt;Example: com.domainname.appname&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj74uV5gpPn60uGHM_t4upm3bp1XcUfE4rpcAPZwWRSOkYWgNxrk9VhfxizSDSnwsAX1tOWmTClqc3-hvFZHd7ViPIctkdW6QCX8zweIszhmIVauPV4q3W_w-AONNOFq0Xur5TWV1qkG5c/s1600/Add+App+IDs+-+iOS+Provisioning+Portal+-+Apple+Developer.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;222&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj74uV5gpPn60uGHM_t4upm3bp1XcUfE4rpcAPZwWRSOkYWgNxrk9VhfxizSDSnwsAX1tOWmTClqc3-hvFZHd7ViPIctkdW6QCX8zweIszhmIVauPV4q3W_w-AONNOFq0Xur5TWV1qkG5c/s320/Add+App+IDs+-+iOS+Provisioning+Portal+-+Apple+Developer.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
ここで指定したAppIDのBundle identifierをXcodeで制作中のiPhoneアプリに指定してあげないとエラーが出てかなり嵌まる。。。。&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;</description><link>http://blog.imagesource.jp/2012/05/app-ids-app-id-idid-description-bundle.html</link><author>noreply@blogger.com (有限会社イメージ・ソース・ジャパン)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj74uV5gpPn60uGHM_t4upm3bp1XcUfE4rpcAPZwWRSOkYWgNxrk9VhfxizSDSnwsAX1tOWmTClqc3-hvFZHd7ViPIctkdW6QCX8zweIszhmIVauPV4q3W_w-AONNOFq0Xur5TWV1qkG5c/s72-c/Add+App+IDs+-+iOS+Provisioning+Portal+-+Apple+Developer.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7316253896918586048.post-6360860449758216866</guid><pubDate>Sun, 06 May 2012 08:32:00 +0000</pubDate><atom:updated>2012-05-06T17:32:39.236+09:00</atom:updated><title>iPhoneアプリ開発　公開する証明書の登録</title><description>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-small;&quot;&gt;iOS Provisioning Portalへログイン後、左ナビの「Certificates」をクリックし公開用証明書を登録する。&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-small;&quot;&gt;証明書の作成方法は、開発時と同じです。&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-small;&quot;&gt;http://blog.img-src.jp/2012/03/iphone.html&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi-PXqcWK9kQLbK6WuaMo6N0xDoR0Y2jT0nSjtTahq8aLxH8lJg2VmVlVDtP_KSNOhbk3ttBKeV6pYiGDWkhQVsCfPFApxfgW2cfHvehVreD-On75BghDvAH0GRFO3mckufP4JiPmLaMfg/s1600/Certificates+-+iOS+Provisioning+Portal+-+Apple+Developer.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;222&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi-PXqcWK9kQLbK6WuaMo6N0xDoR0Y2jT0nSjtTahq8aLxH8lJg2VmVlVDtP_KSNOhbk3ttBKeV6pYiGDWkhQVsCfPFApxfgW2cfHvehVreD-On75BghDvAH0GRFO3mckufP4JiPmLaMfg/s320/Certificates+-+iOS+Provisioning+Portal+-+Apple+Developer.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;</description><link>http://blog.imagesource.jp/2012/05/iphone.html</link><author>noreply@blogger.com (有限会社イメージ・ソース・ジャパン)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi-PXqcWK9kQLbK6WuaMo6N0xDoR0Y2jT0nSjtTahq8aLxH8lJg2VmVlVDtP_KSNOhbk3ttBKeV6pYiGDWkhQVsCfPFApxfgW2cfHvehVreD-On75BghDvAH0GRFO3mckufP4JiPmLaMfg/s72-c/Certificates+-+iOS+Provisioning+Portal+-+Apple+Developer.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7316253896918586048.post-2817760135937633984</guid><pubDate>Tue, 27 Mar 2012 04:08:00 +0000</pubDate><atom:updated>2012-03-27T13:18:23.324+09:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Apple</category><category domain="http://www.blogger.com/atom/ns#">Mac</category><title>Macのショートカット224個</title><description>&lt;a href=&quot;http://support.apple.com/kb/HT1343?viewlocale=ja_JP&amp;amp;locale=ja_JP&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;http://capture.heartrails.com/&quot; height=&quot;150&quot; src=&quot;http://capture.heartrails.com/200x200/border?http://support.apple.com/kb/HT1343?viewlocale=ja_JP&amp;amp;locale=ja_JP&quot; title=&quot;Mac OS X のキーボードショートカット&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Macはショートカットを使いこなすともっと便利に使えます。よく行う操作のショートカットがあれば、ぜひ覚えておきたいですね。</description><link>http://blog.imagesource.jp/2012/03/mac224.html</link><author>noreply@blogger.com (有限会社イメージ・ソース・ジャパン)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7316253896918586048.post-6908390622239723335</guid><pubDate>Mon, 05 Mar 2012 12:55:00 +0000</pubDate><atom:updated>2012-05-07T06:03:34.649+09:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">FlashBuilder</category><category domain="http://www.blogger.com/atom/ns#">iPhone</category><category domain="http://www.blogger.com/atom/ns#">アプリ開発</category><title>iPhoneアプリ開発　Developper証明書のcer形式からp12形式への変換</title><description>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
（１）キーチェーンアクセスを起動&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
iPhoneDeveloper登録した英語の名前と関連付けられている証明書を探す。&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
このセットが秘密鍵と証明書のセットです。&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
秘密鍵を選択し、ファイル＞書きだす　で.p12形式で保存&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjj8EilrsNzu-8QcKdoDFhRthyphenhyphen0DLh6vW2m6k8s8Qo0hixeoGE1ltlB4E5pVvkFlU358mMOIkoCGwgIlTHydx4LgZA9sc6RR0fs1bhQkckoRg4gpn6AYD7zbDvVWPcqwfHMfdT3EGOpxoM/s1600/%E3%82%AD%E3%83%BC%E3%83%81%E3%82%A7%E3%83%BC%E3%83%B3%E3%82%A2%E3%82%AF%E3%82%BB%E3%82%B9-2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;306&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjj8EilrsNzu-8QcKdoDFhRthyphenhyphen0DLh6vW2m6k8s8Qo0hixeoGE1ltlB4E5pVvkFlU358mMOIkoCGwgIlTHydx4LgZA9sc6RR0fs1bhQkckoRg4gpn6AYD7zbDvVWPcqwfHMfdT3EGOpxoM/s400/%E3%82%AD%E3%83%BC%E3%83%81%E3%82%A7%E3%83%BC%E3%83%B3%E3%82%A2%E3%82%AF%E3%82%BB%E3%82%B9-2.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;</description><link>http://blog.imagesource.jp/2012/03/iphonedeveloppercerp12.html</link><author>noreply@blogger.com (有限会社イメージ・ソース・ジャパン)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjj8EilrsNzu-8QcKdoDFhRthyphenhyphen0DLh6vW2m6k8s8Qo0hixeoGE1ltlB4E5pVvkFlU358mMOIkoCGwgIlTHydx4LgZA9sc6RR0fs1bhQkckoRg4gpn6AYD7zbDvVWPcqwfHMfdT3EGOpxoM/s72-c/%E3%82%AD%E3%83%BC%E3%83%81%E3%82%A7%E3%83%BC%E3%83%B3%E3%82%A2%E3%82%AF%E3%82%BB%E3%82%B9-2.jpg" height="72" width="72"/><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7316253896918586048.post-8862663995706015278</guid><pubDate>Mon, 05 Mar 2012 07:06:00 +0000</pubDate><atom:updated>2012-03-05T21:56:09.531+09:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Admob</category><category domain="http://www.blogger.com/atom/ns#">Xcode</category><category domain="http://www.blogger.com/atom/ns#">アプリ開発</category><title>iPhoneアプリ開発　AdMob広告のインストール</title><description>&lt;div class=&quot;separator tr_bq&quot; style=&quot;clear: both; text-align: left;&quot;&gt;iPhoneアプリに広告を入れてみようと思い、試してみました。&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;（１）AdMobに登録してSDKをダウンロード&lt;/div&gt;&lt;br /&gt;
（２）Projectを右Clickでコンテキストメニューを表示し「Add Files to...」を選択&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiXaTph812SCzH9doZl74kUwO4COj2jit3YwB0JrZy0-msl35vshrAK60KT6WgUHrfIRFguchHHe-wTlhvpoFskGQtZg7f-HX7M2ypb7H_cT5qEf0idgn2MPf34b2R7-VIpv2RBThKUKmU/s1600/%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88+2012-03-02+9.31.49.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;308&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiXaTph812SCzH9doZl74kUwO4COj2jit3YwB0JrZy0-msl35vshrAK60KT6WgUHrfIRFguchHHe-wTlhvpoFskGQtZg7f-HX7M2ypb7H_cT5qEf0idgn2MPf34b2R7-VIpv2RBThKUKmU/s400/%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88+2012-03-02+9.31.49.png&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;（３）ダウンロードしたSDKを選択し「Add」&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipdmc5yZPsuBGBUGkKD-21xvRrc2rVgh-4894wrY0PKTyCKlsPq7awnD2G-niTEyWjdsUhOmlHxwg3965EWoz2FlrsKL8I6AbVcGoZ3jol8r19GNRpK76XkdtVEXsUVAjvn1JWwsDkTmc/s1600/Xcode-1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;287&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipdmc5yZPsuBGBUGkKD-21xvRrc2rVgh-4894wrY0PKTyCKlsPq7awnD2G-niTEyWjdsUhOmlHxwg3965EWoz2FlrsKL8I6AbVcGoZ3jol8r19GNRpK76XkdtVEXsUVAjvn1JWwsDkTmc/s400/Xcode-1.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;（４）プロジェクト＞TARGET＞BuildPhases＞Link Binary With Librariesを選択し＋Buttonを押して下記のライブラリを追加&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;AudioToolbox&lt;/li&gt;
&lt;li&gt;MessageUI&lt;/li&gt;
&lt;li&gt;SystemConfiguration&lt;/li&gt;
&lt;li&gt;CoreGraphics&lt;/li&gt;
&lt;li&gt;libGoogleAdMovAds&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgRlk0hB3LFO_-b43YtsGtqahbvVgq4cmZgKFhCOL09hyphenhyphenhnrhV-V9cFeuha8WpoPvxIqGnac_AWgS2eV00s7p7tlYrzKWN3bOFLbFWq5R2x1TqgaOv7g5Kku1zNfLtRdWkokrCRLGBYpiA/s1600/Xcode-3%E3%81%AE%E3%82%B3%E3%83%92%E3%82%9A%E3%83%BC.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;265&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgRlk0hB3LFO_-b43YtsGtqahbvVgq4cmZgKFhCOL09hyphenhyphenhnrhV-V9cFeuha8WpoPvxIqGnac_AWgS2eV00s7p7tlYrzKWN3bOFLbFWq5R2x1TqgaOv7g5Kku1zNfLtRdWkokrCRLGBYpiA/s400/Xcode-3%E3%81%AE%E3%82%B3%E3%83%92%E3%82%9A%E3%83%BC.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;（５）アプリのソース内のUIViewControllerに下記を適宜追加&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh4QqJTOjlXZVrJjr0l92jQiq_KXIgfxUla3UYjQ4tZ1NngaIaRnBQ7j3-bhWklDFnxwuexCsZy96pc1aN4RMVqxQzsdVMxVi35em1Lsich6ftO3E0mjQ01zI0sJFawfie6yXLMQjGBaQI/s1600/%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88+2012-03-02+10.13.57.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;118&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh4QqJTOjlXZVrJjr0l92jQiq_KXIgfxUla3UYjQ4tZ1NngaIaRnBQ7j3-bhWklDFnxwuexCsZy96pc1aN4RMVqxQzsdVMxVi35em1Lsich6ftO3E0mjQ01zI0sJFawfie6yXLMQjGBaQI/s400/%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88+2012-03-02+10.13.57.png&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;（６）ViewDidLoad部分に下記を適宜追加&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-5iHbsdpYgGHMoQHwL7SUpceKbrObsW_xmah5daVGGdYmcGG632y0waNz95t1tKDCyinucdVp07TnTsjrSyI7Ut-gXaTHHbDh9YkouMjoiGIDQXxzNxXUPopq_LqhO6xrJ3obnkl9XRM/s1600/%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88+2012-03-02+10.13.41.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;400&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-5iHbsdpYgGHMoQHwL7SUpceKbrObsW_xmah5daVGGdYmcGG632y0waNz95t1tKDCyinucdVp07TnTsjrSyI7Ut-gXaTHHbDh9YkouMjoiGIDQXxzNxXUPopq_LqhO6xrJ3obnkl9XRM/s400/%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88+2012-03-02+10.13.41.png&quot; width=&quot;398&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
（７）インストール完了&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgWwpNLSFdPLBnTpKW9vcTvrXxNkbSTyx4o9WW2r_Siwd9boxF-G5w79d3C24xJBhFLbD3A4qiJjMWYQTsOmOvGQAL3RDu86zKMGqiV5mo4h1P8GayHkf7UbYYs7qDAgqQN7cCnS4tbYgY/s1600/%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88+2012-03-02+10.16.48.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;400&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgWwpNLSFdPLBnTpKW9vcTvrXxNkbSTyx4o9WW2r_Siwd9boxF-G5w79d3C24xJBhFLbD3A4qiJjMWYQTsOmOvGQAL3RDu86zKMGqiV5mo4h1P8GayHkf7UbYYs7qDAgqQN7cCnS4tbYgY/s400/%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88+2012-03-02+10.16.48.png&quot; width=&quot;282&quot; /&gt;&lt;/a&gt;&lt;/div&gt;</description><link>http://blog.imagesource.jp/2012/03/iphoneadmob.html</link><author>noreply@blogger.com (有限会社イメージ・ソース・ジャパン)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiXaTph812SCzH9doZl74kUwO4COj2jit3YwB0JrZy0-msl35vshrAK60KT6WgUHrfIRFguchHHe-wTlhvpoFskGQtZg7f-HX7M2ypb7H_cT5qEf0idgn2MPf34b2R7-VIpv2RBThKUKmU/s72-c/%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88+2012-03-02+9.31.49.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7316253896918586048.post-1760012518972256222</guid><pubDate>Thu, 01 Mar 2012 13:50:00 +0000</pubDate><atom:updated>2012-03-05T21:56:22.279+09:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">iPhone</category><category domain="http://www.blogger.com/atom/ns#">Xcode</category><category domain="http://www.blogger.com/atom/ns#">アプリ開発</category><title>iPhoneアプリ開発　証明書のインストール</title><description>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;iPhone実機でアプリを検証するためには、AppleDevelopper登録をして、そこで手に入れた証明書をMacにインストールしなければなりません。&lt;/div&gt;その証明書のインストール手順です。&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;１）認証局に証明書を要求するため、Macで証明書（リクエスト）を作成&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEir12b7iA60VBpXF6-CLxBzGDCFSwbbJRhjyybpvtiGW67TMqVAXD4l_YaOb204sZpMMYEyv17bV7diwNdC5RH-NpxHOR8wsc7fZWjeBuXcLFj5OGKNp4IVy6G61JQiEgVsrn7FT9pL7Mw/s1600/%25E8%25A8%25BC%25E6%2598%258E%25E6%259B%25B8%25E3%2582%25A2%25E3%2582%25B7%25E3%2582%25B9%25E3%2582%25BF%25E3%2583%25B3%25E3%2583%2588.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;285&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEir12b7iA60VBpXF6-CLxBzGDCFSwbbJRhjyybpvtiGW67TMqVAXD4l_YaOb204sZpMMYEyv17bV7diwNdC5RH-NpxHOR8wsc7fZWjeBuXcLFj5OGKNp4IVy6G61JQiEgVsrn7FT9pL7Mw/s400/%25E8%25A8%25BC%25E6%2598%258E%25E6%259B%25B8%25E3%2582%25A2%25E3%2582%25B7%25E3%2582%25B9%25E3%2582%25BF%25E3%2583%25B3%25E3%2583%2588.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;２）Apple Developerにログイン後、１で作った証明書をアップロード&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgXxqELsNQ3xgr3N98UE4z78txF4IGi-o8Stc_nBuJCm0c8aVholCJF9aadajoUVvT0bpF6Bl0HCq6lqmSK23avKVJyU-fRBj5nrjUU6TxcCCX3N8rv8JSsOgUu7nOnnvHAAOBFc9UDXhs/s1600/Certificates+-+iOS+Provisioning+Portal+-+Apple+Developer-1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;180&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgXxqELsNQ3xgr3N98UE4z78txF4IGi-o8Stc_nBuJCm0c8aVholCJF9aadajoUVvT0bpF6Bl0HCq6lqmSK23avKVJyU-fRBj5nrjUU6TxcCCX3N8rv8JSsOgUu7nOnnvHAAOBFc9UDXhs/s400/Certificates+-+iOS+Provisioning+Portal+-+Apple+Developer-1.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;３）証明書をダウンロード&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhlUYmFVOpUsY9c6Br10h4DlHPinyLtM7Wcvflr7HPIcZPu6p2dVbgKlIiMxkgDm_l8NoG4pv4nzzbJjx_jZiHOtGbEcEXZ7K6gh2UhRsmexpWWDttO3hwlNw_gDVzVtrz-1AV75T5gUBk/s1600/Certificates+-+iOS+Provisioning+Portal+-+Apple+Developer-2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;180&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhlUYmFVOpUsY9c6Br10h4DlHPinyLtM7Wcvflr7HPIcZPu6p2dVbgKlIiMxkgDm_l8NoG4pv4nzzbJjx_jZiHOtGbEcEXZ7K6gh2UhRsmexpWWDttO3hwlNw_gDVzVtrz-1AV75T5gUBk/s400/Certificates+-+iOS+Provisioning+Portal+-+Apple+Developer-2.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;４）３で作った証明書をダブルクリックで２つともインストール&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh-_zLi-caFlmw01EI4UUQs1aVwvsW938q668KL3F-mt_NBK3WosqmUq_tJ8z4vcolzNyPsn94DoVSBIqrctr1SVfMXET-BCdhS0sR-lgYFLGZisHeMq2gaZH0oIRcyM2mJW2f4BWubDr8/s1600/%25E3%2582%25AD%25E3%2583%25BC%25E3%2583%2581%25E3%2582%25A7%25E3%2583%25BC%25E3%2583%25B3%25E3%2582%25A2%25E3%2582%25AF%25E3%2582%25BB%25E3%2582%25B9.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;280&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh-_zLi-caFlmw01EI4UUQs1aVwvsW938q668KL3F-mt_NBK3WosqmUq_tJ8z4vcolzNyPsn94DoVSBIqrctr1SVfMXET-BCdhS0sR-lgYFLGZisHeMq2gaZH0oIRcyM2mJW2f4BWubDr8/s400/%25E3%2582%25AD%25E3%2583%25BC%25E3%2583%2581%25E3%2582%25A7%25E3%2583%25BC%25E3%2583%25B3%25E3%2582%25A2%25E3%2582%25AF%25E3%2582%25BB%25E3%2582%25B9.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;５）インストールされたか確認&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiF6zZWkY40O2aqROTv0MFXGdIO6LLr0YDKLAxaH-AZ4FJgb4H_gTZ8CMS0csHys4ZvrZVIElYTCaBNc6cBtQlH2ofawWH7f0hxN2WapdY7CAiXlvWIFJfKIu-osM15PYyC9YBZy7pqWNE/s1600/%25E3%2582%25AD%25E3%2583%25BC%25E3%2583%2581%25E3%2582%25A7%25E3%2583%25BC%25E3%2583%25B3%25E3%2582%25A2%25E3%2582%25AF%25E3%2582%25BB%25E3%2582%25B9-1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;170&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiF6zZWkY40O2aqROTv0MFXGdIO6LLr0YDKLAxaH-AZ4FJgb4H_gTZ8CMS0csHys4ZvrZVIElYTCaBNc6cBtQlH2ofawWH7f0hxN2WapdY7CAiXlvWIFJfKIu-osM15PYyC9YBZy7pqWNE/s400/%25E3%2582%25AD%25E3%2583%25BC%25E3%2583%2581%25E3%2582%25A7%25E3%2583%25BC%25E3%2583%25B3%25E3%2582%25A2%25E3%2582%25AF%25E3%2582%25BB%25E3%2582%25B9-1.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;これで完了！&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;</description><link>http://blog.imagesource.jp/2012/03/iphone.html</link><author>noreply@blogger.com (有限会社イメージ・ソース・ジャパン)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEir12b7iA60VBpXF6-CLxBzGDCFSwbbJRhjyybpvtiGW67TMqVAXD4l_YaOb204sZpMMYEyv17bV7diwNdC5RH-NpxHOR8wsc7fZWjeBuXcLFj5OGKNp4IVy6G61JQiEgVsrn7FT9pL7Mw/s72-c/%25E8%25A8%25BC%25E6%2598%258E%25E6%259B%25B8%25E3%2582%25A2%25E3%2582%25B7%25E3%2582%25B9%25E3%2582%25BF%25E3%2583%25B3%25E3%2583%2588.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7316253896918586048.post-459294881320045255</guid><pubDate>Mon, 27 Feb 2012 09:26:00 +0000</pubDate><atom:updated>2012-02-27T18:28:03.420+09:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">facebook</category><title>facebookページとfacebookスポットの統合方法</title><description>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;facebookページとfacebookスポットの統合方法ですが、昔はかなり面倒で申請も必要だったのですが、今は随分と簡単にできるようになったんですね。&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;画像はクリックで拡大できます。&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhkjJCP_pmOoIFCF9p3vt7p_66xc1tJyW8qW4mRZQtRTd-qLQu_azDPq7kkJwBNWaKRvlMAKiXikcOowrZiBzrObUSI6BBONXNg8pQrsFpLuPKECyqatY4Vj21Z_jqe-pgJRSn-jyKemZM/s1600/Edit+Profile.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;227&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhkjJCP_pmOoIFCF9p3vt7p_66xc1tJyW8qW4mRZQtRTd-qLQu_azDPq7kkJwBNWaKRvlMAKiXikcOowrZiBzrObUSI6BBONXNg8pQrsFpLuPKECyqatY4Vj21Z_jqe-pgJRSn-jyKemZM/s320/Edit+Profile.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;「いいね」してくださいww　↓&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://www.facebook.com/ImageSource.jp&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;http://capture.heartrails.com/&quot; height=&quot;240&quot; src=&quot;http://capture.heartrails.com/200x200/border?http://www.facebook.com/ImageSource.jp&quot; title=&quot;HeartRails Capture | サムネイル画像／PDF ファイル作成サービス&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;</description><link>http://blog.imagesource.jp/2012/02/facebookfacebook.html</link><author>noreply@blogger.com (有限会社イメージ・ソース・ジャパン)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhkjJCP_pmOoIFCF9p3vt7p_66xc1tJyW8qW4mRZQtRTd-qLQu_azDPq7kkJwBNWaKRvlMAKiXikcOowrZiBzrObUSI6BBONXNg8pQrsFpLuPKECyqatY4Vj21Z_jqe-pgJRSn-jyKemZM/s72-c/Edit+Profile.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7316253896918586048.post-2663893868009394822</guid><pubDate>Tue, 04 Oct 2011 10:18:00 +0000</pubDate><atom:updated>2011-10-04T19:18:29.607+09:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">WordPress</category><title>WordPressの自動アップデートができない件。</title><description>以前も他のサイトで嵌りましたのでメモ　&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: white; color: #333333; font-size: 13px; line-height: 16px;&quot;&gt;φ(.. )ﾒﾓｼﾃｵｺｳ&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
毎回WordPressの自動アップデートのFTP絡みの部分でエラーが出ます。&lt;br /&gt;
&lt;br /&gt;
wp-config.phpに下記を追加することにより対処可能です。&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;// 自動更新様に追加&lt;br /&gt;
&amp;nbsp;define(&#39;FS_METHOD&#39;, &#39;direct&#39;);&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;ちなみに、WordPressの自動アップデートでは、すんなりといったためしがありません。。。&lt;/div&gt;</description><link>http://blog.imagesource.jp/2011/10/wordpress.html</link><author>noreply@blogger.com (有限会社イメージ・ソース・ジャパン)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7316253896918586048.post-8300256625857185885</guid><pubDate>Wed, 31 Aug 2011 00:59:00 +0000</pubDate><atom:updated>2011-08-31T10:01:06.017+09:00</atom:updated><title>検索で１位になりました！</title><description>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiI2EaNqSaKuExOs00UwQk_PkhKr5qNQtWSaDdAzlGrdqjW3jqXg0iS4A0HYPae883HE3HS66sN5ahpgW-HcGMIyJ_eJSCKpIRtWCcEt8eUU1ywlJO2G4oCyVJ0NEFF250kshW1TnGkJko/s1600/yoshikawa.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;239&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiI2EaNqSaKuExOs00UwQk_PkhKr5qNQtWSaDdAzlGrdqjW3jqXg0iS4A0HYPae883HE3HS66sN5ahpgW-HcGMIyJ_eJSCKpIRtWCcEt8eUU1ywlJO2G4oCyVJ0NEFF250kshW1TnGkJko/s320/yoshikawa.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&amp;nbsp;弊社でSEOを実施したWEBサイトが圏外から１位になりました！</description><link>http://blog.imagesource.jp/2011/08/blog-post_31.html</link><author>noreply@blogger.com (有限会社イメージ・ソース・ジャパン)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiI2EaNqSaKuExOs00UwQk_PkhKr5qNQtWSaDdAzlGrdqjW3jqXg0iS4A0HYPae883HE3HS66sN5ahpgW-HcGMIyJ_eJSCKpIRtWCcEt8eUU1ywlJO2G4oCyVJ0NEFF250kshW1TnGkJko/s72-c/yoshikawa.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7316253896918586048.post-870697955785472335</guid><pubDate>Fri, 12 Aug 2011 09:10:00 +0000</pubDate><atom:updated>2011-08-12T18:31:39.553+09:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">iPhone</category><category domain="http://www.blogger.com/atom/ns#">デベロッパー</category><title>iPhoneアプリ開発で、めちゃハマった件</title><description>iPhoneアプリの開発で、キーチェーンやデベロッパー登録の部分で、めちゃハマりました。&lt;br /&gt;
Googleで調べたりしていたのですが、皆さんも結構困っている方が多い模様でした。&lt;br /&gt;
私もどうにか、問題を解決できたのですが、ネット上にない方法で、解決できましたので、お役に立てればと思いアップ致します。&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-large;&quot;&gt;悩まされたビルドエラー&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
パターン１&lt;br /&gt;
Command /usr/bin/codesign failed with exit code 1&lt;br /&gt;
&lt;br /&gt;
パターン２&lt;br /&gt;
appears more than once in the keychain. The codesign tool requires there only be one.&lt;br /&gt;
（重複しているらしい）&lt;br /&gt;
&lt;br /&gt;
パターン３&lt;br /&gt;
Code Sign error: Provisioning profile&lt;br /&gt;
&lt;br /&gt;
パターン４&lt;br /&gt;
xcode &amp;nbsp;code sign error be found&lt;br /&gt;
&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
いずれもキーチェーン絡みというのは、Google先生に聞いて想像が付いていたのですが、解決方法を試してみても解決しない！！！！&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
調べてみると・・・&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;・マシンの変更&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;・よく判らずキーチェーンを削除&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;・iPhoneも変更&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
トラブルになり得そうな事を、いずれもやっている。。。。&lt;br /&gt;
&lt;br /&gt;
結局よくわからないが、うまく解決しましたので、その最終形だけお知らせ。&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-large;&quot;&gt;まず、証明書の再作成&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgR8lY-Q4lmGf_QvV5P7YPHqUfkGIBGs8wGGLI0DQPpkcoENLhPVSQDqStdpP88BZXKhyphenhyphenynixqfTt87lInODEMWsDEq9yA2l8SSoAAPaCHt9Hp4PzTZ-0jOVTziURR5iO0r0ezwdfzBklk/s1600/screen-capture.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;165&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgR8lY-Q4lmGf_QvV5P7YPHqUfkGIBGs8wGGLI0DQPpkcoENLhPVSQDqStdpP88BZXKhyphenhyphenynixqfTt87lInODEMWsDEq9yA2l8SSoAAPaCHt9Hp4PzTZ-0jOVTziURR5iO0r0ezwdfzBklk/s400/screen-capture.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;環境設定の証明書の設定状況&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzcdFoZeweBjUtdKH4jMrULTvqz7DBL6L_dTvBg6DPUu6d2nlUJp7bka3scEFWcaEIiDKfd9AKWiIaNHYqBflNV41yRmnFY-wTVdRD4taJ8O6QhsEWZ-HBW_PPRzCRfdlMQwS1q5grQo0/s1600/screen-capture.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;300&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzcdFoZeweBjUtdKH4jMrULTvqz7DBL6L_dTvBg6DPUu6d2nlUJp7bka3scEFWcaEIiDKfd9AKWiIaNHYqBflNV41yRmnFY-wTVdRD4taJ8O6QhsEWZ-HBW_PPRzCRfdlMQwS1q5grQo0/s400/screen-capture.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
（１）&lt;br /&gt;
キーチェーンを起動しデベロッパーの綴りの一部「deve」で検索&lt;br /&gt;
・当初はiPhone Developerが重複で５件。&lt;br /&gt;
・AppleWWDRCAがシステムとログインの両方に入っていました。&lt;br /&gt;
それら一旦、全部削除。&lt;br /&gt;
&lt;br /&gt;
（２）&lt;br /&gt;
キーチェーンを作り直しました。&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgF8Mxda5GA-V5C9oA2Skjp_GHpt1UZMetuVIQ4LoybSen1RseUase17qp5yOccv11t42MijiWtKlPaZKLIcyWwFVbrVg3tJRwvSlnyJeQXZ78vQxYlnJDGld8Qh7pbJyn8Q-UEGn5_Oe0/s1600/screen-capture-1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;287&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgF8Mxda5GA-V5C9oA2Skjp_GHpt1UZMetuVIQ4LoybSen1RseUase17qp5yOccv11t42MijiWtKlPaZKLIcyWwFVbrVg3tJRwvSlnyJeQXZ78vQxYlnJDGld8Qh7pbJyn8Q-UEGn5_Oe0/s400/screen-capture-1.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
・ユーザーのメールアドレス　ADCに登録したメアド&lt;br /&gt;
・通称　登録した名前&lt;br /&gt;
日本語ではうまくいかないとの噂もあったので、英語で登録し名前と苗字の間のスペースを省いて入力しました。（例：TAROUYAMADA）&lt;br /&gt;
・要求の処理　ディスクに保存を選択し鍵ペアをチェックド&lt;br /&gt;
&lt;br /&gt;
・次の画面で　2048ビットとRSAを選択し保存完了&lt;br /&gt;
デフォルトではCertificateSigningRequest.certSigningRequestという名前で保存される&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Lucida Grande&#39;, Geneva, Arial, Verdana, sans-serif; font-size: 14px; font-weight: bold; line-height: 16px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Lucida Grande&#39;, Geneva, Arial, Verdana, sans-serif; font-size: 14px; font-weight: bold; line-height: 16px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Lucida Grande&#39;, Geneva, Arial, Verdana, sans-serif; font-weight: bold; line-height: 16px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-large;&quot;&gt;Provisioning Portalで鍵を登録&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Lucida Grande&#39;, Geneva, Arial, Verdana, sans-serif; font-weight: bold; line-height: 16px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-large;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdmC5msc8hJ4vYyqQwjPwPzJkuapdOgASLeliJ_Qzvg5swXmPcU6buFoH5G_ui7tvnjKXwiyHKlhPPS94SRzQxaXwqXVAHDIe_kekdz9xCi_cH8DBTDi0wlZJDxJemBDSV22Gzyq-JErg/s1600/screen-capture-2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;387&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdmC5msc8hJ4vYyqQwjPwPzJkuapdOgASLeliJ_Qzvg5swXmPcU6buFoH5G_ui7tvnjKXwiyHKlhPPS94SRzQxaXwqXVAHDIe_kekdz9xCi_cH8DBTDi0wlZJDxJemBDSV22Gzyq-JErg/s400/screen-capture-2.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Lucida Grande&#39;, Geneva, Arial, Verdana, sans-serif; font-weight: bold; line-height: 16px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-large;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
この画面で、前工程で作った鍵（CertificateSigningRequest.certSigningRequest）を登録&lt;br /&gt;
&lt;br /&gt;
しばらくすると、上記の画像のようにダウンロード出来るようなるので、「Download」でiPhone Developerの証明書をダウンロード&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: &#39;Lucida Grande&#39;, Geneva, Arial, Verdana, sans-serif; font-size: 12px; line-height: 18px;&quot;&gt;引き続きその下の、If you do not have the WWDR intermediate certificate installed,&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: &#39;Lucida Grande&#39;, Geneva, Arial, Verdana, sans-serif; font-size: 12px; line-height: 18px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: &#39;Lucida Grande&#39;, Geneva, Arial, Verdana, sans-serif; font-size: 12px; line-height: 18px;&quot;&gt;&lt;a href=&quot;http://developer.apple.com/certificationauthority/AppleWWDRCA.cer&quot; style=&quot;color: #0088cc; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none;&quot;&gt;click here to download now&lt;/a&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: &#39;Lucida Grande&#39;, Geneva, Arial, Verdana, sans-serif; font-size: 12px; line-height: 18px;&quot;&gt;.の部分から、AWWDRCAの証明書をダウンロード。&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: &#39;Lucida Grande&#39;, Geneva, Arial, Verdana, sans-serif; font-size: 12px; line-height: 18px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: &#39;Lucida Grande&#39;, Geneva, Arial, Verdana, sans-serif; font-size: 12px; line-height: 18px;&quot;&gt;ダブルクリックで証明書をインストールできます。&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: &#39;Lucida Grande&#39;, Geneva, Arial, Verdana, sans-serif; font-size: 12px; line-height: 18px;&quot;&gt;インストールするキーチェーンはログインを選択しました。&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: &#39;Lucida Grande&#39;, Geneva, Arial, Verdana, sans-serif; font-size: 12px; line-height: 18px;&quot;&gt;すると一番最初の画像のように２個だけ登録された状態になります。&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: &#39;Lucida Grande&#39;, Geneva, Arial, Verdana, sans-serif; font-size: 12px; line-height: 18px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: &#39;Lucida Grande&#39;, Geneva, Arial, Verdana, sans-serif; font-size: 12px; line-height: 18px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: &#39;Lucida Grande&#39;, Geneva, Arial, Verdana, sans-serif; font-size: 12px; line-height: 18px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: &#39;Lucida Grande&#39;, Geneva, Arial, Verdana, sans-serif; line-height: 18px;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-large;&quot;&gt;XCODEを起動&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: &#39;Lucida Grande&#39;, Geneva, Arial, Verdana, sans-serif; font-size: 12px; line-height: 18px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: &#39;Lucida Grande&#39;, Geneva, Arial, Verdana, sans-serif; font-size: 12px; line-height: 18px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgMw6Vk8fC9Uy4rLzHYeepJQ6gIOKsNKKN-pwDL_tT4ar1n_VgFQVEtM3yZMsx95dMzJFFgYfZmQP-eJJs1SHpfAkCL6-G6K5a4tzOJFsznlO-rZ7PdrE7a2t4hUpfkwgHS-AJFrJQ6QY4/s1600/screen-capture-3.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;322&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgMw6Vk8fC9Uy4rLzHYeepJQ6gIOKsNKKN-pwDL_tT4ar1n_VgFQVEtM3yZMsx95dMzJFFgYfZmQP-eJJs1SHpfAkCL6-G6K5a4tzOJFsznlO-rZ7PdrE7a2t4hUpfkwgHS-AJFrJQ6QY4/s400/screen-capture-3.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;XCODE起動＞上部メニュー＞Window＞Organizer起動&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;ウインドウ下部のAutomatic Device Provisioningのチェックドされてることを確認し、「Refresh」ボタンを押すとダイアログボックスが出てきますので、ADCのログインアカウント（メアド）とパスワードを入力すると自動的にProvisioningの登録をしてくれた上、ダウンロードしてインストールしてくれます。&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhFVb8Qh7kEZXgnpKPVrUSkWUBLJfiXND4E84_MdMEbqqnJzbYfQsF4-DWZHu8EjOlhEYeZN1r7ezGCQa_HFoF71vbWEmbzzxOAWiLybveA07hCtwXCzFPIIEz29UhjPwRuiBCow7Gm0xM/s1600/screen-capture-4.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;146&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhFVb8Qh7kEZXgnpKPVrUSkWUBLJfiXND4E84_MdMEbqqnJzbYfQsF4-DWZHu8EjOlhEYeZN1r7ezGCQa_HFoF71vbWEmbzzxOAWiLybveA07hCtwXCzFPIIEz29UhjPwRuiBCow7Gm0xM/s400/screen-capture-4.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;下記が、XCODEがProvisioning Potalに登録してくれたProvisioning Profile。&lt;/div&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiRZHTFWxUkHEVZp9VmtlHj9LLZh3TNV_kaSyaL-dyjmLTDK783B7ZwOVr1BUuZClkq9ZxfItSZkh8XZLAuS2AurS1ODQJL78f-2WK0XgErigG68tD7yl1QHISnnzVFsaHxYiHQ-2Tqk0A/s1600/screen-capture-5.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;386&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiRZHTFWxUkHEVZp9VmtlHj9LLZh3TNV_kaSyaL-dyjmLTDK783B7ZwOVr1BUuZClkq9ZxfItSZkh8XZLAuS2AurS1ODQJL78f-2WK0XgErigG68tD7yl1QHISnnzVFsaHxYiHQ-2Tqk0A/s400/screen-capture-5.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
以上でうまく行きました。&lt;br /&gt;
&lt;br /&gt;
</description><link>http://blog.imagesource.jp/2011/08/iphone.html</link><author>noreply@blogger.com (有限会社イメージ・ソース・ジャパン)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgR8lY-Q4lmGf_QvV5P7YPHqUfkGIBGs8wGGLI0DQPpkcoENLhPVSQDqStdpP88BZXKhyphenhyphenynixqfTt87lInODEMWsDEq9yA2l8SSoAAPaCHt9Hp4PzTZ-0jOVTziURR5iO0r0ezwdfzBklk/s72-c/screen-capture.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7316253896918586048.post-5789011032550206945</guid><pubDate>Thu, 04 Aug 2011 08:57:00 +0000</pubDate><atom:updated>2011-08-04T17:57:48.208+09:00</atom:updated><title>O.toneに掲載されました！</title><description>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://www.alter.co.jp/&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;200&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjOMKnzRYwQ-BAypvW2NFsqoI5k6Z28Z8XuBbCKRFbP9_ONBoHqp9bBJfyoc7ZRE9mvWATlGT0vpLPQn2lyyjIM8sI-Oi-ufeYD1zoYMdknvC0GkXjc2vxDh-7YlHVkizUlVppapbr-N2U/s200/284322_180329348698407_100001640301665_476104_3672720_n.jpg&quot; width=&quot;188&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;fbPhotoCaptionText&quot;&gt;サッポロのおやぢたちがナビゲーター。&lt;br /&gt;
O.tone vol.33(7月15日発売号）に掲載されてます&lt;wbr&gt;&lt;/wbr&gt;​。&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;fbPhotoCaptionText&quot;&gt;お近くの書店・コンビニで、&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;fbPhotoCaptionText&quot;&gt;立ち読みではなく買って読んでみて！！（笑）&lt;/span&gt;</description><link>http://blog.imagesource.jp/2011/08/otone.html</link><author>noreply@blogger.com (有限会社イメージ・ソース・ジャパン)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjOMKnzRYwQ-BAypvW2NFsqoI5k6Z28Z8XuBbCKRFbP9_ONBoHqp9bBJfyoc7ZRE9mvWATlGT0vpLPQn2lyyjIM8sI-Oi-ufeYD1zoYMdknvC0GkXjc2vxDh-7YlHVkizUlVppapbr-N2U/s72-c/284322_180329348698407_100001640301665_476104_3672720_n.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7316253896918586048.post-6056290996900026532</guid><pubDate>Thu, 04 Aug 2011 06:33:00 +0000</pubDate><atom:updated>2011-08-04T17:45:28.482+09:00</atom:updated><title>吉川悠介法律事務所</title><description>&lt;div style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em; text-align: left;&quot;&gt;&lt;a href=&quot;http://yoshikawa-law.com/&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;200&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgp70h2C2RfBb1FX1fZhwuFMTVQtt-I-cgxR5TESKqqNQo6pLw5XgN3sB-nw5qaiEfNxbcpXRz8npjFeQJ1vxbiQl_UNR5aO06Z0ZR8BYypkPIQ2prTRnq9uc0IFhLZ-833UXDp4vZOJ5I/s200/Yoshikawa+Yusuke+Law+Office+%252820110804%2529.png&quot; width=&quot;160&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em; text-align: center;&quot;&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em; text-align: left;&quot;&gt;吉川悠介法律事務所は借金・離婚（慰謝料請求等）・相続など、あなたの悩みを解決いたします。&lt;br /&gt;
詳しくは &lt;a href=&quot;http://yoshikawa-law.com/&quot;&gt;http://yoshikawa-law.com&lt;/a&gt; へ&lt;/div&gt;</description><link>http://blog.imagesource.jp/2011/08/blog-post.html</link><author>noreply@blogger.com (有限会社イメージ・ソース・ジャパン)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgp70h2C2RfBb1FX1fZhwuFMTVQtt-I-cgxR5TESKqqNQo6pLw5XgN3sB-nw5qaiEfNxbcpXRz8npjFeQJ1vxbiQl_UNR5aO06Z0ZR8BYypkPIQ2prTRnq9uc0IFhLZ-833UXDp4vZOJ5I/s72-c/Yoshikawa+Yusuke+Law+Office+%252820110804%2529.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7316253896918586048.post-41926720560651017</guid><pubDate>Fri, 24 Jun 2011 02:34:00 +0000</pubDate><atom:updated>2011-06-24T11:40:10.972+09:00</atom:updated><title>クリーニングのクリーンライン</title><description>&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span id=&quot;goog_338400903&quot;&gt;&lt;/span&gt;&lt;span id=&quot;goog_338400904&quot;&gt;&lt;/span&gt;&lt;a href=&quot;http://cleanline.jp/&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;200&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiKS3ByzLwHUdyNJY45hEfLTwUYL3AvxvayxENEGKbrPmA9KOUXpihm94ziMQWcH5IEr8jUAzdnkGA6g1N3APFRUPBWreO7TAI5lQtZZdB3Iw5Np8upsQvowALsSfEP45-9wxfgdze7C-I/s200/cleanline.png&quot; width=&quot;158&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;span id=&quot;goog_1812416221&quot;&gt;&lt;/span&gt;&lt;span id=&quot;goog_1812416222&quot;&gt;&lt;/span&gt;&lt;a href=&quot;http://www.blogger.com/&quot;&gt;&lt;/a&gt;&lt;/div&gt;</description><link>http://blog.imagesource.jp/2011/06/blog-post_24.html</link><author>noreply@blogger.com (有限会社イメージ・ソース・ジャパン)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiKS3ByzLwHUdyNJY45hEfLTwUYL3AvxvayxENEGKbrPmA9KOUXpihm94ziMQWcH5IEr8jUAzdnkGA6g1N3APFRUPBWreO7TAI5lQtZZdB3Iw5Np8upsQvowALsSfEP45-9wxfgdze7C-I/s72-c/cleanline.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7316253896918586048.post-8199937232479021009</guid><pubDate>Thu, 16 Jun 2011 08:59:00 +0000</pubDate><atom:updated>2011-06-16T18:01:26.516+09:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">クラウド</category><title>Mac対応しているクラウドサービス</title><description>MacとiPhone対応しているクラウドサービス&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: large;&quot;&gt;■Dropbox&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgRxNl8Yu7YU671O38Ula17gFYJ7T3B19tz2iyYVXSKsmILKtUwFMJyflI-UNxwfUOX7c4qMTn7LAzr2Umi-54nkqcywGP7Fkz9Iz8Rjho_4jKOaVkWvgVrrXk0lv2jFffpeHRAocRK3XM/s1600/Dropbox+-+%25E5%25AE%2589%25E5%2585%25A8%25E3%2581%25AA%25E3%2583%258F%25E3%2582%2599%25E3%2583%2583%25E3%2582%25AF%25E3%2582%25A2%25E3%2583%2583%25E3%2583%2595%25E3%2582%259A%25E3%2580%2581%25E5%2590%258C%25E6%259C%259F%25E3%2580%2581%25E3%2581%258A%25E3%2582%2588%25E3%2581%25B2%25E3%2582%2599%25E5%2585%25B1%25E6%259C%2589%25E3%2582%2592%25E7%25B0%25A1%25E5%258D%2598%25E3%2581%25AB%25E3%2580%2582.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgRxNl8Yu7YU671O38Ula17gFYJ7T3B19tz2iyYVXSKsmILKtUwFMJyflI-UNxwfUOX7c4qMTn7LAzr2Umi-54nkqcywGP7Fkz9Iz8Rjho_4jKOaVkWvgVrrXk0lv2jFffpeHRAocRK3XM/s1600/Dropbox+-+%25E5%25AE%2589%25E5%2585%25A8%25E3%2581%25AA%25E3%2583%258F%25E3%2582%2599%25E3%2583%2583%25E3%2582%25AF%25E3%2582%25A2%25E3%2583%2583%25E3%2583%2595%25E3%2582%259A%25E3%2580%2581%25E5%2590%258C%25E6%259C%259F%25E3%2580%2581%25E3%2581%258A%25E3%2582%2588%25E3%2581%25B2%25E3%2582%2599%25E5%2585%25B1%25E6%259C%2589%25E3%2582%2592%25E7%25B0%25A1%25E5%258D%2598%25E3%2581%25AB%25E3%2580%2582.png&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span id=&quot;goog_33772889&quot;&gt;&lt;/span&gt;&lt;span id=&quot;goog_33772890&quot;&gt;&lt;/span&gt;&lt;br /&gt;
URL　http://www.dropbox.com/&lt;br /&gt;
無料での容量　2GB&lt;br /&gt;
&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;iPhone対応　OK&lt;/div&gt;日本語対応　OK&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: large;&quot;&gt;&lt;b&gt;■SugarSync&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgzrVeYkE-lVfrnO5iCnYpFkTxF3eZX0ERkMycdn3FWW7Wj9a1dsE69ULFDA28MAfd0A_hITxaQ4Dvm4Ko_9F3zaVrRtAn081dDLK3e8a07imDigyzuRv5OWb3s9dSh8XGR4XhM2ZSb99w/s1600/SugarSync.gif&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgzrVeYkE-lVfrnO5iCnYpFkTxF3eZX0ERkMycdn3FWW7Wj9a1dsE69ULFDA28MAfd0A_hITxaQ4Dvm4Ko_9F3zaVrRtAn081dDLK3e8a07imDigyzuRv5OWb3s9dSh8XGR4XhM2ZSb99w/s1600/SugarSync.gif&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
URL　http://www.sugarsync.jp/&lt;br /&gt;
&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;無料での容量　5GB&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;iPhone対応　OK&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;日本語対応　OK&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: large;&quot;&gt;&lt;b&gt;■soonr&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwGwZy2egx93w4wvPX_8OzKlRWrHYYbO7bngCNv6I8ybvIHW2bXA4sfT62IyFOlv7zyNWscsKCsRMk5TRp61ict1gWrqNzIeRx1gNEtws1BVAQYJmI8zvCwbZzNcSO53tshpUySf_8RwA/s1600/Soonr.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwGwZy2egx93w4wvPX_8OzKlRWrHYYbO7bngCNv6I8ybvIHW2bXA4sfT62IyFOlv7zyNWscsKCsRMk5TRp61ict1gWrqNzIeRx1gNEtws1BVAQYJmI8zvCwbZzNcSO53tshpUySf_8RwA/s1600/Soonr.png&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
http://www.soonr.com/&lt;/div&gt;&lt;div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;無料での容量　1GB&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;iPhone対応　OK&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;日本語対応　NG&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: large;&quot;&gt;&lt;b&gt;■ZumoDrive&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi6DZMEWm0iBqTUprnSls99NQ2tfvciN9EipxZUGhu3hrXm0Jj-8Q-jc64-qpNgM0BfMHCBSTOKKrEjW-gff8AVe4uVbOaDeeeuVGUeh-sboygpc2MzHUWoEIcQ2ZpLEQzgxXtTtrsLUVg/s1600/screen-capture-1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi6DZMEWm0iBqTUprnSls99NQ2tfvciN9EipxZUGhu3hrXm0Jj-8Q-jc64-qpNgM0BfMHCBSTOKKrEjW-gff8AVe4uVbOaDeeeuVGUeh-sboygpc2MzHUWoEIcQ2ZpLEQzgxXtTtrsLUVg/s1600/screen-capture-1.jpg&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;http://www.zumodrive.com/&lt;/div&gt;&lt;div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;無料での容量　2GB&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;iPhone対応　OK&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;日本語対応　NG&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: large;&quot;&gt;&lt;b&gt;■CloudApp（ファイルのアップロード用に）&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEicFPIqInsfjFnB5aCAM8RviivGWJ1Mw5WibQiSkT94UdmtpCfNXDbyAsDvQMiiLZtnMSNfnGF3rz6CpfMYR9f6BEhoe3i-14ofheT3_ya6508aYrIOvjFWgEz81p1X4JH4oN6xRFWayYY/s1600/screen-capture-2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEicFPIqInsfjFnB5aCAM8RviivGWJ1Mw5WibQiSkT94UdmtpCfNXDbyAsDvQMiiLZtnMSNfnGF3rz6CpfMYR9f6BEhoe3i-14ofheT3_ya6508aYrIOvjFWgEz81p1X4JH4oN6xRFWayYY/s1600/screen-capture-2.jpg&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;http://my.cl.ly/&lt;/div&gt;&lt;div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;容量　1ファイルに付き25MBまで（1日10ファイルまでアップ可能）&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;日本語対応　NG&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;iPhone対応　NG&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;有料にするとカスタムドメインでのファイルアップロードも可。&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description><link>http://blog.imagesource.jp/2011/06/blog-post.html</link><author>noreply@blogger.com (有限会社イメージ・ソース・ジャパン)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgRxNl8Yu7YU671O38Ula17gFYJ7T3B19tz2iyYVXSKsmILKtUwFMJyflI-UNxwfUOX7c4qMTn7LAzr2Umi-54nkqcywGP7Fkz9Iz8Rjho_4jKOaVkWvgVrrXk0lv2jFffpeHRAocRK3XM/s72-c/Dropbox+-+%25E5%25AE%2589%25E5%2585%25A8%25E3%2581%25AA%25E3%2583%258F%25E3%2582%2599%25E3%2583%2583%25E3%2582%25AF%25E3%2582%25A2%25E3%2583%2583%25E3%2583%2595%25E3%2582%259A%25E3%2580%2581%25E5%2590%258C%25E6%259C%259F%25E3%2580%2581%25E3%2581%258A%25E3%2582%2588%25E3%2581%25B2%25E3%2582%2599%25E5%2585%25B1%25E6%259C%2589%25E3%2582%2592%25E7%25B0%25A1%25E5%258D%2598%25E3%2581%25AB%25E3%2580%2582.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7316253896918586048.post-6992542612553877121</guid><pubDate>Tue, 14 Jun 2011 11:16:00 +0000</pubDate><atom:updated>2011-06-14T20:17:51.758+09:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">facebook</category><category domain="http://www.blogger.com/atom/ns#">北海道専門家総研</category><title>facebook講習会</title><description>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;北海道専門家総研「facebook講習会」で弊社竹内が講義をした模様のダイジェストを公開いたしました。&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;iframe allowfullscreen=&#39;allowfullscreen&#39; webkitallowfullscreen=&#39;webkitallowfullscreen&#39; mozallowfullscreen=&#39;mozallowfullscreen&#39; width=&#39;320&#39; height=&#39;266&#39; src=&#39;https://www.youtube.com/embed/wGvHlzwmE98?feature=player_embedded&#39; frameborder=&#39;0&#39;&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://senmonka-h.com/&quot;&gt;「&lt;/a&gt;&lt;a href=&quot;http://senmonka-h.com/&quot;&gt;北海道専門家総研&lt;/a&gt;&lt;a href=&quot;http://senmonka-h.com/&quot;&gt;」&lt;/a&gt;&lt;a href=&quot;http://senmonka-h.com/&quot;&gt;はコチラ&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://img-src.jp/&quot;&gt;ホームページ制作とWEBシステム開発の「有限会社イメージ・ソース・ジャパン&lt;/a&gt;&lt;a href=&quot;http://img-src.jp/&quot;&gt;」&lt;/a&gt;&lt;a href=&quot;http://img-src.jp/&quot;&gt;はコチラ&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><link>http://blog.imagesource.jp/2011/06/facebook.html</link><author>noreply@blogger.com (有限会社イメージ・ソース・ジャパン)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7316253896918586048.post-2605437000353845011</guid><pubDate>Tue, 31 May 2011 05:29:00 +0000</pubDate><atom:updated>2011-05-31T14:29:28.452+09:00</atom:updated><title>facebookとツイッターとの連携を考える!!</title><description>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjwBO8UNbTjO270t7HxQkfHGK8PSId-cJM7Q1kGtYq6P9dOGPTREFQgJhpXSIweRF1fueo9Kzc186WnaDn1RaqoCoQZpnfKyjPHk5na615h7YjDLg0hbb_xWCbgzjUwE94lhVT9sIsFq6k/s1600/ft.gif&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;100&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjwBO8UNbTjO270t7HxQkfHGK8PSId-cJM7Q1kGtYq6P9dOGPTREFQgJhpXSIweRF1fueo9Kzc186WnaDn1RaqoCoQZpnfKyjPHk5na615h7YjDLg0hbb_xWCbgzjUwE94lhVT9sIsFq6k/s320/ft.gif&quot; width=&quot;266&quot; /&gt;&lt;/a&gt;&lt;/div&gt;やはり「ブログ」→「facebook」→「twitter」がベストだと思うんですよね。&lt;br /&gt;
&lt;br /&gt;
阿部</description><link>http://blog.imagesource.jp/2011/05/facebook.html</link><author>noreply@blogger.com (有限会社イメージ・ソース・ジャパン)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjwBO8UNbTjO270t7HxQkfHGK8PSId-cJM7Q1kGtYq6P9dOGPTREFQgJhpXSIweRF1fueo9Kzc186WnaDn1RaqoCoQZpnfKyjPHk5na615h7YjDLg0hbb_xWCbgzjUwE94lhVT9sIsFq6k/s72-c/ft.gif" height="72" width="72"/><thr:total>0</thr:total></item></channel></rss>