SDK version: 5.2.0
React-Native: 0.82.1
Describe the issue
I added the Notification Extension and updated the Podfile by including the target:
target 'NotificationExtension' do
# Notice the '-richpush' in the line below. This line is different from what was added for the main target.
pod 'customerio-reactnative-richpush/fcm', :path => '../node_modules/customerio-reactnative'
end
After running the app, I’m getting compile errors.
I’ve also added the required code changes in the NotificationServiceExtension, but I'm still encountering errors.
Screenshots
Additional context
I have getting two issue ->
- I’m getting compile errors above Screenshot
- Ambiguous use of 'didReceive(_:withContentHandler:)'
