Quote:
Originally Posted by smsawant
Hello,
I want my application to be displayed in OpenInDocuments button which gets displayed in Mail if .pdf is attached in email.
Here is the link to video :
YouTube - ipad.m4v
My problem is that I am not getting OpenInDocuments button in Mail.
Is their any settings for this purpose ??
Any help will be appreciated.
|
I am elaborating on things what I exactly want:
I have came across some applications on iTunes like Downloader,Pages for iPad where we can directly view the attached PDF in our application.For that I have enabled UIFileSharing in info.plist.
Also included the following in info.plist :
<array>
<dict>
<key>CFBundleTypeName</key>
<string>pdf</string>
<key>CFBundleTypeExtensions</key>
<array>
<string>pdf</string>
</array>
<key>CFBundleTypeOSTypes</key>
<array>
<string>****</string>
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleTypeIconFiles</key>
<string>Icon.png</string>
<key>LSIsAppleDefaultForType</key>
<true/>
<key>LSItemContentTypes</key>
<string>com.adobe.pdf</string>
<key>LSHandlerRank</key>
<string>Alternate</string>
</dict>
</array>
Still not able to get the exact solution.
Kindly help me with some points.