【发布时间】:2021-04-19 07:29:30
【问题描述】:
我正在使用位置 API 在我的应用程序中获取用户位置访问权限。它在所有国家都按预期工作,但在中国地区出现以下错误:
“如果没有您的设备不支持的 google play 服务,AppName 将无法运行”仅适用于中国地区
我已经检查了上述错误的解决方案,我知道如果不支持 google play 服务会发生这种情况然后出现此消息,问题是在中国,所有设备都不支持 google play 服务本身(否google play 商店,没有 google play 服务)
他们有什么方法可以运行 google API 来获取中国的位置吗?如果是,请帮忙,如果不是,那么在中国获得用户位置访问权限的替代解决方案是什么。
【问题讨论】:
标签: android google-maps geolocation mobile-application