How to send push notifications from AWS SNS using a Push Notification Key (p8 file)
Asked Answered
G

1

9

When faced with the task of renewing my soon to expire push certificate I stubled on this suggestion of using a push notifications auth key which never expires.

Now I couldn't find a way to get it to work with AWS SNS, nor could I find any information on using p8 files with that service. Is it even possible?

Geranium answered 8/4, 2019 at 8:10 Comment(1)
did you finnd outMarkus
W
1

Amazon SNS now supports token-based authentication using .p8 key file. You can also choose to use certificate-based authentication if you prefer.

You can learn more at https://docs.aws.amazon.com/sns/latest/dg/sns-apple-authentication-methods.html

Wildfowl answered 9/11, 2021 at 23:45 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.