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


一:最近上傳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來解答

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM