Build apk for testing effecting my playstore account application

  1. SDK Version: 38
  2. Platforms(Android/iOS/web/all): Android

Successfully submit app bundle manually into playstore. When generate apk for testing it effect my playstore application , but am not select any prodution mode.What is the issue.
How can i generate apk with out effecting playstore app for testing.

When you build, expo-cli is runing publish at the same time, use different release channel or flag --no-publish. If you use --no-publish flag new apk will use code from last publish not the one from your local directory.

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