Top "Parse-platform" questions

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

Cannot subscript a value of [AnyObject]? with an index of type Int

This is in a class extending PFQueryTableViewController and I am getting the following error. The rows will be PFUser only. …

ios xcode swift parse-platform xcode6.3
iOS 8 enabled device not receiving PUSH notifications after code update

I recently upgraded one of my test iphones to iOS 8 and then upgraded the PUSH registration code as below (using …

ios iphone notifications parse-platform push
My app was just rejected for using the Ad support framework. Which library is responsible?

This was simply an update that didn't change anything to do with the rejection reason. Here is the response from …

ios parse-platform appstore-approval flurry testflight
facebook login issue - canOpenURL: failed for URL: "fbauth2:///" - error: "(null)"

When I click on login with Facebook button, it is opening safari browser and getting closed immediately. Noticed error on …

ios facebook swift facebook-graph-api parse-platform
Transparent background for modally presented viewcontroller

I am using Parse & ParseUI. I want my PFLoginViewController subclass to have a transparent background. In the future, I …

swift parse-platform ios8.1
Recyclerview Adapter and Glide - same image every 4-5 rows

I have this problem - just for testing purposes I added ParseFile to one of ParseObject from received list. Instead …

android parse-platform android-recyclerview android-glide
Connect Objective-C framework to Swift iOS 8 app (Parse framework)

I am trying to use an Objective-C framework with the Swift programming language for iOS 8 development. This is a specific …

ios objective-c xcode parse-platform swift
How to use Google Login API with Cordova/Phonegap

I want to use "Login with Google" in my Phonegap App. I have read many articles but couldn't find out …

android cordova oauth parse-platform google-oauth
Parse warning from didReceiveRemoteNotification:fetchCompletionHandler

I am getting an error after adding this code from parse.com: - (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo …

ios parse-platform
Sending Email With Swift

how would you send an email with swift in an app. Like say for example your user want's to reset …

ios swift email parse-platform mailgun