Giphy stickers are not functioning on Android despite a valid Giphy API key being configured through the Banuba portal. The same key works correctly on iOS, confirming the key itself is not the issue.
Hi Muhammad,
Please use Banuba Glide version in your build.gradle:
excludeAppGlideModule = true
configurations.all {
resolutionStrategy{
force ‘com.github.bumptech.glide:glide:4.16.0’
}
}
We previously had a client who encountered a similar issue on Android in a React Native setup, and this solution helped resolve it.