close
用Xamarin with Visual Studio 使用Ad-hoc iPhone Device Build的ipa會有個問題,就是缺少167x167的Icon及LaunchScreen的錯誤。
解決方法:
(Resources裡新增一個解析度167x167,檔名為Icon-83.5@2x.png的Icon)
(Info.plist裡,加入對應的 string)
CFBundleIconFiles
<string>Icon-83.5@2x.png</string>
接著把LaunchScreen.storyboard刪除.storyboard,就能成功由Application Loader上傳ipa!
參考資料:
https://forums.xamarin.com/discussion/61004/how-to-add-167x167-icon-for-ipad-app
全站熱搜