Suitable api to get product details from scanned barcode iphone app?

☆樱花仙子☆ 提交于 2019-11-30 15:21:00

It depends greatly on the data that's encoded in the barcode you're scanning. If you're generating the barcodes yourself then you can generate unique ids for whatever product you're barcoding. Otherwise, there's no central repository for IDs that barcodes code for, you need to determine what is being scanned (or have the user tell you) and use an appropriate API (if it exists) to look up data based on the coded ID.

Aneeq Anwar

A free API is available, it's documentation can be seen here

For using this API, u need to make a developer account

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!