I keep receiving an error of "API key expired. Please renew the API key" on IOS when I run my app on my phone. It only happens when I try to use the cloud's image labeling. I have renewed the key multiple times and have waited quite some time but the error persists.
vision.cloudLabelDetector()
However when I run the on device model it works perfectly fine.
vision.labelDetector()
Keep in mind when I run the on device model I also hook into google's translate API and that works so it doesn't appear the API Key is expired.
I also built the exact same app not too long ago and repasted the code and hooked everything the way its supposed to be. I have also enabled the API on google's developer console (new project).