swift交付應用的坑

1.ERROR ITMS-90086:"missing 64-bit support. beginning on february 1, 2015, new iOS apps submitted to the app store must be include 64-bit support and be built with the ios8 SDK......ios

解決:Valid Architectures :加上arm64swift

2.app

Invalid Swift Support - The SwiftSupport folder is missing. Rebuild your app using the current public (GM) version of Xcode and resubmit it.ui

解決:swift上架不支持動態庫code

3.Your app declares support for location in the UIBackgroundModes key in your Info.plist file but does not have any features that require persistent location. Apps that declare support for location in the UIBackgroundModes key in your Info.plist file must have features that require persistent location.orm

解決:須要在info.plist文件中,配置定位服務的緣由ip

NSLocationAlwaysUsageDescription:老是開啓定位功能開發

NSLocationWhenUsageDescription:只有在使用時纔開啓定位功能it

 

4.上架後,下載應用的名字和AppStore中名字不同io

解決:在buildSetting中搜索productName設置爲想要的名字,在info.plist文件中設置bundlename爲$(PRODUCT_NAME)就能夠了

五、AppStore中應用名稱下邊的開發者信息修改

解決:在iTunesConnect中點擊最下邊的contactus->(1.Please choose from the following topics:  後邊可選框)Contracts and Legal -> (2.Please choose from the following topics:  後邊可選框)Team Information Update->(3.Please choose from the following topics:  後邊可選框)Company Display and Seller Information Update->點擊下邊的contact us->出現表格,填寫,最下邊使用英文,描述問題,須要作哪些修改便可。提交後,幾天後蘋果那邊會有郵件回覆。

相關文章
相關標籤/搜索