iphone - 使用应用程序加载器将应用程序发布到应用程序商店
我有旧版本的 iphone SDK OS 3.1.3,我使用它创建了一个应用程序。 我准备好了应用程序并准备上传到应用程序商店。 在应用程序商店中,我创建了新的应用程序并提供了所有必要的详细信息。现在显示“等待上传”。由于我的 Mac 没有 iPhone SDK OS 3.2 及更高版本,因此无法安装苹果的“应用程序加载器”。 因此,我在朋友的帮助下使用了他的 Mac,该 Mac 上安装了最新的 iOS SDK 4.1 和“Applicaton Loader”。现在,我将应用程序的 zip 文件复制到我朋友的 mac 上,登录 itunes connect 帐户,启动应用程序加载器。它说“未找到符合条件的应用程序”。 我现在应该如何上传我的应用程序?
我无法使用最新的 SDK 构建我的应用程序,因为我正在使用基于 iOS 3.1.3 的 twitter 和 facebook 库,如果我必须下载它们与 iOS 4.1 兼容,我必须执行所有操作再次测试这可能会弄乱我的代码。
有人建议如何上传我的应用程序吗?
I've older version of iphone SDK OS 3.1.3 and I created an app using that.
I prepared the app and ready for uploading to app store.
In app store, I created new application and provided all the necessary details. Its now showing "Waiting for upload". As my Mac don't have iPhone SDK OS 3.2 and above, apple's "Application Loader" is not installing.
So, I took my friends help and using his Mac which has latest iOS SDK 4.1 and also "Applicaton Loader" is installed on it. Now I copied the app's zip file to my friend's mac, logged into itunes connect account, started application loader. It says that "No eligible applications were found".
How should I upload my app now?
I can't build my app using latest SDk because, I'm using twitter and facebook libraries which are based on iOS 3.1.3, if i've to download them taht are compatible to iOS 4.1, i've to do all the testing again which can mess my code.
Someone please suggest how to upload my app?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要问一些棘手的问题,但它们总是值得问的:
您也会讨厌这个建议,但还是冒险升级到 4.1。是的,您需要再次测试您的应用程序,但这是一件好事。在我看来,以 4.1(代表所有未来的设备和大部分已安装的设备)为目标并确保它适用于较旧的操作系统比修复过时的操作系统并希望它仍然适用于最新和最好的操作系统更容易。
Going to ask a few noddy questions, but they're always worth asking:
You're also going to hate this advice, but take the plunge and upgrade to 4.1. Yes you'll need to test your applications again, but that's a good thing. In my opinion it's easier to target 4.1 (which represents all future devices and a large portion of installed devices) and ensure it works for older operating systems than it is to fix on an obsolete OS and hope it still works for the latest and greatest.