0
我已經按照給出的指示http://docs.aws.amazon.com/sns/latest/dg/mobile-push-gcm.html#registration-id-gcm。但我創建的應用程序沒有收到任何通知。使用amazon sns發送推送通知到android設備
有人能幫我解釋一下。
我已經按照給出的指示http://docs.aws.amazon.com/sns/latest/dg/mobile-push-gcm.html#registration-id-gcm。但我創建的應用程序沒有收到任何通知。使用amazon sns發送推送通知到android設備
有人能幫我解釋一下。
您有:
如果不是,從0開始。
也許提供一些你已經嘗試過的示例代碼,以及你認爲不起作用的特定東西?否則,不確定我們能夠幫助你。 –
嗨,我在android studio中創建了一個新項目,導入了snssamples文件夾並提供了必要的變量。 –
String registrationId =「Xxxxxxxxxxxxxxxxxxxxxxxxxxxx」; String serverAPIKey =「AIXXxxxxxxxxxxxxxxxxxxxxxxxxxxxxx」; String applicationName =「AppName」; snsClientWrapper.demoNotification(Platform.GCM,「」,serverAPIKey, registrationId,applicationName,attributesMap); –