Pushwoosh / pushwoosh-appcelerator-titanium

Other
33 stars 16 forks source link

[iOS] Rich Notifications #45

Closed maxkhrichtchatyi closed 6 years ago

maxkhrichtchatyi commented 7 years ago

Hello, how to configure app for receive Rich Notifications? by default my app doesn't show image in push notification.

wfhm commented 7 years ago

Hi,

Am I correct that you talk about iOS 10 Rich notifications?

If so, this functionality is not yet available out of the box. Since Titanium does not save a native project after building, however still creates it during the process, it is theoretically possible to modify your native code to make media attachments work.

The detailed guide on the integration process (a native one) can be found here:

http://docs.pushwoosh.com/docs/ios-10-rich-notifications-integration

You can access an XCode project as described in this StackOverflow thread.

maxkhrichtchatyi commented 6 years ago

Thanks!