CleverTap / CTNotificationService

A simple Notification Service Extension class to add media attachments to iOS 10 rich push notifications
MIT License
18 stars 15 forks source link

Image not showing in push notification #3

Closed bajrangsharma-burrp closed 6 years ago

bajrangsharma-burrp commented 6 years ago

Hi,

In iOS, on some devices notification image not showing...Plz let we know what went wrong for the same.

showing in iOS version: 11.4.1 but not showing in iOS version: 11.2.5,

CleverTap sdk version: "clevertap-react-native": "^0.2.1",

If available provide me "react-native" clevertap push notification demo app...

Aditi3 commented 6 years ago

Hey @bajrangsharma-burrp

Can you verify the Deployment Target of the Notification Service Extension in your project. That extension's deployment target must be at least 10.0 or greater.

You can check the same by following steps:

In Xcode, go to your Targets, under your Notification Service Extension’s name, select General and find Deployment Info and check the value of the Deployment Target.

bajrangsharma-burrp commented 6 years ago

Thanks for the quick update...I will check and try to achieve...

bajrangsharma-burrp commented 6 years ago

Working fine after change target...

Aditi3 commented 6 years ago

Glad to know it worked for you.

Closing it.

Arun-paramasivam commented 4 years ago

Hi, I'm using

I'm receiving push notifications in both android and ios. But push with images works only on android. In iOS I receive a notification but the image is not shown. The title of the message comes as 'Test Push [modified]'. Some extra data is coming but not sure why the image is not shown. Have set the deployment target of the Notification Service Extension file as 10.0. And I'm testing it on iPhone 6 with ios 13.7. WhatsApp Image 2020-09-26 at 11 16 10 PM