gpt4 book ai didi

Android 推送通知 : How does Google Play Services Connect to Google Server

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:04:05 25 4
gpt4 key购买 nike

我想深入了解 Android 推送通知。

根据这个问题, How does push notification technology work on Android?

Google Play 服务维护着与 Google 服务器的 Activity TCP 连接。我无法找到此 TCP 连接。

我使用了一个名为 NetStat Plus 的应用程序枚举 TCP 连接,这就是我想出的:

我有很多支持 GCM 的应用程序,但这里似乎没有连接到 Google 服务器。

enter image description here

最佳答案

好的,首先不要选择选项卡“ALL”,选择“ESTABLISHED”以摆脱当前不可用的连接。这是我设备的屏幕截图: Screenshot

有一个名为“系统”的条目,地址为 IP 173.194.65.95。如果您执行如下的 whois 查询 whois

您会看到这是一个 Google 服务器。尝试在浏览器中输入 IP(因此不允许在 IP 地址上设置链接)。

但系统连接并不总是存在。当您查看 u0_a19 时,您还会看到一个 Google 服务器。此连接始终存在,并且在您的系统上可能有不同的名称。在您的屏幕截图上,我看到 u0_a7 指向 Google 服务器。

当我执行 ps | terminal window 中的 grep u0_a19我得到:

  • com.google.process.location
  • com.google.process.gapps
  • com.google.android.gms

com.google.android.gmsGoogle Play Services因此似乎有一个共享连接用于不同目的,其中之一可能是推送通知。

关于Android 推送通知 : How does Google Play Services Connect to Google Server,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25051092/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com