0
我有一個關於iBooks共享的問題。iBooks與iOS共享應用程序
我想用我的iOS應用程序從iBooks打開一本書。要創建此我指定的內容類型:
<dict>
<key>CFBundleTypeName</key>
<string>All Files</string>
<key>LSHandlerRank</key>
<string>Alternate</string>
<key>LSItemContentTypes</key>
<array>
<string>public.calendar-event</string>
<string>public.database</string>
<string>public.executable</string>
<string>public.data</string>
<string>public.content </string>
<string>public.item</string>
</array>
</dict>
據我瞭解,這應該包含所有可用的文件。不過,當我從iBooks共享文檔時,我的應用程序選擇未顯示:https://drive.google.com/file/d/0B6ycu14tT4SGeExGZV9Ca3ZJeEk/view?usp=sharing
問題在哪裏?
所以,這意味着沒有辦法使用anoter應用程序從iBooks打開圖書? –
是的,沒有書籍共享,就像沒有音樂或電影共享一樣... –