I have an app called “Gatti” in the Apple Store. I’m trying to submit a new version called Gatti Lite but i’m very confused. In my app (created using storyboard) i’ve a scrollView with a lot of buttons. In the lite version i want to reduce the number of this buttons (then functions). I’ve tryied to duplicate targets but i have a lot of unsolved questions:
- i’ve to create a new storyboard? Can i put this new storyboard like the main for the lite version?
- Can I update, with an in-app purchase button, from lite version (removed) to the full version?
- Does exist a Walktrought to do this operation in Xcode 4 (buil a lite version)?
- How can I create two separate apps in the apple store? I want to have 2 different icon, description,…in the itunesconnect. Is it possible? (in the lite version i can’t use the full version’s description.
Thank You guys!
If you want to write and distribute another version of your application (lite) at App Store then you should have another project in xCode, create new storyboard and bring needed code from full version. Two projects, two apps.
As I know you can’t replace your app to another app with in-app button (this upgrade from lite version to full is de facto replacing one app to another)
How to publish new app:
Create new app
Bundle IDhere https://developer.apple.com/certificates/index.actionand then add new application via iTunesConnect https://itunesconnect.apple.com
You will have two apps on AppStore with different meta and icons
There’s similar question on StackOverFlow about connecting lite and full versions Connecting the LITE Version to the FULL Version on App Store
You can look there