Reputation: 15589
I would like to package multiple app in a single app. So donwloading one app and install that in an iPhone will install 3/4 apps. Something like java midlet suits having multiple Midlets in a single jar file. Is it possible by using multiple target or bundle, aggregate target etc.?
Upvotes: 0
Views: 338
Reputation: 17421
If you want multiple apps that can share data, keychain info etc there are ways to do that but leave them as separate app. It makes for a much cleaner user experience.
Upvotes: 2
Reputation: 11432
That doesn't make any sense on the iPhone.
You should look at In App Purchases instead.
Upvotes: 1
Reputation: 18375
No. Don't do this for a few reasons:
Some apps act like bundles of apps, but what they really are is a bunch of mini-apps built into a larger one. I highly discourage this sort of bundling. There are a lot of apps out there that say, “51 Tools All-In-One, Only $1.99!”, but these are incredibly trashy and are bought by unsuspecting noobs with no taste. Don't contribute to that.
Upvotes: 6