Reputation: 3831
We have an AdWhirl-sponsored version of an app (Moonrise) and would like to offer an ad-free $.99 version.
For maintenance reasons, I'd like to have a single app in which I just change a couple #defines to turn ads on and off.
But how do I compile to two different 'app packages', so to speak, that have different names and bundle identifiers?
I guess I'm just asking for a heads-up before I try it, and if there is a gotcha I should think of. Also, if there is an even easier way of doing it, I'd like to know (as this should be common among devs).
Plan is to
Have I missed anything?
Upvotes: 7
Views: 1624
Reputation: 4932
If you will do everything good, you will be able to use single project to build different versions of it.
Upvotes: 9