[MonoTouch] Registering png file types in iOS

ecos ecos at bel.gr
Thu Oct 6 16:03:04 EDT 2011


I am trying to register png files in order to open them from within the Mail
app on the iPhone, but I never get an "Open In..." menu from within the Mail
app. When I am using the same plist for pdf type (com.adobe.pdf), it works
perfectly.

Does anyone know if there is any limitation when registering png files?

Here is my plist file: 

	<key>CFBundleDocumentTypes</key>
	<array>
		<dict>
			<key>CFBundleTypeName</key>
			<string>kUTTypePNG</string>
			<key>LSHandlerRank</key>
			<string>Alternate</string>
			<key>LSItemContentTypes</key>
			<array>
				<string>public.png</string>
			</array>
		</dict>
	</array>


--
View this message in context: http://monotouch.2284126.n4.nabble.com/Registering-png-file-types-in-iOS-tp3879774p3879774.html
Sent from the MonoTouch mailing list archive at Nabble.com.


More information about the MonoTouch mailing list