Friday, March 18, 2016

Publishing Beta as a separate app on Play Store

The article below will help you set up either a Flavour or a Build Type, which can be useful if you decide to publish an unstable (Beta) version of an app as a separate app, instead of using the Beta channel.

I find the separate-app approach to be much more convenient for the testers as it always leaves them a fallback option to the stable app, which is a whole separate app on their device. That way they will never be blocked out of using the app and might be more likely to try out the unstable version and help out with testing.



Build Type is the correct setting for this and it is enough to add the line

applicationIdSuffix ".beta"
to the build type definition, which will modify the application id. This is required for publishing the effectively same app to the Play Store.



Ref: http://tools.android.com/tech-docs/new-build-system/applicationid-vs-packagename


No comments:

Post a Comment