Skip to content

[Feature Request] iOS 10 Push Notification allow to attach image #2807

Closed
@benishak

Description

@benishak

now we can only modify the alert attribute

{
    "aps": { 
      "alert": { 
        "title": "Pusher's Native Push Notifications API", 
        "subtitle": "Bringing you iOS 10 support!", 
        "body": "Now add more content to your Push Notifications!"
        }, 
        "mutable-content": 1,
        "category": "pusher"
      },
    "data": {
      "attachment-url": "https://pusher.com/static_logos/320x320.png"
    }
}

will be nice to modify the data attribute to include image or video ...

check this out
https://blog.pusher.com/how-to-send-ios-10-notifications-using-the-push-notifications-api/

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