PushSharp リポジトリの例に従いました: PushSharp Android クライアント サンプル
アプリが開いている場合、またはバックグラウンドで (ホームまたは戻るボタンを押すことによって) すべてが正常に機能しています。ただし、アプリケーション マネージャーでスワイプしてアプリを閉じると、通知を受信しなくなります。
PushHandlerService は [Service] としてマークされているため、アプリを閉じても開いたままになり、通知をリッスンし続けると想定していました。アプリを閉じた状態で引き続き通知を受信する方法はありますか、それとも私のやり方が間違っているのでしょうか?
私はコードを含めますが、私が得たものは上記のリンクの例からほぼ正確に取られています.
編集:
I tried firing PushClient.Register on app start even through the device is already registered in hopes that this would start the PushHandlerService if it wasn't started. Even with re-registering on each launch of the app I still don't receive notification when the app is closed.