Push Notifications
The Embrace SDK can capture push notifications received by your app.
You can change the way Embrace captures push notifications with the CaptureService PushNotificationCaptureService
. This automatic mode doesn't require any changes in your code.
info
If you want to prevent any data inside the notifications from being captured, you can set the captureData
to false
when you initialize the service with PushNotificationCaptureService.Options
.