我们可以使用javapns.notification.PushNotificationManager在android上发送通知

时间:2014-03-20 15:26:16

标签: android push-notification apple-push-notifications google-cloud-messaging javapns

我们可以使用javapns.notification.PushNotificationManager在Android手机上发送通知吗?如果是,那么如何初始化Android的Connection,如下面显示的Apple: -

`AppleNotificationServer server =
      new AppleNotificationServerBasicImpl(keystore, password, production);
pushManager.initializeConnection(server);`

1 个答案:

答案 0 :(得分:1)

不,编写JavaPNs是为了连接Apple的APNS服务器并发送Apple推送通知。它不支持适用于Android的Google Cloud Messaging,它具有完全不同的API。