in my iOS project i had a issue called storing an image in String format. I’m using Coredata. I’m inserting values into database using SQLite Database browser. Is there any way to store image in string format and retrieve it in my project.
Share
If you want to convert NSData to string, You can try some encoding like base64.