I'm a little confused about making Free (lite) and Paid (full) version of an iPhone app.
The reason I ask is because I'd like to have two versions for my app: a Free ad supported version and a Paid version, and I'd like to accomplish that with two different targets. Since they will be two different apps in the App Store, my understanding is they need two different Bundle IDs, right?.
- Would I need two different Bundle ID’s for each target?
- Would I need two different Info.plists for each target if I did this, or can I use the same Info.plist?
- Would I need two different development/distribution provisioning profiles for each target, or can I use only one?