Reputation: 73
I want to send push notifications to my iOS app with Amplify Gen 2.
Gen1 document does exist: https://docs.amplify.aws/gen1/swift/build-a-backend/push-notifications/set-up-push-notifications/ But, I did not find a document for Gen 2.
Does gen 2 support Push Notification feature?
Upvotes: 0
Views: 118
Reputation: 49
I've tried to set it up using gen1 plugin but it starts to run into a mix of gen1 and gen2 configs and some incompatibilities. So it looks like it is still not supported at the moment.
You may configure SNS and FCM though: https://docs.aws.amazon.com/sns/latest/dg/sns-mobile-application-as-subscriber.html
Upvotes: 0