Category "parse-platform"

How to compress of reduce the size of an image before uploading to Parse as PFFile? (Swift)

I was trying to upload an image file to Parse after taking photo directly on phone. But it throws an exception: Terminating app due to uncaught exception '

Parse Dashboard configuration error "Your config file contains invalid JSON. Exiting."

I am trying to install Parse Dashboard on AWS. The public directory works but the /apps directory is blank. When looking at the logs I see > parse-dashboar

How to pull saved images from Parse.com into my app

I would like to save some images in Parse Server and like to pull it down into my iOS app. Any idea how to do it?

Single Http Request to get multiple file data Parse.com

I'm using Back4app. My Profile class schema has 4 File columns containing pictures. So when I retrieve an object , I have to make an HTTP request for each file

is it possible to update and save a pfobject from a query using parse?

Is it possible to do this: PFQuery *query = [PFQuery queryWithClassName:@"GameScore"]; [query whereKey:@"playerName" equalTo:@"Dan Stemkoski"]; [query findObje