菜鸟教程小白 发表于 2022-12-12 09:34:18

ios - 用于 iOS 中数据矩阵扫描的 SDK


                                            <p><p>我正在构建一个需要条形码扫描模块的应用。我的系统具有的条形码始终是 2D 数据矩阵。现在我一直在寻找一些可以提供帮助的 SDK,但到目前为止还没有找到太多。</p>

<p>我已经在我的 android 应用中使用了 ZXing,但他们已经取消了 iOS 的插件。</p>

<p>iOS 本身有一个条码读取模块,但它没有将二维数据矩阵列为支持的代码类型。</p>

<p>ZBar 是另一种解决方案,但它也不扫描二维数据矩阵。</p>

<p>你知道我可以使用的 SDK 吗?</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>老问题,但对于那些在今天寻找答案的人......从 iOS 8 开始,这包含在 AVFoundation 中。见:</p>

<p> <a href="https://developer.apple.com/library/prerelease/ios/documentation/AVFoundation/Reference/AVMetadataMachineReadableCodeObject_Class/index.html#//apple_ref/doc/constant_group/Machine_Readable_Object_Types" rel="noreferrer noopener nofollow">https://developer.apple.com/library/prerelease/ios/documentation/AVFoundation/Reference/AVMetadataMachineReadableCodeObject_Class/index.html#//apple_ref/doc/constant_group/Machine_Readable_Object_Types</a> </p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 用于 iOS 中数据矩阵扫描的 SDK,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/23344647/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/23344647/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 用于 iOS 中数据矩阵扫描的 SDK