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
0
votes
0 answers
How to register device to receive push notifications
I'm trying to register the device into pinpoint but I received the message:
public string Register()
{
String identityId = Credentials.GetIdentityId();
RegisterDeviceRequest registerDevice =…

Anonimo142
- 71
- 1
- 5
0
votes
1 answer
AWS Pinpoint : Active targetable endpoints is Nul
I integrated AWS Amplify into my project react native. I use facebook Account Kit for connecting users. I'm having problems with aws pinpoint.
The analytics module works very well
the push notification module does not work very well:
the golds of…

FOKO THierry
- 241
- 3
- 12
0
votes
1 answer
AWS Pinpoint action not triggered using react-native
I'm working on and iOS and Android application with react-native and Amplify. The entire setup for push notifications is done. I can send a campaign to all or to a specific device - and I receive the notifications on both iOS and Android.
Also, I…

sndr
- 1
- 3
0
votes
1 answer
Push Notifications with Ionic 3 and Amazon Pinpoint
I am trying to setup up push notifications in my Ionic 3 app.
I am using the AWS pinpoint service to build campaigns and push messages to devices. Specifically iOS devices.
I have the backend setup and I can track devices using Pinpoint analytics…

lcheetha
- 68
- 6
0
votes
1 answer
How to send a read receipt of a push notification to Amazon Pinpoint on Android?
Hello my dear friends,
I'm trying to send back a read receipt for push notifications to Amazon's Pinpoint, so I can know when users have read a push notification previously sent to my apps. On iOS, in Swift, that's possible by using the following…

sednanre
- 478
- 5
- 16
0
votes
4 answers
Amazon Pinpoint not delivering push notifications to newer model androids
I have an app that sends push notifications through pinpoint sdk. IOS and anything under Samsung s5 receives the push notification. Samsung s7 -s8 are not receiving. Has something changed? Anyone else experiencing this problem? Any help would be…

Ryan Seery
- 45
- 6
0
votes
1 answer
Why is AWS Daily Mobile Push not working when Immediate does work?
The AWS docs for Pinpoint Mobile Push imply that to shift from a working 'Immediate' to a 'Daily' delivery is a simple change on the campaign options. But, with 100% success rate for the 74 current endpoints, it shifts from a high delivery rate to…

TBcoding
- 1
- 2
0
votes
1 answer
Can one call AWS Pinpoint validate via SDK?
According to the Amazon PinPoint API, it provides a REST endpoint to validate phone numbers. Ref: https://docs.aws.amazon.com/pinpoint/latest/apireference/rest-api-phone-number-validate.html
Can anyone please confirm if this feature is available…

David Brown
- 3,021
- 3
- 26
- 46
0
votes
1 answer
Send Push Notification from Web Application using AWS PinPoint
I have a react web application that assigns tickets and a react-native app for user to see their assigned tickets. I want to be able to send a push notification to the user when they are assigned a ticket. I'm looking through PinPoint JavaScript…

Ryan Seery
- 45
- 6
0
votes
1 answer
Pinpoint is not delivering push notification on Android
I am using aws mobileHub for my react-native project. I am using aws-amplify library to use aws features in my app and i follow all the steps of aws-Pinpoint and aws-amplify for push notifications in android . When app open I get the token from…

Amjad Mehmood
- 245
- 1
- 5
- 14
0
votes
1 answer
Amplify AWSAnalyticsProvider record session fails due to missing AWS region
I have recently integrated the AWS Amplify Javascript library with my existing Ionic project. The authentication with Cognito works fine. However when I set the log level to Amplify.Logger.LOG_LEVEL = 'VERBOSE'; I can see that AWS Analytics does…

Juri Adam
- 569
- 6
- 21
0
votes
1 answer
AWS Pinpoint send email notification using Java
I am just getting started with Amazon Pinpoint and I am trying to use the AWS Java SDK to send a direct message to an endpoint that has an email address. I am certain that the endpoint ID exists and the email address has been verified.
Here is the…

Steve
- 21
- 2
0
votes
1 answer
How to send messages using AWS Pinpoint service using PHP SDK
Hi I am trying to send a message using AWS Pinpoint with the PHP SDK, but I am getting an error. Any ideas why? Here is my code:
$client = new PinpointClient([
'version' => 'latest',
'region' => 'us-east-1',
…

awavi
- 837
- 3
- 11
- 23
0
votes
1 answer
amazon pinpoint integration with webapp
Have cognito setup and working and I'm using pinpoint for analytics to track user sign-ups, sign-ins. etc. the problem is I have setup pinpoint according to this doc…

Zach W
- 71
- 1
- 2
0
votes
1 answer
AWS PinPoint - Sending push notifications FROM Android device
I need to send push notifications between Android devices for an AWS Mobile Hub project. It is only device-to-device messaging, no topics involved. I have already integrated FCM and PinPoint …

desidigitalnomad
- 1,443
- 21
- 33