ios - How to submit multiple versions of an app using multiple targets with a single codebase? -


context:
have single app, unique bundle , app id, etc. common situation: single account single app. now, need generate n different apps same codebase, each target specific country; associated same account (i guess).
@ first, idea allow custom skins (app icon, app name, launchscreen, localisations, resources, etc) features , more core behaviour customised (this don't care yet).

solution:
solutions, ideas this github project or this ray wenderlich tutorial, decided work multiple targets, each defining custom configuration , resources used.

the problem:
how on earth manage release n different versions of app?
understand according this answer, i'll end several app ids within same account, each certificates , provisioning profiles. range anywhere 2 structures, 20 different replications! there i'm missing here?
not certificates management problem, don't know of automatic way proceed different steps of releasing app (submitting xcode; creating new version itunes connect; configuring release notes, screenshots, etc); afaik submit process pretty manual , there's can automatised.
so, how can change having 20 manual releases more manageable?

any solution or ideas appreciated, more if can later integrate jenkins, acceptance tests , whole 9 yards ;d
in advance!


alternatives received far:
fastlane
shenzhen


Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -