I’m developing an app, which be be a game/quiz type application for testing a users ability at a given subject, such as a Spanish tester. The user will download the app and it will be pre-loaded with a bunch of quizes/flashcards etc.
The actual source code for this application will be fairly independant of the subject, therefore I hope to just switch out the database should I wish to create a similar application for a different topic, such as a German tester.
As the code source would be practically the same, having the same package structures and such, does this prevent me from deploying both of these to the market?
What would I need to maintain in order to publish multiple applications from essentially the same source base?
Thanks
You might want to take a look at this previous question which covers the same ground.