Amazon Pinpoint is AWS’s Digital User Engagement Service that enables AWS customers to effectively communicate with their end users and measure user engagement across multiple channels including email, Text Messaging (SMS) and Mobile Push Notifications.
Questions tagged [aws-pinpoint]
249 questions
20
votes
2 answers
Amazon Pinpoint vs. Amazon SES/SMS
I would like to send a verification code to a specific user (only one) via email or text message. I have successfully done so through Amazon SES but I have not attempted through Amazon SMS yet. I have found myself going down the rabbit hole of…

mfs_1990
- 203
- 1
- 2
- 6
12
votes
1 answer
(React Native - Using AWS Amplify) - Invariant Violation: Native module cannot be null
Description of the issue:
I'm implementing push notification in my React-Native app using this AWS Amplify doc and testing with the iOS part fails with the error "Invariant Violation: Native module cannot be null", however if I test (i.e fetching…

aksyuma
- 2,957
- 1
- 15
- 29
10
votes
2 answers
Pinpoint FCM push notification status "Successful" but not received in console/device
I've got an android app and I'm trying to send push notifications to it through Amazon Pinpoint.
My App is able to receive FCM push notifications sent via Postman with my API key.
These notifications appear both on the FCM Console, and on the…

phauwn
- 341
- 3
- 15
8
votes
2 answers
Failed to send direct email message via aws Pinpoint
I am trying to send email message to a specific email address via the aws pinpoint. My from email address is verified. However, whenever I try to send the email it gives me an error "Failed to submit email message to ". I don't understand where am I…

JSnow
- 929
- 2
- 11
- 24
7
votes
1 answer
Push notification - Difference between AWS Pinpoint and AWS SNS
I am new to Push Notification and really interested in it. We have AWS SNS (Simple Push Notification) and AWS Pinpoint.
I am confuse about these services from AWS.
What is the difference between them?
If I want to send push notification to my…

Luong Truong
- 1,953
- 2
- 27
- 46
7
votes
0 answers
Cognito/Pinpoint integration - Lack of user-specific data
I'm in the process of configuring AWS Pinpoint with AWS Cognito with the hope of tracking user activity within the app - Daily Active Users, Monthly Active Users, etc. However, after reading through the documentation, associating the Pinpoint…

jb3
- 71
- 2
7
votes
4 answers
Send a notification by Lambda function with AWS Pinpoint
I have an iOS app with a backend build by MobileHub with API Gateway, Lambda, and DynamoDB.
I noticed that the SNS function of MobileHub has been replaced by Pinpoint, and I would like to create a notification system using this new service.
When a…

Azure Chen
- 859
- 1
- 12
- 21
6
votes
0 answers
Receive text messages directly in the ios app
I need my iOS app to read the text messages sent from an external device and perform certain tasks based on the received message without any major user intervention. I am totally aware that the content of received text messages cannot be…

sreejesh
- 718
- 5
- 15
5
votes
1 answer
What's the difference with Pinpoint connected to Kinesis vs. mobile app directly streaming to Kinesis?
I'm researching AWS services related to mobile analytics as we are using AWS as our backend infra and now would like to understand how to best utilize Pinpoint and/or Kinesis to end up with events stored in S3 for later analytics.
Pinpoint offers…

murrekatt
- 5,961
- 5
- 39
- 63
4
votes
1 answer
Is it possible to integrate the AWS cognito hosted UI with the Amazon Pinpoint for analytics?
We are looking for a way to integrate the AWS Cognito hosted UI with the Amazon Pinpoint for analytics. We have also set up the Pinpoint for Cognito with the corresponding region, but nothing shows up in the dashboard.

Sanjay Pant
- 90
- 1
- 8
4
votes
0 answers
Amplify auth configuration error AWSPinpointProvider - updateEndpoint error TypeError: Object(...) is not a function
What I want to achieve?
I want to integrate the aws analytics in my web application that can track user experience. AWS requires you to work with the library Amplify to record events in your react web app.
What I have done so far?
I have configured…

Hunia.F
- 41
- 1
- 5
4
votes
1 answer
AWS Pinpoint - Amplify - Android - Custom events are recorded in the console but it's not possible to filter by them
I have added AWS Pinpoint Analytics through Amplify in my Android application. I am recording custom events based on the official tutorial:
val event: AnalyticsEvent = AnalyticsEvent.builder()
.name("PasswordReset")
…

MiHu
- 157
- 1
- 10
4
votes
1 answer
How to create a deep link push notification with Pinpoint?
I am sending APNS push notifications to my app using the Pinpoint JS SDK. I'm trying to enable sending a deep link to open a specific page of the app when the user taps the notification.
According to the docs I should be passing Action: "DEEP_LINK"…

Fook
- 5,320
- 7
- 35
- 57
4
votes
1 answer
Amazon Pinpoint API vs AWS Simple Notification Services
For the purpose of sending push notifications from the backend, if we need a Push Notification Platform, could you please suggest which of these is intended for that purpose – Amazon SNS or Pinpoint?

Ashish Dwivedi
- 8,048
- 5
- 58
- 78
4
votes
1 answer
Pinpoint/FCM returning Unregistered or expired token
I'm using Pinpoint to push notifications through FCM and I'm receiving an error back from AWS:
{
"ApplicationId": "xxx",
"RequestId": "yyy",
"EndpointResult": {
"5551212": {
"DeliveryStatus": "PERMANENT_FAILURE",
…

Patrick Dench
- 813
- 2
- 9
- 27