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

Not able to receive image in notification bar #17

Closed dattaprasadPegasus closed 3 years ago

dattaprasadPegasus commented 3 years ago

I have integrated CleverTap having one issue : Not able to receive image in notification. Application able to receive text notification but when I tried to send notification with image , able to receive notification but image not showing

Here is my configuration

"clevertap-react-native": "^0.4.5",

pod file : target 'NotificationService' do platform :ios, '10.0' pod 'CTNotificationService' end

NotificationService.h // // NotificationService.h // NotificationService // // Created by Pegasus on 17/11/20. // Copyright © 2020 Facebook. All rights reserved. //

import <CTNotificationService/CTNotificationService.h>

@interface NotificationService : CTNotificationServiceExtension

@end

NotificationService.m

import "NotificationService.h"

@implementation NotificationService

@end

Can anyone please guide. IMG_0339

Aditi3 commented 3 years ago

Please check #14 , looks similar.