pic2shop PRO - DIY Barcode

350 installs
7.00 ratings
33 monthly active users
Revenue not available

pic2shop PRO - DIY Barcode Summary

pic2shop PRO - DIY Barcode is a mobile iOS app in Business by Vision Smarts. Released in Aug 2010 (15 years ago). It has 7.00 ratings with a 2.68★ (poor) average. Based on AppGoblin estimates, it reaches roughly 33 monthly active users . Store metadata: updated Nov 13, 2025.

Store info: Last updated on App Store on Nov 13, 2025 .


2.68★

Ratings: 7.00

5★
4★
3★
2★
1★

Screenshots

App screenshot
App screenshot
App screenshot
App screenshot
App screenshot
App screenshot

App Description

Display your own web site in the embedded browser and configure the barcode scanner to send it the scanned codes.

Or use pic2shop PRO as an external scanner from another app.

Or copy the barcode to the clipboard for use anywhere.

The embedded web browser supports HTML5, CSS, cookies, javascript, https, etc. You can easily and inexpensively build a rich barcode scanning app for your own use. For example, give your employees access to a product information or an asset tracking app on their iPhone, over the internet or your intranet.

EAN and UPC barcodes can be read even on devices without autofocus.


THIS IS NOT A SHOPPING APP. WE DO NOT PROVIDE THE HOSTING SERVICE NOR THE WEB APPLICATION. YOUR ARE RESPONSIBLE FOR DEVELOPING THE WEB APPLICATION AND HOSTING IT ON YOUR OWN SERVER.

= SUPPORTED BARCODE SYMBOLOGIES =

EAN-13, ISBN
EAN+2, EAN+5
EAN-8
UPC-A
UPC-E
GS1 DataBar Omnidirectional (& Stacked)
GS1 DataBar Expanded (& Stacked)
GS1 DataBar Limited
Code 39
Code 128
Code 93
Interleaved 2 of 5 (ITF)
Standard 2 of 5 (Code 25)
Codabar (NW-7, USD-4)
Telepen
QR
DataMatrix

= CONFIGURATION =

There are seven in-app configuration parameters, and one general setting:

1. Home Page URL: the url of the web page displayed when the app launches (optional).

2. Barcode Lookup URL: the url fetched when a barcode is scanned. The string CODE is replaced by the barcode content, and the string FORMAT is replaced by the symbology of the decoded barcode. That is how the barcode information is transmitted to your web app, and how the response is displayed to the user.

3. Send GPS coordinates: add a "&gps=latitude,longitude" to the lookup URL.

4. Formats: select which formats the scanner needs to look for. We recommend turning off the formats that are not needed for speed.

Please note that you can include as many other parameters as you like in either URL, they will be passed as is to your server. For example, you could give to each user a URL with a different "&userid=NNN" parameter to automatically identify them with the web application.

A quick way to configure pic2shop PRO is to send a link to each user (by email or on a web page). When they click the link after they have installed pic2shop PRO, the three parameters will be set automatically. The link has the form:

p2spro://configure?lookup={lookupURL}&home={homeURL}&formats=EAN13,EAN8,UPCE,ITF,CODE39,CODE12