I have NSData
received from server for which i don't know the MIME
type.
Now i want to convert the NSData into any file like Image/Pdf without knowing the MIME/extension of that file and i want to open that file in iPad.
So i want to convert my NSData
into a file with default MIME
type and should open it.
So is there any option like open with...
Any suggestion or sample would be appreciated.
Thanks in advance..