vinoth87
vinoth87

Reputation: 310

How to bundle two iOS app into single ipa file

I have to bundle two iOS app into single .ipa File. So user can download two app with single download. I searched lot but can't find any docs to do this process. Also reviewed 'App Bundles' which is in iTunes connect that is only suitable for paid app. How to do 'App Bundles' with free apps? Can 'App Bundles' be supported to verify at the time of development?

Thanks in advance.

Upvotes: 0

Views: 851

Answers (2)

SaRaVaNaN DM
SaRaVaNaN DM

Reputation: 4410

You can't combine multiple app in single IPA. Because iTunes will recognize only one application in such IPA.

Upvotes: 0

Kubba
Kubba

Reputation: 3438

First of all - it's not possible to combine two apps in in one ipa file.

App bundles is just an iTC/AppStore term - you can bundle two or more iTC entities (apps) and sold them together at reduced price. And yes, bundles are only for paid apps.

Upvotes: 3

Related Questions