tenor-android-core
tenor-android-core copied to clipboard
Unable to resolve host "api.tenor.com": No address associated with hostname
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.