Giphy / GiphyAPI

Public facing API docs, notes and more
1.9k stars 282 forks source link

get app random key #218

Closed gjc2609 closed 4 years ago

gjc2609 commented 4 years ago

we are using GiphyCoreUI.configure(context = yourContext, apiKey = "your_api_key", verificationMode = true) this function to generate App random id with library 1.2.8.

Giving error unresolved reference for GiphyCoreUI.

Please provide solution for the same

shwetaatgiphy commented 4 years ago

Hey @gjc2609,

Thank you for pointing out this issue, we are fixing this in our documentation soon. In the meantime, please use Giphy.configure(context = yourContext, apiKey = "your_api_key", verificationMode = true) instead, that should work.

If there are any other issues/ questions around the SDK please feel free to write into developers@giphy.com or open an issue in the respective repositories (iOS, Android, Web)