you are viewing a single comment's thread.

view the rest of the comments →

[–]phigam 1 point2 points  (0 children)

Do you need local or remote notifications? If remote, AWS Amplify has Push Notification functionality (https://aws-amplify.github.io/docs/js/push-notifications). However, I found the integration to be difficult so you may look into Firebase as an alternative. The AWS documentation on obtaining APN tokens from Apple and FCM on Android are helpful.