【发布时间】:2018-09-03 13:50:23
【问题描述】:
我发布了一个应用程序,它使用简单的 http 请求来接收 json 数据,并使用裸 tcp 套接字(未加密)在用户和管理员之间进行聊天 最近 google play 在某些设备(如 android 5.0.1)上阻止了我的应用,并显示此消息“被 Play Protect 阻止”
我的问题是: 使用 http 而不是加密的 tcp 有效负载会发生这种情况吗?
我可以使用 ssl 进行 http 请求,但我可以为 tcp 聊天做什么?
制作 diffie hellman 密钥交换加密有用吗?
【问题讨论】:
标签: android google-play google-play-protect