No matching client found for package name "com.myapp.dev"

Hello,

I am using the managed workflow with eas-cli 0.46. I am trying to have two variants of my app on Android, one for my custom dev client and one from the playstore.

I followed the instructions here: Installing app variants on the same device - Expo Documentation to change the package name when in development from “com.myapp” to “com.myapp.dev” (not real app name).

Unfortunately, when I run eas build --profile development --platform android, I get the gradle error No matching client found for package name "com.myapp.dev"

Any idea how to solve this?

as you can see in logs it’s thrown when running task app:processDebugGoogleServices

your google services json was generated only for the original package name, you need to generate a new one for .dev package or include a new package name in the existing one