iOS push notification with image like in iMessage

我只是一个虾纸丫 提交于 2020-01-03 04:32:48

问题


I want to create a push notification with an image (like when you receive an iMessage with a photo).

Anyone know how it is done?


回答1:


Unfortunately not.The notification payload is up to 256 bytes long.And it is useless to use them to sent images.

Please read Apple Docs.




回答2:


This has changed in iOS 10! Hurrah!

https://littlebitesofcocoa.com/261-rich-notifications



来源:https://stackoverflow.com/questions/26148253/ios-push-notification-with-image-like-in-imessage

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!