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
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
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 '
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
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?
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 do this: PFQuery *query = [PFQuery queryWithClassName:@"GameScore"]; [query whereKey:@"playerName" equalTo:@"Dan Stemkoski"]; [query findObje