How to associate more than one file extension types to my iPhone App already i have included the bundle extension but now i want to add facility to include files with extension .csv
I am refering to below link to associate file extension to my iPhone App
Just create more than two items inside the
CFBundleDocumentTypesentry, which is an array.In general, before googling for a blog article and/or asking questions at StackOverflow, go to developer.apple.com and read the relevant documents. In this case, read this.