Description
Description
I have been experimenting with segments and campaigns in my Pinpoint project to send notifications to my flutter app.
Every time I tried to select the option "Local time", I never receive the notifications (be it with the option "Immediatly", "Once" or any cyclic options).
In the Pinpoint documentation, I found this:
Using the cli get-user-endpoints command, I noticed that my user endpoints are formatted like so :
"Demographic": { "AppVersion": "0.5.9", "Locale": "fr_FR", "Model": "iPhone", "Platform": "ios", "PlatformVersion": "17.5.1" },
Is there a problem in the way you register endpoints (not including the required Timezone attribute)? Or did I make a mistake identifying my user :
` try {
await Amplify.Analytics.identifyUser(
userId: userId,
userProfile: userProfile,
);
await Amplify.Notifications.Push.identifyUser(
userId: userId,
userProfile: userProfile,
);
}`
Kind regards,
Categories
- Analytics
- API (REST)
- API (GraphQL)
- Auth
- Authenticator
- DataStore
- Notifications (Push)
- Storage
Steps to Reproduce
!
Screenshots
No response
Platforms
- iOS
- Android
- Web
- macOS
- Windows
- Linux
Flutter Version
3.22.2
Amplify Flutter Version
2.2.0
Deployment Method
AWS CDK
Schema
No response