objective c - Combine two iOS apps into one -
i have situation 2 separate companies wish 'join' ios apps form single app (so 1 app store download required). apps have entirely separate code-bases. companies looking partner don't want 1 seeing each others code.
a degree of fiddling code acceptable.
is there way 'package' code-bases or binaries app 1 incorporated app2 without app2 developers having access app 1 code base?
thanks
sure, make 1 (or both) of apps libaries or frameworks can called other (to instantiate , open xib file , view controller parent view of "other" app).
then source code kept separate , distinct 1 section another.
but have work out solutions app delegate (uiapplicationdelegate) methods implemented in both applications. luck that!
Comments
Post a Comment