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->出现表格,填写,最下边使用英文,描述问题,须要作哪些修改便可。提交后,几天后苹果那边会有邮件回复。

相关文章
相关标签/搜索