xcode8,Application Loader上傳ipa包iTunes connect不顯示構建版本問題

來源:互聯網
上載者:User

標籤:

一:最近上傳ipa包到iTunes connect上不顯示構建版本,如果使用Application Loader會出現如下錯誤:

 

二:解決方案

1.以下許可權用到哪些都需要在info.plist添加

<!-- 相簿 --> 

<key>NSPhotoLibraryUsageDescription</key> 

<string>App需要您的同意,才能訪問相簿</string> 

<!-- 相機 --> 

<key>NSCameraUsageDescription</key> 

<string>App需要您的同意,才能訪問相機</string> 

<!-- 麥克風 --> 

<key>NSMicrophoneUsageDescription</key> 

<string>App需要您的同意,才能訪問麥克風</string> 

<!-- 位置 --> 

<key>NSLocationUsageDescription</key> 

<string>App需要您的同意,才能訪問位置</string> 

<!-- 在使用期間訪問位置 --> 

<key>NSLocationWhenInUseUsageDescription</key> 

<string>App需要您的同意,才能在使用期間訪問位置</string> 

<!-- 始終訪問位置 --> 

<key>NSLocationAlwaysUsageDescription</key> 

<string>App需要您的同意,才能始終訪問位置</string> 

<!-- 日曆 --> 

<key>NSCalendarsUsageDescription</key> 

<string>App需要您的同意,才能訪問日曆</string> 

<!-- 提醒事項 --> 

<key>NSRemindersUsageDescription</key> 

<string>App需要您的同意,才能訪問提醒事項</string> 

<!-- 運動與健身 --> 

<key>NSMotionUsageDescription</key> <string>App需要您的同意,才能訪問運動與健身</string> 

<!-- 健康更新 --> 

<key>NSHealthUpdateUsageDescription</key> 

<string>App需要您的同意,才能訪問健康更新 </string> 

<!-- 健康分享 --> 

<key>NSHealthShareUsageDescription</key> 

<string>App需要您的同意,才能訪問健康分享</string> 

<!-- 藍芽 --> 

<key>NSBluetoothPeripheralUsageDescription</key> 

<string>App需要您的同意,才能訪問藍芽</string> 

<!-- 媒體資料庫 --> 

<key>NSAppleMusicUsageDescription</key> 

<string>App需要您的同意,才能訪問媒體資料庫</string>

2.修改targets中的配置,把push開關開啟

 3.可以愉快的顯示在iTunes connect,如果還有問題請加群30045556來解答

 

xcode8,Application Loader上傳ipa包iTunes connect不顯示構建版本問題

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.