-
Notifications
You must be signed in to change notification settings - Fork 5
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
[Bug]: Do not receive notification using externalId #87
Comments
According to OneSignal Support, I need to use the The API return does not looks good...
|
Accordingly with their documentation it is supposed to use the
Response:
But using the deprecated
But it does have a kind of weird response:
|
@Duddde Thank you for reporting. I am going to move this issue to the .net api Github repository since I believe this is an issue with the backend SDK and not this repo. To confirm are you able to receive the notification when you create the push notification using the web dashboard or using the REST API directly? |
Thanks for your feedback. Yes i'm able to receive notifications from the dashboard or my API. |
I've previously chased this down with OneSignal support, and the deprecation messages are a mistake. IncludeExternalUserIds is the correct way to go. |
What happened?
I'm trying to send notification with ExternalId.
I do not receive anything.
But when the external Id is null, i receive the notification on my device.
On my .Net MAUI APP i'm using
OneSignal.Login(userId.ToString());
to register the connected user.But in my subscriptions i have two with the same Id's (it's maybe the problem)
Any idea of what's the problem ?
Steps to reproduce?
What did you expect to happen?
I expect to receive notification when using externalId
Relevant log output
Output of the one signal api : class CreateNotificationSuccessResponse { Id: 4cead680-2811-4134-b570-4f4d1bd95acc Recipients: 0 ExternalId: 91b0045a-ed5c-49df-b499-88d382721db4 Errors: }
Code of Conduct
The text was updated successfully, but these errors were encountered: