We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When i send push in cloud code, iOS does't receive push but android very well. also REST API is working both iOS and Android.
My cloudcode
var query = new Parse.Query(Parse.Installation); Parse.Push.send({ where: query, data: { alert: "Answer", sound: "default" } }, { success: function(){ }, error: function(error){ }, useMasterKey: true });
The text was updated successfully, but these errors were encountered:
@kjisoo @drew-gross how did you resolve this issue, I have the same problem, CURL works but cloud code not...
Sorry, something went wrong.
@KudosGuy Did you define ServerURL? I missed it
@kjisoo yeah I did, I guess I just keep digging...
Any answers here?
A lot of us can't get push notifications to work in cloud code.
No branches or pull requests
When i send push in cloud code, iOS does't receive push but android very well.
also REST API is working both iOS and Android.
My cloudcode
The text was updated successfully, but these errors were encountered: