简体   繁体   English

在向App Store提交更新时考虑新的iOS版本

[英]Taking new iOS version into account when submitting an update to the App Store

We are just about to submit an update to the App Store for some minor bug fixes and enhancements. 我们即将向App Store提交更新,以获取一些小错误修复和增强功能。 The curve ball at this point is iOS 7. 此时的曲线球是iOS 7。

My question is, what do I have worry about in regards to iOS 7? 我的问题是,关于iOS 7,我有什么担心? I'm not phased in utilizing any of the new features of iOS 7, we just want to make sure it works with it fine. 我没有分阶段使用iOS 7的任何新功能,我们只是想确保它能正常工作。

Just wondering if anyone could give advice on what I should be taking into account for this update. 只是想知道是否有人可以就我应该考虑的更新提出建议。

This is actually a pretty complex question. 这实际上是一个非常复杂的问题。 I recommend the following strategy: 我推荐以下策略:

1) Submit your app update as it is for iOS 6, or whatever versions you are currently supporting. 1)按照iOS 6或您当前支持的任何版本提交应用更新。

2) Begin building and testing your app against the iOS 7 Beta using XCode 5 and get a feel for the major things that you are going to have to fix for iOS 7. 2)使用XCode 5开始针对iOS 7 Beta构建和测试您的应用程序,并了解您将要为iOS 7修复的主要内容。

3) Read up on some of the big changes in iOS 7, in particular you should be familiar with the iOS 7 transition guide, available here: 3)阅读iOS 7中的一些重大变化,特别是您应该熟悉iOS 7过渡指南,可在此处获得:

https://developer.apple.com/library/prerelease/ios/documentation/UserExperience/Conceptual/TransitionGuide/Scoping.html https://developer.apple.com/library/prerelease/ios/documentation/UserExperience/Conceptual/TransitionGuide/Scoping.html

4) Watch the following developer videos to get a good overview of the new changes: 4)观看以下开发者视频,以便更好地了解新的变化:

Platforms State of the Union Building Interfaces for iOS 7 平台 iOS 7 的联盟 建筑接口

I would take a look at the following documents: 我会看看以下文件:

The most obvious changes are to the UI, so unless you're making a game, I'd perhaps also spend time reading iOS 7 UI Transition Guide . 最明显的变化是UI,所以除非你正在制作游戏,否则我也许会花时间阅读iOS 7 UI Transition Guide

You're going to have to submit the app using Xcode 4.6.2. 您将不得不使用Xcode 4.6.2提交应用程序。 Past betas of Xcode have not allowed you to submit versions to the app store. 过去的Xcode测试版不允许您向应用商店提交版本。

If Xcode 4.6.2 doesn't give you any error messages, you should be able to submit your app without a problem. 如果Xcode 4.6.2没有给您任何错误消息,您应该可以毫无问题地提交您的应用程序。

You shouldn't worry about iOS 7 now, as it's a beta. 你现在不应该担心iOS 7,因为它是测试版。 However, I recommend start adopting your app to iOS 7 on a branch or something like that. 但是,我建议您开始在分支机构或类似的东西上将您的应用程序应用到iOS 7。 This way, when iOS 7 is finally released, your app will be ready. 这样,当iOS 7最终发布时,您的应用就会准备就绪。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 将新的 iOS 应用程序版本更新到 App Store - Update new iOS Application version to App Store 将新版本的应用程序提交到App Store - Submitting New Version Of The App To The App Store 向 App Store 上被拒绝的应用程序提交新版本 - Submitting a new version to a rejected app on App Store 仅适用于iOS7用户在App Store上提交现有应用的新版本。 可能吗? - Submitting new version of existing app on App Store only for iOS7 users. Is it possible? 当应用商店中有可用的新更新(最新版本)时,需要在我的iOS应用中显示通知 - Need to display a notification in my iOS application when there is new update (latest version) available in app store 将新的应用程序版本提交到应用程序商店时,我是否必须创建新的配置文件? - Do i have to create new provisioning profile when submitting new app version to app store? 提交新版本时iOS更改价格 - iOS change price when submitting new version 我的iOS应用的新版本出现在App Store中,但用户无法将其当前版本更新为新版本 - The new version of my iOS app appears in the App Store but users are unable to update their current version to the new one 将应用提交到应用商店时缺少应用版本 - missing app version when submitting app to app store 创建iOS应用的新版本更新到iTunes Connect时出错 - Error when create a new version update of iOS app to iTunes connect
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM