javapns.notification.PushNotificationManager を使用して Android フォンで通知を送信できますか。はいの場合、以下に示すように Android の Connection を初期化する方法は、Apple の場合です。
`AppleNotificationServer server =
new AppleNotificationServerBasicImpl(keystore, password, production);
pushManager.initializeConnection(server);`