Bundle versions string, short と Bundle version の使い分け
Xcode 4 上の、Bundle versions string, short (CFBundleShortVersionString) と Bundle version(CFBundleVersion) の違いが分からなかったので、調べてみた。
Xcode4におけるiTunes Connectへのアプリ登録手順: iPhoneアプリ開発備忘録 によると、CFBundleShortVersionString と CFBundleVersion の値は一致させる必要があるらしいが、objective c – Difference between Xcode version (CFBundleShortVersionString) and build (CFBundleVersion) – Stack Overflow によるとその必要はない。
iOS Developer Library によると、CFBundleShortVersionString はローカライズしてもよい文字列らしいので、CFBundleVersionと一致させる必要はなさそうに思える。
とりあえずユーザにふつうに見えるバージョン番号は CFBundleShortVersionString の方になるようだ。
関連記事
-
-
薄い iPod touch 4G用ケース SwitchEasy NUDE for iPod touch 4G UltraClear (SW-NUT4-UC) 購入
Retinaディスプレイと、ジャイロの確認のために購入したiPod touch 4G は開発用なので
-
-
アップルiPodイベント 2009.9.9
9月9日のアップルのiPodイベント rock and roll が迫ってきた。 しばらく前から楽し
-
-
これは便利 iPhoneプログラミングUIKit詳解リファレンス
Amazonでの評判も良いし、書店で立ち読みしていくつか有用な情報を見つけたので、iPhoneプログ
-
-
LogLocations iOS7 不具合調査 (startMonitoringSignificantLocationChanges 挙動変更)
LogLocations のユーザの方から、iOS7 になってからLogLocationsでログが保
-
-
Build Your Apps for iOS 11 and iPhone X
Build Your Apps for iOS 11 and iPhone X メールが来た。
-
-
[iOS SDK] LandscapeとPortraitで xib ファイルを切り替える方法
自分はたいていコードで位置指定するのでこれまで遭遇していなかったけれども Landscape と P
-
-
heroku Cedar-10からCedar-14に引越し
2015/11/04 に Cedar-10 stack が終了となる連絡が heroku からきたの
-
-
iOS Developer Program 更新のため Developer Certificates を更新
この前iOS Developer Programを更新したが、1年経ったので Developer C
-
-
APNs のサーバー側をサポートしてくれる Urban Airship (APNs対応その2)
Apple Push Notification Service (APNs) はAppleのAPN
-
-
Universal アプリのテスト
iPhoneアプリとBluetoothで通信するUniversalなアプリをしばらく作っていたが、よ