Top "Parse-platform" questions

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

How do I wait for a promise to finish before returning the variable of a function?

I'm still struggling with promises, but making some progress thanks to the community here. I have a simple JS function …

javascript parse-platform promise
Impact of Xcode build options "Enable bitcode" Yes/No

Yesterday I recognized a ton of warnings regarding the parse.com library: URGENT: all bitcode will be dropped because '[…

ios xcode parse-platform bitcode
Format Date as "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'"

I need to format a date as yyyy-MM-dd'T'HH:mm:ss.SSS'Z' as specified by Parse's REST API for Facebook. I …

javascript facebook date date-format 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 …

ios swift parse-platform uiimage
Error package `com.google.android.gms...` doesn't exist

I am new to Android development. I am learning to use Parse.com backend service and get stuck early on. …

android android-studio parse-platform google-maps-android-api-2
How to ENABLE_BITCODE in Xcode 7?

I'm developing with parse.com and I get this problem upgrading to Xcode 7. Some Parse Frameworks are not fully working. …

ios objective-c xcode parse-platform frameworks
If no Table View results, display "No Results" on screen

I have a tableview, where sometimes there might not be any results to list, so I would like to put …

ios objective-c uitableview parse-platform
Filter Array of [AnyObject] in Swift

I have an array of AnyObject objects in Swift. Each object has attributes of a restaurant, such as name, type, …

swift filter parse-platform
Swift performSegueWithIdentifier not working

I am trying to switch view controllers after a user successfully logs in to their account, but it is not …

ios xcode swift parse-platform
The method getApplicationContext() is undefined - fragment issues

I am getting the following errors: The method getApplicationContext() is undefined The method findViewById(int) is undefined for the type …

java android android-activity android-fragments parse-platform