"Open-in" feature on iOS using QT
-
Hi,
I have not tried it yet but I think you are looking for "this":https://developer.apple.com/library/ios/documentation/FileManagement/Conceptual/DocumentInteraction_TopicsForIOS/Articles/RegisteringtheFileTypesYourAppSupports.html#//apple_ref/doc/uid/TP40010411-SW1
-
yes... this is what i was looking for..
How do we do this Qt ?
[quote author="SGaist" date="1385761020"]Hi,
I have not tried it yet but I think you are looking for "this":https://developer.apple.com/library/ios/documentation/FileManagement/Conceptual/DocumentInteraction_TopicsForIOS/Articles/RegisteringtheFileTypesYourAppSupports.html#//apple_ref/doc/uid/TP40010411-SW1[/quote]
-
This is not Qt specific. You need to provide an Info.plist file with the content as suggested by the documentation and add
@QMAKE_INFO_PLIST = Info.plist@
to your pro file