how do you publish a snack to play store

how do you publish a snack to play store

Hi @hansuja-yalavarthi

You can’t directly publish snacks to the stores. You will need to download the snack and then use eas build --platform android --profile production or the “classic” expo build:android to build it.

After that you can publish the result, e.g. with eas submit.

In order to upload an Android play store app, a developer dashboard is imperative. … After paying this one-time fee, you can upload Google Store Play apps for free . You need to fill out all the credentials asked while creating the account, such as your name, country and more.