android – Google Play服务需要访问哪些网址?

我的应用必须接收推送通知,现在在GoogleCloudMessaging.register()调用后获得SERVICE_NOT_AVAILABLE.

我的客户在他的办公室里有一个严格的防火墙,他无法访问Google Play服务.我需要向他提供Google Play服务需要访问的所有网址列表,以便将其添加到白名单中.

到目前为止,我的列表中只有一个网址:googleapis.com

我没有找到关于这个主题的任何信息,所以我将不胜感激任何帮助.

解决方法

看看 documentation for GCM,看来这是你的答案:

Note: If your organization has a firewall that restricts the traffic to or from the Internet,you need to configure it to allow connectivity with GCM in order for your Android devices to receive messages. The ports to open are: 5228,5229,and 5230. GCM typically only uses 5228,but it sometimes uses 5229 and 5230. GCM doesn’t provide specific IPs,so you should allow your firewall to accept outgoing connections to all IP addresses contained in the IP blocks listed in 07001.

相关文章

以下为个人理解,如错请评 CE: 凭据加密 (CE) 存储空间, 实际路径/data/user_ce/ DE: 设备加密 (DE) 存...
转载来源:https://blog.csdn.net/yfbdxz/article/details/114702144 用EventLog.writeEvent打的日志(或...
事件分发机制详解 一、基础知识介绍 1、经常用的事件有:MotionEvent.ACTION_DOWN,MotionEvent.ACTION...
又是好久没有写博客了,一直都比较忙,最近终于有时间沉淀和整理一下最近学到和解决的一些问题。 最近进...
Android性能优化——之控件的优化 前面讲了图像的优化,接下来分享一下控件的性能优化,这里主要是面向...
android的开源库是用来在android上显示gif图片的。我在网上查了一下,大家说这个框架写的不错,加载大的...