Push Notifications with AWS Pinpoint

Hi,

We are planning to implement push notifications for one of our apps. We have AWS subscription so we were planning to use AWS pinpoint services. However, we are not really sure how that works with Corona. Can someone provide any guidance on how to implement push notifications using AWS and Corona?

Your help is really appreciated.

Hi,

After doing lot of research on this, we have been able to make it work on both iOS and Android. However, we are facing one issue in Android that it is just showing the notification title and not the message body. Something like shown in the screenshot attached. We are using FCM settings in AWS and plugin.notifications.v2 in Corona to achieve this. Any idea how to resolve this issue?

Are you using some form on Amazon AWS to send the push notification? Or are you sending it via some software you wrote?

Rob

Hi Rob,

Yes, we are using a form provided in AWS to send the notification. It has two fields, title and message body. While the title appears in the notification, the message body doesn’t appear. Please note that we are also using APNS via AWS to send notifications to iOS and it is working fine.