简体   繁体   English

在iOS App中与iTune文件共享共享Sqlite。

[英]Share Sqlite with iTune file sharing within iOS App.

I know that we can share file from app to computer (iTunes), i want to know that can i share Sqlite file with iTunes or there is any way to import sqlite file to excel and then share this excel file from app to iTunes. 我知道我们可以将文件从应用程序共享到计算机(iTunes),我想知道我可以与iTunes共享Sqlite文件,还是有任何方法可以将sqlite文件导入excel,然后从应用程序共享到iTunes。 Any code or help will be appreciable. 任何代码或帮助将不胜枚举。 Thanks 谢谢

use this key in .plist and solve your problem 在.plist中使用此密钥并解决您的问题

<key>UIFileSharingEnabled</key>
    <true/>

Specifies whether the application shares files with the user's computer through iTunes . Specifies whether the application shares files with the user's computer through iTunes By apple 苹果

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM