-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
[Feature Request] iOS 10 Push Notification allow to attach image #2807
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
Comments
This would have to a feature added via the iOS SDK would it not? And even then, you could just accept the data and generate a rich notification locally within the application itself (without modifying the SDK). Correct me if I'm wrong, but if all it does is generate the rich notification by loading the media from the "attachment-url" key, then technically it's possible with the Parse-Server/Local SDK's as is. |
how can I add the |
I actually had to open this in the SDK repo not here. sorry my mistake |
i think no change is required at all, the client must handle by pulling the attached image or video, this can be done easily |
now we can only modify the
alert
attributewill 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/
The text was updated successfully, but these errors were encountered: