Hi, I have added Android restrictions for my API key from then onwards I am unable to search for places from Google Maps. When I removed the restriction again search will come. My app is developed using Flutter. Can anyone please help me with what I need to do? And I already enabled the required API's
Hi @mbhaskarreddy,
Welcome to Google Cloud Community!
It seems like the issue you're facing is related to the Android restrictions you set for your Google Maps API key.
Here are some tips that might help fix the problem:
keytool -list -v \
-alias <your-key-name> -keystore <path-to-production-keystore>
I hope this helps.