每次 Apple 出新機或是新版 iOS 我就頭痛
幾乎所有的app都得要拿出來renew一遍
再加上Google Admob沒事就改版
這個月光是把一些還活著的app Refresh一下就飽了
以下是 Refresh App 過程中碰到的問題及解決方法
記錄下來以免以後又重覆碰到
1.git – Commit Failed – cannot communicate to the command line helper
在 Project 目錄(有 .git 檔案那層)下指令 git commit -a -m “commit message”
2.iTunes Connect 送審問題
送審前先指定 Image Assets 裡的 AppIcon
3.iTunes Connect 送審問題
提交以供審核找不到原因,畫面也沒提示錯誤欄位,檢查是否「4.7″的螢幕截圖未設定」
4.iTunes Connect 送審問題
送審前檢查 4.7″ 的 5.5″ 的螢幕截圖是否一致
5.iTunes Connect 參考資訊
iPhone 螢幕截圖尺寸大小 1242 x 2208
iPad 螢幕截圖尺寸大小 2048 x 2732
6.Admob 測試環境
#if defined(DEBUG)
request.testDevices = @[ @”7f302cce306432767a104960a98761b6″ ]; //for 真機測試
request.testDevices = @[ kGADSimulatorID ]; //for Simulator 測試
#endif