将 Xcode 3.1.4 与 iPhone SDK 3.1 结合使用时从电子邮件导入文件

发布于 2024-11-03 14:35:07 字数 357 浏览 0 评论 0原文

我想在我的应用程序中导入 csv 文件。我搜索但找到了仅适用于 iOS 4 的解决方案。所以我的问题是他们有什么方法可以启用文件共享并从电子邮件附件导入文件吗?

第二,如果不是,那么您建议在使用时在我的应用程序中导入 csv 文件。

iOS 4链接的解决方案是: http://www.raywenderlich.com /1948/how-integrate-itunes-file-sharing-with-your-ios-app

I want to import an csv file in my app. I search but found solution only for iOS 4. So my question is that is their any way of making file sharing enable and to import file from an email attachment?

2nd if not then what you suggest for importing a csv file in my app when using.

The solution for iOS 4 link is:
http://www.raywenderlich.com/1948/how-integrate-itunes-file-sharing-with-your-ios-app

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

戴着白色围巾的女孩 2024-11-10 14:35:07

在 iOS 4 之前你不能这样做,这是功能之一。您已经说过在 iOS 4 中是可能的。

升级到最新的 Xcode(3.2.6,或者 4,如果您想支付 5 美元,两者都用于针对 iOS 4.3)

然后您可以将部署目标设置为 iOS 3.1,但具体取决于关于如何实现文件共享,您可能需要添加一些 if 语句以向用户隐藏不起作用的内容(例如文件共享)

You can't do this before iOS 4 it was one of the features. You have already said it is possible in iOS 4.

Upgrade to the latest Xcode (3.2.6, or 4 if you want to pay $5, both are used to target iOS 4.3)

You can then set the deployment target to iOS 3.1 but depending on how file sharing is implemented you may have to add in some if statements to hide things from the user which will not work (like file sharing)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文