有许多类似的问题,但我没有找到答案。
I m making an iPad version of a large iPhone app. Which is the best way to go when distributing? I understand that when turning the app into a "Universal" app, all resources (images etc) for the iPad version are also downloaded to iPhones.
也许不希望这样做,因此,对我来说,最好利用已建的XCode功能,将目标重复成为iPad的目标。 (这是冰层的,因为它将产生所有NIB-files的单帕特版本。)
However, I m afraid that this will split the app into two versions on the app store. I want to make it look like a universal app on app store, with the little "+"-sign. Is it possible to make it look like a universal app, when it s actually two different targets?