Search code examples
iphonebarcode-scanner

Scanning Barcodes using Redlaser sdk


I am using redlaser sdk for scanning the barcode of products. I want to get the details of the scanned product like name, price etc. But now i am getting only the TIN number of the products while scanning. How can i retrieve the product details from that TIN number within the iPhone code. I have checked the Redlaser iPhone application and there product details are showing after scanning. RedLaser iPhone application uses different services to collect price information (including Google and TheFind.com). How can i collect the product details from this TIN number i am getting from? Kindly give a solution for getting the details.

Thanks in advance for your replies,


Solution

  • You can try this link "http://code.google.com/apis/shopping/search/v1/getting_started.html#intro" that you have provided for getting the product details using TIN number. You can implement the corresponding API in the application.