Skip to content

Notifications from Pinpoint campaigns with the "local time" option are not sent.  #5185

Open
@ClemPalf

Description

@ClemPalf

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:
image
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-parityA request for a feature that is fully or partially available on another platform (JS, iOS, Android)feature-requestA request for a new feature or an enhancement to an existing API or category.push notifications

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions