如何配置iOS应用在特定设备上工作?

如何配置iOS应用在特定设备上工作?,第1张

概述我正在开发具有ZBar SDK的iOS应用程序进行QR码扫描. Here ZBar SDK creators tell us那个 Only the iPhone 3GS and iPhone 4 are supported, as they have a camera with auto-focus. The ZBar library does not support the iPhone 3G @H_403_6@ 我正在开发具有Zbar SDK的iOS应用程序进行QR码扫描. Here ZBar SDK creators tell us那个

Only the iPhone 3GS and iPhone 4 are supported,as they have a camera
with auto-focus. The Zbar library does not support the iPhone 3G and
is unlikely to ever support it.

所以我已经将自动对焦相机键添加到我的pList的“必需设备功能”部分.一切都很棒,除了一件事 – iPad 2& iPod touch 4th Gen没有自动对焦摄像头,但仍然可以使用我的Zbar SDK代码来扫描QR码.但是我的自动对焦相机键不允许iPad 2和iPod touch 4th Gen的用户从App Store下载我的应用程序.

换句话说,我需要找到一种方法,通过这些设备上的App Store来安装我的应用程序:

> iPhone 3GS.
> iPhone 4.
> iPhone 4S.
> iPad 2.
>新iPad.
> iPod touch第四代

在这些设备上,我的应用程序不应该可用:

> iPhone 2G.
> iPhone 3G.
> iPad.
> iPod touch 3D Gen和

我的问题是:如何使我的应用程序在App Store中可用于第一个列表设备的用户,并且不可用于第二个列表设备的用户?

任何帮助将不胜感激!

PS:我已经看到了this question on SO,但它并没有帮助我.

PS2:This app具有所需的一组可用设备.

Requirements: Compatible with iPhone 3GS,iPhone 4,iPhone 4S,iPod
touch (4th generation),iPad 2 Wi-Fi,iPad 2 Wi-Fi + 3G,iPad (3rd
generation) and iPad Wi-Fi + 4G.

有谁知道,他们是怎么做到的?

ps3:同时添加静态相机和自动对焦相机gives us this:

Requirements: Compatible with iPhone,iPod touch (4th generation),
iPad 2 Wi-Fi,iPad (3rd generation) and iPad Wi-Fi
+ 4G.

而且,只要我们将所有的iPhone适用于我们的应用程序,而不是3GS,4和4S,那不是一个好办法.

PS4:我的应用程序is here它有这样的要求:

Requirements: Compatible with iPhone 3GS,and iPhone 4S.

解决方法 Word Lens需要armv7,opengles-2和摄像机设备功能. 总结

以上是内存溢出为你收集整理的如何配置iOS应用在特定设备上工作?全部内容,希望文章能够帮你解决如何配置iOS应用在特定设备上工作?所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1085566.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-27
下一篇 2022-05-27

发表评论

登录后才能评论

评论列表(0条)

保存