0

I have added push notifications with pin point and FCM. It works fine on test device.

I am seeing two end points but when I am creating a campaign the Opted-in endpoints 0 endpoints

Why is this zero , how can I send push notification to these endpoints?

enter image description here

pencil
  • 33
  • 4

1 Answers1

0

This is because, by default, AWS analytics has an "opt-out" flag for all endpoints. For JS, you can use the example from their documentation to set the flag to NONE.

For Flutter I am yet to find any solutions. Momentarily, the AWS Analytics Pinpoint library does not support this function.

George Dobrin
  • 41
  • 1
  • 1