Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/207.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在Android 6上使用Google Play Services 7.x_Android_Google Play Services_Android 6.0 Marshmallow - Fatal编程技术网

在Android 6上使用Google Play Services 7.x

在Android 6上使用Google Play Services 7.x,android,google-play-services,android-6.0-marshmallow,Android,Google Play Services,Android 6.0 Marshmallow,我们在Google Play Services 8.1发布的那一刻就升级到了它,但现在我们正在考虑使用第三方库,它仍然有7.8的依赖性:它没有进行必要的升级 在报纸上读到有人提到 如果您的应用程序使用的是8.1之前的Google Play services SDK版本,则必须更新以使用此新版本,以确保您的应用程序与Android 6.0完全兼容。这将使您能够适当地管理应用程序的权限流,并避免任何潜在的连接问题 潜在的连接问题听起来GCM可能会停止工作,但我还没有找到任何文档说明如果Android

我们在Google Play Services 8.1发布的那一刻就升级到了它,但现在我们正在考虑使用第三方库,它仍然有7.8的依赖性:它没有进行必要的升级

在报纸上读到有人提到

如果您的应用程序使用的是8.1之前的Google Play services SDK版本,则必须更新以使用此新版本,以确保您的应用程序与Android 6.0完全兼容。这将使您能够适当地管理应用程序的权限流,并避免任何潜在的连接问题


潜在的连接问题听起来GCM可能会停止工作,但我还没有找到任何文档说明如果Android 6设备尝试使用Google Play Services 7.x会发生什么。还有其他人碰到过这个吗?是否有我应该关心的连接问题?

目前未找到任何问题。如果发现问题,可以在此处报告: