I have an iOS app on App Store, now i want to upload another release(version 3 actually). I have some new features for the new version but not all the features will be available for the previous version's user.That will be defined by their previous version.
For say, i have features like A,B,C and D. Version 1 user will get A and C where version 2 user will get B,C and D.
These features are basically core data related. I mean some new column added in the core data.
Please let me know is that doable, if so then how.
thanks :)