我需要为 iPad 和 iPhone 用户开发一些应用程序。
我知道有3种方法:
Two distinct Apps,一个用于 iPhone,一个用于 iPad。(未在苹果商店链接)One Universal app(出现+在Apple Store登录,应用商店根据设备选择所需的应用)(我从xcode中选择制作应用Universal)。One application with two targets, 一个用于 iPhone,一个用于 iPad。(在 xcode 中使用 iPad 的重复目标)(在苹果商店中链接)。
我需要了解上面 2 和 3 之间的区别。
谢谢。