I'm developing an app for iOS that uses Parse-Server for the backend. I have just configured the Amazon SNS adapter. The reason I installed this adapter is so that users can get real time notifications based on their interactions with other users.
After installing the SNS adapter, though, I'm having a lot of trouble understanding what I need to do. How do I implement the front-end code to interact with SNS and send users push notifications? Again, the goal is not for me to be able to send my own push notifications to all users, but for push notifications to automatically be sent based on actions within the app.
Thanks in advance