Going Up
For the purpose to storing data from an app to the clouds, we would want to convert an NSObject (containing all the stuffs you want to save) into NSData via NSKeyedArchiver. Then perform conversion into NSString using Base64 encoding.
Continue reading NSData to NSString to DB and Back