If I release to appStore application which is compatible with iPad only. Can I release update to this application which will be universal (compatible with iPhone, iPod, iPad..)?
Do I need only to recreate my app or I must to do something more?
If I release to appStore application which is compatible with iPad only. Can I release update to this application which will be universal (compatible with iPhone, iPod, iPad..)?
Do I need only to recreate my app or I must to do something more?
はい、できます。
アプリの作成方法に応じて、xibs またはストーリーボードによってその方法が決まります。
絵コンテ用
iPhone から iPad に移行する場合:
ストーリーボードを複製して名前を変更します: MainStoryboard_iPhone.storyboard (.storyboard を含む)
xCode 内: 新しいストーリーボードを右クリック -> 「open as」 -> 「Source Code」
上部 = の近くにある targetRuntime 行を検索し、次の"iOS.CocoaTouch.iPad"
ように変更します。targetRuntime="iOS.CocoaTouch"
これにより、追加の iPhone ストーリーボードが作成されます。iPhone の画面に合わせて、必要に応じて新しい絵コンテのアートワーク/ビューを調整します
概要画面で、配置情報メイン ストーリーボードがそれぞれ iPhone と iPad の正しいストーリーボードに設定されていることを確認します
更新として送信します。
xibs を使用している場合は、それらを複製して名前を変更できます ~iPad iPhone からユニバーサルまたは iPad アプリに移行する場合、xibs の逆の場合はわかりません
新しいバンドル ID は不要