Closed bajrangsharma-burrp closed 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.
Thanks for the quick update...I will check and try to achieve...
Working fine after change target...
Glad to know it worked for you.
Closing it.
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.
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...