我有两个应用程序AppA和AppB。我需要将它合并为一个。即当我点击AppA中的按钮时,它应该转到AppB。这两个app都有很多同名的类。这可能吗?
如果您有任何想法,请帮助我。
答案 0 :(得分:0)
编辑:
嗯,我可以帮助你......你可以做的是从另一个打开一个appn。这是AppA开放的AppB。在这种情况下,您需要AppB的URL Schema。请查看这些链接
How can I run one app from another app in iphone?
Launch an app from within another (iPhone)
How Can I open another App from my app?
请查看以下链接。您的问题可能与他们类似: -
https://stackoverflow.com/questions/15582544/ios-combine-multiple-app-in-one-app
Merging multiple iOS apps with a menu system
希望这有帮助。