Home  >  Q&A  >  body text

objective-c - IOS 局域网 远程推送

有没有办法实现连接某个内网的时候收到远程推送,比如说一个政府机关内的局域网。我知道推送要通过APNs,这样的话似乎是无法实现远程推送的,但是既然这样的需求存在也不少见,我觉得还是有解决的方法的吧,求大神指点T T... ps:感觉去服务器里拿推送消息然后本地推送有点不靠谱,毕竟推送消息是程序在后台的时候拿到的。

怪我咯怪我咯2712 days ago319

reply all(1)I'll reply

  • PHPz

    PHPz2017-04-17 17:43:03

    If the local area network contains a server that can connect to the external network, then this matter can be handled by this server.
    If you want to handle it on iOS, it is not possible.

    reply
    0
  • Cancelreply