androidgoogle-cloud-consolegoogle-cloud-billing

Android app is crashing due to disabled google cloud billing account


My Android app is crashing due to a disabled Google Cloud billing account. After enabling it the app is still crashing.

I created a new billing account for Google Cloud and linked it with my project. By doing this it upgraded my firebase plan from spark to blaze. Does it mean it will now charge my account (I am only using free Google Cloud services)? What other steps do I need to follow regarding the Google Cloud console & Google Play store? kindly suggest any settings that I need to modify. Is it possible to resolve this issue without giving an update to my app on the Play Store?

I am getting the following error: Caused by: com.google.maps.errors.RequestDeniedException: You must enable Billing on the Google Cloud Project at https://console.cloud.google.com/project/_/billing/enable Learn more at https://developers.google.com/maps/gmp-get-started


Solution

  • As you mentioned your question, Caused by: com.google.maps.errors.RequestDeniedException: You must enable Billing on the Google Cloud Project at https://console.cloud.google.com/project/_/billing/enable Learn more at https://developers.google.com/maps/gmp-get-started

    This exception is occurred due to from Google Maps API limit reached. So, enable billing for your Google Maps SDK. It'll get resolved.

    @ruhi-viroja:- I linked my Google Maps billing account with my project and created a new API credential. By doing these steps I can load my app.