Quote:
Originally Posted by delldude1989
1.How Do I got about making this a lite ver?
2. When i add the app update to itunes store people who download it will have the full thing ? btw the app is free right now
|
Well what most people would do is make the first free version into the Lite, keeping the same bundle identifier but changing icon and display name.
Then you would come up with additional features or content that you put into the same source, but you #define LITEVERSION in the project settings and add a second target with a different plist and icon. The sections of code that you only want in the Lite version you surround with #ifdef LITEVERSION #endif.
This way you can build two apps off the same source.
__________________
regards
Oliver Drobnik
Dr. Touch
Dr. Touch’s Parts Store – easy to use yet professionally looking components that you can use to spruce up your own apps. Augmented Reality, Calendar Control, Pin Lock or Purchase Button are only some examples. You get full source code, no static library crap, and lifetime support by Dr. Touch himself. Check it out today!