
If you build an app you want to engage your customers so that they use your app as much as possible and also in a way that it brings value to them....
For further actions, you may consider blocking this person and/or reporting abuse
Using React Native AWS Amplify, AWS amplify and AWS CLI to set up the push notification in React Native app based on the expo ecosystem. Configuring GraphQL and aws-apk as well. This article provides a lot and delivers stepwise detailed integration of the overall AWS Amplify feature in the expo ecosystem. Highly recommended for beginners using expo for React Native app development.
Hello rpostulart, thank you for your guides. Much appreciated.
I would like to share some thoughts.
If we only consider push notifications then Pinpoint isn't really necessary right? Either ExpoServer.
You could go straight ahead and send the payload via fetch in your lambda, like in the Expo Docs:
So I assume you have included pinpoint only to demonstrate how these tools can be combined in a user engagement case. But unlikely the email delivery you would still not be able to track whether your push notification has been delivered or not, right? Or am I missing something?
Some observations in case people don't figure it out:
Thanks rpostulart!
In addition to the missing policy, there is an error in the way the Expo Push Token is written to the API in
./src/Main.js
.Where we define token, the cange is
token
->token.data
: