[AC-2173] iOS: Register a file type with an app
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | n/a |
| Status | Closed |
| Resolution | Invalid |
| Resolution Date | 2013-05-30T20:43:10.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Titanium SDK & CLI |
| Labels | regression, triage |
| Reporter | Sergio Trevino |
| Assignee | Mauro Parra-Miranda |
| Created | 2013-04-30T18:15:30.000+0000 |
| Updated | 2016-03-08T07:41:09.000+0000 |
Description
*Problem description*
Registering a file type is no longer working with SDK 3.0 and above. It was fixed for previous versions of the SDK, as described in TIMOB-4258.
*Test case*
Use the test project supplied in TIMOB-4258.
Adding forum question for reference http://developer.appcelerator.com/question/151749/register-ios-filetype-on-alloy-tiappxml#comment-171486
It looks like this might have been an issue with using
Please try that instead and reopen if this continues to be an issue.<ios> <dict> <key>CFBundleTypeName</key> <string>My File Format</string> <key>CFBundleTypeIconFiles</key> <array> <string>MySmallIcon.png</string> <string>MyLargeIcon.png</string> </array> <key>LSItemContentTypes</key> <array> <string>com.example.myformat</string> </array> <key>LSHandlerRank</key> <string>Owner</string> </dict> <ios>That did not resolve it. Even with the IOS tag, does not work on SDK>=3.0.0
DUP of TIMOB-4258