com.google.android.gms.common.api.ApiException while making shorturl

梦想的初衷 提交于 2019-12-05 21:52:12

This was an issue on the server side with Dynamic Links on Android - it has been resolved and the fix should be rolling out soon.

I'm getting the same error. The code worked fine earlier this week.

According to this link, the exception is returned by a Task when a call to Google Play services has failed. My first thought was to ensure that I am referencing the latest builds (which seems to be 11.0.4 as at the time of writing this) in my Gradle file, but that made no difference.

The error shows no additional information other than the ApiException. I've gone through the Firebase Dynamic Link setup steps again but can't see anything odd. I'll next try to see if there is a problem with Google Play services.

As I said, my code (similar to yours) generated links fine two days ago. Very odd...

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!