IMPORTANT: Obtaining your correct Verification ID (also known as "Random ID") is necessary to verify your integration when requesting a production API key
Add and set the verificationMode parameter to the configure function like so:
Giphy.configure(apiKey: "your_api_key", verificationMode: true)[Giphy configureWithApiKey:@"your_api_key" verificationMode: true];Run your app and your ID will be printed to the console. You will need to use this ID to complete the Verify GIPHY Integration step.
GiphyCoreUI.configure(context = yourContext, apiKey = "your_api_key", verificationMode = true)To verify implementation of our React SDK or Javascript SDK in your application open your browser's console and paste in giphyRandomId to get the value. This step is not needed if only using the FetchAPI