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......
解决:Valid Architectures :加上arm64
2.
Invalid Swift Support - The SwiftSupport folder is missing. Rebuild your app using the current public (GM) version of Xcode and resubmit it.
解决:swift上架不支持动态库
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.
解决:需要在info.plist文件中,配置定位服务的原因
NSLocationAlwaysUsageDescription:总是开启定位功能
NSLocationWhenUsageDescription:只有在使用时才开启定位功能
4.上架后,下载应用的名字和AppStore中名字不一样
解决:在buildSetting中搜索productName设置为想要的名字,在info.plist文件中设置bundlename为$(PRODUCT_NAME)就可以了
5、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->出现表格,填写,最下边使用英文,描述问题,需要做哪些修改即可。提交后,几天后苹果那边会有邮件回复。