So i’m trying to setup pushnotifications with AWS SNS in my IOS app (ionic). I’ve gotting this far:
- generate certs at Apple Developer
- Created an AppID at AWS SNS
- Created a topic at AWS SNS
- Added the ngcordova push plugin to my ionic project
But now I’m a bit lost. I know I have to register my device with AWS SNS … But I don’t know how. Has anybody got an example how to do this?
much help would be appreciated