Category "parse-platform"

Parse server mixed up the configuration

I am using several app's with same parse server hosted on my AWS EC2 server. And two apps mixed up. Let me explain with an example: I have app1 with db1 mongodb

Back4App create user using authenticated permission for PFUser class

As administrator I want to create another users from the iOS app. In my system I would like users to be created via my admin panel. I have switched public permi

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