Importing file from email
I just found a very useful link, I just want to know that can I use this in Xcode 3.1.4 with iPhone SDK 3.1 (Mac OS X 10.5. Leopard )
I am trying to do that, but can't find the following attri开发者_运维问答butes in the info.plist.
http://www.raywenderlich.com/1948/how-integrate-itunes-file-sharing-with-your-ios-app
http://www.raywenderlich.com/1980/how-to-import-and-export-app-data-via-email-in-your-ios-app
UIFileSharingEnabled
and CFBundleDocumentTypes
did not become available until iOS SDK 3.2. For additional information, take a look at section title File and Document Support on What's New in iOS 3.2.
it is so late, but i still answer. In IOS sdk 3.2, You can add this attribute by + from dropdown list, it is Application Support iTunes file Share + open file info.plist as source code, and add this UIFileSharingEnabled Hope this help someone!
精彩评论