如何将文件从您的应用程序导出到其他移动应用程序?
我想在我的应用程序中添加共享功能,以便我可以将我的应用程序中创建的文件共享到其他手机上的应用程序。如果有人有任何想法或代码,请告诉我......:-)
I want to put sharing feature in my application so that i can share file created in my app to app on others mobile. Please if anybody has any idea or code let me know....:-)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我能想到的一些方法 -
快乐编码......
Some of the ways I can think of -
Happy coding...
您可以使用 MFMailComposeViewController 撰写新电子邮件并附加文件。
对于 iOS 5.0 或更高版本,您可以使用 iCloud。
HTH,
阿克谢
You can compose a new email using
MFMailComposeViewController
and attach the file.For iOS 5.0 or later, you could use iCloud.
HTH,
Akshay