tenor-android-core icon indicating copy to clipboard operation
tenor-android-core copied to clipboard

Unable to resolve host "api.tenor.com": No address associated with hostname

Open sohailniazai opened this issue 5 years ago • 0 comments

I am using Tenor gif sdk. I am facing an issue with its API calls that when I call the API from Mobile Data it fails with this message:

Unable to resolve host "api.tenor.com": No address associated with hostname

but If I use WIFI to make the call it returns data fine.

I have added permissions for INTERNET in Manifest :

<uses-permission android:name="android.permission.INTERNET" />

and Mobile data is working fine in other operations.

sohailniazai avatar Jun 13 '19 06:06 sohailniazai