-
Notifications
You must be signed in to change notification settings - Fork 119
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
Pinpoint push notification registration issue #2557
Comments
This failure is at |
@tylerjroach thanks for your response. I am already doing Attached the log file you requested for all One thing that stands out for me is |
@menan: I built an application to reproduce this scenario. What I'm seeing locally is: initially, before However, when How are you signing in in your app? Are you seeing this behavior on your end? |
It does get called and I am getting Could there be some sort of permission issue? |
That's possible -- can you also take note of the FCM token and send a Pinpoint test notification? Alternatively, can you check not just specifically for that |
@tjleing I did try that and the notification is received on the device successfully when I try with the FCM token directly. It's just that I am having issues associating the userId with that token on the pinpoint side. Is there anything that could prevent it? or any way to troubleshoot this? I checked IAM permissions for adding new endpoints and that's also enabled. |
Hello @menan -- I still can't reproduce your issue. Can you verify how you're creating the segment in Pinpoint? I needed to import a CSV of user IDs in order to filter by user IDs. Also, you can set a breakpoint in |
This issue is now closed. Comments on closed issues are hard for our team to see. |
Before opening, please confirm:
Language and Async Model
Kotlin
Amplify Categories
Notifications
Gradle script dependencies
Environment information
Please include any relevant guides or documentation you're referencing
Push notification registration issue
Describe the bug
Getting the following error when trying to update the pinpoint endpoint
Reproduction steps (if applicable)
Code Snippet
// Put your code below this line.
Log output
amplifyconfiguration.json
No response
GraphQL Schema
Additional information and screenshots
No response
The text was updated successfully, but these errors were encountered: