-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to subscribe to a channel #65
Comments
Having same issue. I even get the success callback called. |
I have ended up subscribing/unsubscribing manually via Parse queries:
|
@billymedia Hi there, where can read about installation.set and save methods? |
@anteksiler |
I had this same problem. |
I have it installed and registering ok in android / cordova 3 / angular 1.3.6 / parse js sdk 1.4.1.
Once registered, i have a toggle that allows the user to subscribe/unsubscribe to a channel.
I am unable to subscribe to a channel, there is no error returned.
This is my subscribe code :
As i can register, i assume the plugin is installed ok and connecting to parse.com with the app id and client key. Can you think of a reason why it wont subscribe?
Note that I did not implement the "Android Quirk" as it threw an error on cordova build, but i can see in a pull request that this is no longer needed.
The text was updated successfully, but these errors were encountered: