Karteek
Karteek

Reputation: 138

Native script support for Amazon AWS SNS (push notifications)

I built an app ( which involves push notifications ) in native android code.For push notifications I used Amazon AWS SNS.

I'm trying to build the same app using "Native Script" ,but I'm failed to use AWS SNS in Native Script. It seems there is no support for AWS SNS in "Native script" yet.

Any Ideas?

Thanks in advance.

Upvotes: 1

Views: 660

Answers (1)

Alexander Vakrilov
Alexander Vakrilov

Reputation: 1131

If you have already build the app native - maybe you can wrap the notifications in a plugin and reuse it in native script: NativeScript Plugins

Upvotes: 1

Related Questions