Top "Parse-platform" questions

Parse-Platform provides an open source backend for powering end-user applications.

external framework File/File.h (Parse/Parse.h) file not found

So every time I update my app, Xcode claims not to be able to find a particular external framework even …

ios parse-platform ios8 xcode6 file-not-found
Use own promises in Parse cloud code

I would like to save a registrationId which is generated randomly in Parse cloud code, so I need to check …

javascript parse-platform
Parse Twitter SDK

I don't want to integrate twitter or Facebook with my Parse app, and i've specified that in the coding of …

ios parse-platform
Crop and upload image on client-side without server-side code involve

As title said. The requirement is to be able to crop an image before uploading the cropped image to the …

javascript client-side crop parse-platform
Swift Facebook Login AppID Not Registered as a URL Scheme

I'm getting the following error when trying to login with Facebook Terminating app due to uncaught exception 'InvalidOperationException', reason: 'fb---AppID--- …

ios facebook parse-platform info.plist app-id
How can I retrieve objects in the order they were created?

I am using parse to store my objects. When I go to retrieve objects, I get the objects in a …

iphone ios parse-platform pfquery
How to link Google + signed in users on Parse backend on Android?

I've been using Parse for 3 months in my android app. Now I want to add email login and social sign …

android parse-platform google-login google-plus-signin
Parse: Include nested pointers in query

I have the following structure in my app: MessageRecipients -> Message -> User Message -> Activity where …

javascript parse-platform
java.lang.NoClassDefFoundError: org/apache/http/client/config/RequestConfig

I imported Parse4j to my project. My project has the following tutorial lines: Parse.initialize("xyz", "abc"); ParseObject team = …

java android parse-platform apache-httpclient-4.x parse4j
Parse Cloud Code retrieving a user with objectId

I am trying to get the user object from objectId. I know the objectId is valid. But I can get …

parse-platform parse-cloud-code