// 登录iTunes Connect

https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa


// 点击 My App, 添加一个 New iOS App


// 填写 SKU, Bundle ID


// 截屏的标准

https://developer.apple.com/library/ios/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Appendices/Properties.html#//apple_ref/doc/uid/TP40011225-CH26-SW2


//  用模拟器截图,cmd+s


// 打开XCode, build for device

     // menu : product / clean

     // menu : product / build for running

     // menu : product / archive 


//  导出ipa文件


// 启动Application Loader,导入ipa文件


// 可能会遇到错误


ERROR ITMS-90096: "Your binary is not optimized for iPhone 5 - New iPhone apps and app updates submitted must support the 4-inch display on iPhone 5 and must include a launch p_w_picpath referenced in the Info.plist under UILaunchImages with a UILaunchImageSize value set to {320, 568}. Launch p_w_picpaths must be PNG files and located at the top-level of your bundle, or provided within each .lproj folder if you localize your launch p_w_picpaths. Learn more about iPhone 5 support and app launch p_w_picpaths by reviewing the 'iOS Human Interface Guidelines' at 'https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/IconsImages/IconsImages.html#//apple_ref/doc/uid/TP40006556-CH14-SW5' and the 'iOS App Programming Guide' at 'https://developer.apple.com/library/ios/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/App-RelatedResources/App-RelatedResources.html#//apple_ref/doc/uid/TP40007072-CH6-SW12'."


ERROR ITMS-90363: "Invalid Info.plist key. The key 'NSExtensionPointName' in bundle Owncloud iOs Client.app/PlugIns/OC Share Sheet.appex is invalid."


ERROR ITMS-90363: "Invalid Info.plist key. The key 'NSExtensionPointVersion' in bundle Owncloud iOs Client.app/PlugIns/OC Share Sheet.appex is invalid."


ERROR ITMS-90361: "Invalid Info.plist value type. The value type for the key 'NSExtensionActivationSupportsText' in bundle Owncloud iOs Client.app/PlugIns/OC Share Sheet.appex is not a boolean."


ERROR ITMS-90362: "Invalid Info.plist value. The value for the key 'NSExtensionFileProviderDocumentGroup' in bundle Owncloud iOs Client.app/PlugIns/ownCloudExtAppFileProvider.appex is invalid. Values must match values contained in the com.apple.security.application-groups entitlement.The given value 'group.com.owncloud.iOSmobileapp' was not found in the entitlement values: ( "group.cn.hao-yun.iOSmobileapp" )"


// 可能会遇到告警

The resulting API analysis file is too large.  We were unable to validate your API usage prior to delivery.  This is just an informational message.


WARNING ITMS-90473: "CFBundleVersion Mismatch. The CFBundleVersion value '1' of extension 'Owncloud iOs Client.app/PlugIns/OC Share Sheet.appex' does not match the CFBundleVersion value '1.0' of its containing iOS application 'Owncloud iOs Client.app'."


WARNING ITMS-90473: "CFBundleShortVersionString Mismatch. The CFBundleShortVersionString value '1.0' of extension 'Owncloud iOs Client.app/PlugIns/OC Share Sheet.appex' does not match the CFBundleShortVersionString value '1.8.1' of its containing iOS application 'Owncloud iOs Client.app'."


WARNING ITMS-90473: "CFBundleVersion Mismatch. The CFBundleVersion value '1' of extension 'Owncloud iOs Client.app/PlugIns/ownCloudExtApp.appex' does not match the CFBundleVersion value '1.0' of its containing iOS application 'Owncloud iOs Client.app'."


WARNING ITMS-90473: "CFBundleShortVersionString Mismatch. The CFBundleShortVersionString value '1.0' of extension 'Owncloud iOs Client.app/PlugIns/ownCloudExtApp.appex' does not match the CFBundleShortVersionString value '1.8.1' of its containing iOS application 'Owncloud iOs Client.app'."


WARNING ITMS-90473: "CFBundleVersion Mismatch. The CFBundleVersion value '1' of extension 'Owncloud iOs Client.app/PlugIns/ownCloudExtAppFileProvider.appex' does not match the CFBundleVersion value '1.0' of its containing iOS application 'Owncloud iOs Client.app'."


WARNING ITMS-90473: "CFBundleShortVersionString Mismatch. The CFBundleShortVersionString value '1.0' of extension 'Owncloud iOs Client.app/PlugIns/ownCloudExtAppFileProvider.appex' does not match the CFBundleShortVersionString value '1.8.1' of its containing iOS application 'Owncloud iOs Client.app'."


// 申请测试 testflight


// 定价 pricing