-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Data loss issue with Push Notification Capture service #113
Comments
@nlash-livly - thanks for submitting the issue. A member of our team will take a look and get back to you shortly. |
Hey @nlash-livly ! We're trying to reproduce this issue. A few questions:
|
Hey @nlash-livly! We made some changes in version |
Hello @ArielDemarco and @NachoEmbrace! Apologies for the delay.
Our other app works fine with the notification capture service enabled. The difference between the two apps is that in the working app, we implement (edits: typos, formatting) |
Thanks for the detailed explanation once again! |
Hey @nlash-livly ! A few more questions:
|
Hi @NachoEmbrace,
|
iOS 17.6.1 / Xcode 16 / Embrace SDK version 6.5.1 (also tried 6.5.0, 6.4.2)
When using the Push Notification Capture service, some data in push notifications is stripped out, causing app routing logic to fail upon tapping a notification.
UNUserNotificationCenterDelegate
methods +application(_:didReceiveRemoteNotification:fetchCompletionHandler:)
are not invoked in AppDelegate with the push notification capture service enabled. Push notifications function normally when the push notification capture service is disabled.We use an old version of the Branch SDK 0.36.0 to intercept notifications. The Branch handler is invoked, but some data gets nil'd out.
Setup:
The text was updated successfully, but these errors were encountered: