将 Xcode 3.1.4 与 iPhone SDK 3.1 结合使用时从电子邮件导入文件
我想在我的应用程序中导入 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 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)