Skip to content

iOS does't receive Push notification from Cloud code #502

@kjisoo

Description

@kjisoo

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
  });

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions