Home > Back-end >  Google Api Error: Invalid request - Prices are missing for the following billable countries: LB
Google Api Error: Invalid request - Prices are missing for the following billable countries: LB

Time:10-24

I developed an app and now I want to release an update to Play store with expo-cli. When I type eas submit -p android --latest I received the following result: https://ibb.co/D5hPF6Y

How can I solve it?

CodePudding user response:

See for the solution here, to remove that country: https://forums.expo.dev/t/eas-submit-failed-with-google-api-error-invalid-request-prices-are-missing-for-the-following-billable-countries-lb/58581/6

  • Related