将提交的应用程序的兼容性从通用更改为仅 iPhone
Change compatibility of submitted app from universal to iPhone only
我昨天提交到 App Store 的应用程序必须仅与 iPhone 兼容,因为我已经将其设置为喜欢 this。
现在我在我的应用程序的 iTunes 上看到它说它与 iPhone、iPad 和 iPod 兼容,它实际上应该只 iPhone。
我试图通过将元素 telephony
添加到 info.plist
中的数组 Required device capabilities
来解决问题,例如 this。
这会在 iTunes 中显示 Compatible with iPhone only
并且不允许在 iPads 和 iPod 上安装吗?如果不是,我该如何解决问题?
是的,那应该根据另一个堆栈溢出来做 post:
How to Restrict the iOS app only for iPhone excluding iPad?
基本上没有办法按设备限制应用程序,除非设备不具备您需要的功能,在这种情况下,是拨打电话(电话)的能力。
我昨天提交到 App Store 的应用程序必须仅与 iPhone 兼容,因为我已经将其设置为喜欢 this。
现在我在我的应用程序的 iTunes 上看到它说它与 iPhone、iPad 和 iPod 兼容,它实际上应该只 iPhone。
我试图通过将元素 telephony
添加到 info.plist
中的数组 Required device capabilities
来解决问题,例如 this。
这会在 iTunes 中显示 Compatible with iPhone only
并且不允许在 iPads 和 iPod 上安装吗?如果不是,我该如何解决问题?
是的,那应该根据另一个堆栈溢出来做 post:
How to Restrict the iOS app only for iPhone excluding iPad?
基本上没有办法按设备限制应用程序,除非设备不具备您需要的功能,在这种情况下,是拨打电话(电话)的能力。