CleverTap / CTNotificationService

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

Error Report Privacy Manifests #34

Closed hanifsgy closed 5 months ago

hanifsgy commented 5 months ago

I encountered an error when generating the privacy report:

Errors EncounteredMissing an expected key: 'NSPrivacyCollectedDataTypes'<redacted>.app/PlugIns/ClevertapNotificationServiceExtension.appex/CTNotificationService.bundle/PrivacyInfo.xcprivacy

introduced PrivacyInfo.xcprivacy in this change #32. I think you should create an empty xcprivacy file. For example, see here.

hanifsgy commented 5 months ago

Sorry, I found out that declaring an empty privacy report is not recommended by Apple's DTS ref: https://developer.apple.com/forums/thread/746481?answerId=782256022#782256022