phonegap-parse-plugin icon indicating copy to clipboard operation
phonegap-parse-plugin copied to clipboard

Phonegap 3.0.0 plugin for Parse.com push service

Results 62 phonegap-parse-plugin issues
Sort by recently updated
recently updated
newest added

I have an Ionic project and I am receiving this message when I try to compile my project on xCode. This project used to work fine with the parse plugin,...

When i add multiple channles as var channels = new Array(); channels.push('sibelga'); channels.push('myb'); channels.push('catlovers'); parsePlugin.subscribe(channels, function() { alert('OK'); }, function(e) { alert('error'); }); app quit unexpectedly on android.

Hello, As everyone knows, parse is shutting down and as they suggested we have migrated our whole data to private server, and also hosted parse on private server to get...

I was able to easily get push notifications on my device with this plugin, but is there a way to get the message from the push notification in the app?...

Hey @avivais , I install the `phonegap-parse-plugin` but it's not working on iOS. After install, I build & run the app, and in xcode console I get: ``` error 2015-07-28...

I add App.java file with this code: ``` package com.editartgroup.ldi; import android.app.Application; import org.apache.cordova.core.ParsePlugin; public class App extends Application { @Override public void onCreate() { super.onCreate(); ParsePlugin.initializeParseWithApplication(this); } } ```...

I'm using PhoneGap ParsePlugin. I can register to "parse.com Push Notification Service" with my Android devices. Everything clear with Android but not with Ios. Whatever i tried i couldn't register....

I can process the payload and data in iOS, but on Android nothing. The pushes arrives, but i cant handle the data on Android.

Hi, I installed the plugin and tried to load it on my simulator but I'm getting the following issue. There's a lot of StackOverflow posts about this but it seems...

Hey, I was trying to get my Installation Object Id using the method getInstallationObjectId but I am having some problems. If I run it as soon as the app runs...