DESKPLATE ブログ -26ページ目

DESKPLATE ブログ

中野/高円寺/荻窪/吉祥寺/三鷹周辺でアプリ開発業者をお探しなら!
スマホアプリ開発 DESKPLATE のブログです!

'\n'で行う。
このままだとそのまま「\n」が出力されてしまうので

option + \ で入力する

このままだとそのまま「\n」が出力されてしまうので

こんな風にして使う
textView.text = [NSString stringWithFormat:@"%@ \n\n %@", str1, str2];

エラーになった記念にうまくいった設定を保存

「Application failed codesign verification. 」のエラーが出た場合

ビルド時にコード署名IDを「iPhone Distribution」にする
プロジェクト→プロジェクト設定を編集
IT起業日記@吉祥寺 DESKPLATE

「Device」「Distribution」で「ビルド」 実行はしなくていい

The binary you uploaded was invalid. The key CFBundleVersion in the Info.plist file must contain a higher version than that of the previously uploaded version.」のエラーが出た場合

「プロジェクト名」-info.plist の「Bundle version」の値を変更する
IT起業日記@吉祥寺 DESKPLATE
1.10 とかにするといいらしい
http://basuke.blogspot.com/2010/02/appstore.html

その他、アップ時の手順は
http://gihyo.jp/dev/serial/01/iphone/0010
8/9にアプリをAppleに申請。

8/9 The status for the following app has changed to Waiting For Review.
8/14 The status for the following app has changed to In Review.
8/16 The status for the following app has changed to Processing for App Store.
8/16 The following app has been approved. The status has changed to Ready for Sale.

8/14(土), 15(日)を入れて7日で販売準備ができたようです。
1回で審査通過しました。
無料アプリだったからかもしれません。

さて、もっともっとアプリをリリースできるようにがんばっていきますよー。
$IT起業日記@吉祥寺 DESKPLATE