dimanche 4 février 2018

Correct way to manage bundle id's for alpha / beta / release channels with fastlane

I've set up my app with 2 flavours development and production. Where difference is in database's they use.

I want to deploy development to alpha lane and production to beta / release lanes.

So far had no issues acheiving this with fast lane, but I have a question. In my flavours I specify different bundle id's for each flavour e.g. com.example.myApp and com.example.myApp-development

Fastlane only allows me to specify one, same goes for google play console. Hence the question:

What's the correct approach here? Do I just use 1 bundle id for all flavours and deploy them to respective testing lanes?

Or am I better of creating 2 apps in my play console (which I am kinda against now). I haven't worked with android releases closely, so am not sure what the common way is for this.

Aucun commentaire:

Enregistrer un commentaire