3
votes

I am looking to have a Push Notification service handling both FCM and Apple Push Notifications. I am looking into Amazon SNS but I can't figure out from the docs whether they support Token-Based authentication for Apple Push Notifications Service.

3

3 Answers

0
votes

Amazon SNS currently does not support token based APNS. Take a look on Firebase, it should be able to handle both.

0
votes

Amazon Pinpoint is capable of using .p8 files when sending messages over APNS.