David Kierans
David Kierans

Reputation: 1599

Can I have an image displayed in an iOS notification?

I don't see any way to do it according to the payload JSON spec etc. I have seen some instances of people maybe showing symbols for sure. Just wanted to check if there is any undocumented way of doing this via the JSON Notification Payload.

Upvotes: 0

Views: 121

Answers (1)

Noah Witherspoon
Noah Witherspoon

Reputation: 57149

Nope. The images/symbols you’ve seen were emoji, which you can use in your notification’s message payload.

Upvotes: 2

Related Questions