Apk getting automatically uploded to Google Play Store

Hi,

After rebuilding apk every time, its getting uploaded to Google Play Store. So, if I’m building for apk for testing purpose, the same thing is also happening and users getting the same. Pls help me regarding this.

Thanks in advance. :slightly_smiling_face:

Regards,
Sayantan

Hey @edommdev,

I would recommend using Release Channels (https://docs.expo.io/versions/v30.0.0/distribution/release-channels) and creating a testing channel so when you run your build command it would be like expo build:ios --release-channel testing. That way, the JS bundle gets published to that channel alone and it won’t affect your build in production.

Cheers,

Adam

It’s working fine. Thank you. :slight_smile:

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.