1

Can we send notification on android phone using javapns.notification.PushNotificationManager. If yes then how to initialize Connection for Android like shown below for Apple:-

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

1 回答 1

1

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

于 2014-03-20T17:43:08.077 回答