CTNotificationService icon indicating copy to clipboard operation
CTNotificationService copied to clipboard

A simple Notification Service Extension class to add media attachments to iOS 10 rich push notifications

Results 4 CTNotificationService issues
Sort by recently updated
recently updated
newest added

Hi! As with the [main sdk](https://github.com/CleverTap/clevertap-ios-sdk/issues/295), this SDK will probably require a [privacy manifest](https://developer.apple.com/news/?id=r1henawx) describing data usage, required reason api usage and tracking domains. Thank you

![Снимок экрана 2022-09-08 в 03 34 40](https://user-images.githubusercontent.com/81621538/189008078-b3a7cf34-22e0-4fd9-ae5b-e88b3662f3c5.png) ![Снимок экрана 2022-09-08 в 03 35 32](https://user-images.githubusercontent.com/81621538/189008156-e8eeabfc-b542-4895-824b-98f73696d631.png) ![Снимок экрана 2022-09-08 в 03 35 47](https://user-images.githubusercontent.com/81621538/189008185-131d3a6c-5979-4589-b46f-5ef75d89a8d7.png)

I am getting the below error when I build my iOS project in Xcode 13.0 for Simulator 15 with Swift 5.5, Apple M1 Silicon. All other dependencies, including the main...

ld: library not found for -lCTNotificationService clang: error: linker command failed with exit code 1 (use -v to see invocation) I followed the installation guideline. Platform: React Native OS: iOS...