UIGetScreenImage应用程序由于此方法未获得批准 [英] UIGetScreenImage the app is not getting the approval due to this method

查看:54
本文介绍了UIGetScreenImage应用程序由于此方法未获得批准的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在应用程序中使用zxing API,它说该应用程序由于使用私有或未记录的API而无法发布到App Store:

私人符号参考UIGetScreenImage

有人可以尽快帮助我吗

昨天发布的

解决方案

ZXing 1.6已切换到iOS 4的AV Foundation类.这是Apple允许的实时扫描方法.

更新:

ZXing 1.6随附三个iPhone项目:

  • 条形码是原始的iPhone应用程序.它仍然使用 UIGetScreenImage API.
  • ZXingWidget 是一个库,您可以将其包含在自己的应用程序中.它使用了新的AV Foundation类.
  • ScanTest 是使用 ZXingWidget
  • 的示例应用程序

因此,方法是使用 ZXingWidget .

HI i am using zxing API into my application and it says that the application cannot be posted to the App Store because it is using private or undocumented APIs:

Private Symbol References UIGetScreenImage

can somebody help me out as soon as possible

解决方案

ZXing 1.6, which was released yesterday, has switched to the AV Foundation classes of iOS 4. It's the real-time scanning approach that's allowed by Apple.

Update:

ZXing 1.6 comes with three iPhone projects:

  • Barcodes is the original iPhone app. It's still using the UIGetScreenImage API.
  • ZXingWidget is a library that you can include into your own app. It uses the new AV Foundation classes.
  • ScanTest is a sample app using ZXingWidget

So the way to go is to use the ZXingWidget.

这篇关于UIGetScreenImage应用程序由于此方法未获得批准的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆