0

I'm sorry if my question is stupid. My first app was just published on app store and already two users can't download the app because their iphone isn't upgraded to iOS. 6.1.

I developed the app for each iphone (display retina and other), but i haven't considered the version of iOS.

How can i do to resolve this problem?

I would like that every user could download the app, even those who have an old version of iOS.

4

1 回答 1

1

如果您没有使用任何属于 IOS6 的类,那么您可以在创建构建时选择较低的 iOS 部署目标版本来上传新的构建版本(因为您的应用程序已经上线)。但是,如果您使用社交框架的 Facebook/twitter 之类的功能,那么它将不适用于较低的 IOS 设备,您必须使用其他选项进行 Facebook/twitter 集成。

其他方法是将您的客户端设备升级到 IOS6.1,以便他们可以轻松下载。

于 2013-07-07T10:49:57.297 回答