Top "Parse-platform" questions

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

registerForRemoteNotifications method not being called properly

I'm currently using Xcode6 beta (first version). Using parse.com, I'm trying to implement push notifications. In my app delegate, …

ios xcode push-notification parse-platform
How To Add Parse to an Android Studio Project?

I'm trying to use the Parse library in Android Studio. I have used the basic example on their website and …

android-studio parse-platform
Update badge counter in Swift

With following code I get (2) in the badge icon immediately after app compiling: func application(application: UIApplication, didRegisterForRemoteNotificationsWithDeviceToken deviceToken: NSData) { …

ios swift parse-platform push-notification badge
FBSDK Login Error Code: 308 in Objective-C

I keep getting "Error Domain=com.facebook.sdk.login Code=308 "The operation couldn’t be completed. (com.facebook.sdk.login …

ios facebook parse-platform facebook-sdk-4.0
Parse for iOS: Errors when trying to run the app

I've been working with the Parse SDK and I followed the quickstep guide. When I try to run, I get …

ios parse-platform
Javascript Parse Facebook Login Issue

I am getting: Given URL is not whitelisted in Client OAuth Settings: This redirect failed because the redirect URI is …

javascript facebook parse-platform oauth
How to apply a big view style to a notification using Parse library

This library works perfectly, but i have a doubt. When I send a message to users with more than two …

android notifications parse-platform
Sort array of custom objects by date swift

I have a custom object "Meeting" I am adding all the objects in an array. What I want to do …

arrays swift sorting parse-platform nsdate
Swift: save video from NSURL to user camera roll

I have a variable videoURL of type NSURL. If I call println(videoURL) it would return something like this: http://…

ios swift parse-platform save nsurl
ld: framework not found Parse Xcode 7 beta

I succeed to install and use Parse framework with my new project, but I can't with a "template project". The …

ios swift parse-platform xcode7 xcode7-beta2