I'm currently working on an app that I'm planning on releasing multiple times (possibly 10+ times). That is, the code is the same, but a few variables (titles, names, and some other stuff) are different in each app. I could of course create 1 app and have the user pick which data they want to use, but the issue then is that searching for that data in the app store won't work. The keywords field is pretty limited in size, and I definitely want to be able to do an App Store search for the data that is unique for each app.
One of the obvious problems with this is when I'm fixing one tiny bug and having to create new versions for all the apps out there. Then it turns out that the bug introduced a new bug that's even smaller, and there I go uploading again. Far from ideal.
Ideally, I release one app and have the user choose which data they want to use, while having more than the 100 bytes Apple gives to put in keywords that relate to all the variables. Anybody experience with this, or any ideas of how I might solve this problem?
One of the obvious problems with this is when I'm fixing one tiny bug and having to create new versions for all the apps out there. Then it turns out that the bug introduced a new bug that's even smaller, and there I go uploading again. Far from ideal.
Ideally, I release one app and have the user choose which data they want to use, while having more than the 100 bytes Apple gives to put in keywords that relate to all the variables. Anybody experience with this, or any ideas of how I might solve this problem?