google play store - how to promote test app with different package name?
问题 This is a question about package names in android. I currently have two build flavors in gradle. Production and Staging. I have created a google play store account and i want users to alpha and beta test my app. The staging app currenly has a package name of: com.mobile.myapp.staging while the production flavor has a package name of com.mobile.myapp. so we have com.mobile.myapp.staging vs com.mobile.myapp in the end i clearly want to promote com.mobile.myapp to production not the staging. but