Skip to content

appcelerator-forks/Scandit.barcodescanner-sdk-titanium-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Scandit Samples for Titanium

This repository contains sample applications that show how to use the Scandit Barcode Scanner SDK together with Titanium. At the moment, one sample application is available.

Running and Building the Samples from the Command-Line

These instructions show how the sample application can be run from the command-line. First, you will have to download the titanium module for the Scandit BarcodeScanner SDK from the download page. Then execute the following commands on the command-line.

cd extended
appc new --name=ExtendedSample --id=com.scandit.test --import --no-services
appc alloy install plugin
# asumes that the packages have been downloaded to the Downloads folder. Adjust accordingly
unzip ~/Downloads/scandit-barcodescanner-titanium*.zip
appc run --platform=android --target=device

For iOS, you need to specify the provisioning profile (--pp-uuid) and developer name (--developer-name) for deploying to the device. The complete command will look something like this: appc run --platform=ios --target=device --developer-name='Your Name (LASW8D4321)' --pp-uuid='aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee'. To figure out the parameters, just run it once without --developer-name and --pp-uuid options, which will prompt the available options. Depending on the Appcelerator version, you might need to create a special certificate to sign the application, because automatic signing is not supported. See this ticket for details.

The titanium version defaults to 6.0.0.GA. If you want to test with older versions, you will have to modify the sdk-version in tiapp.xml.

Useful Links

About

Sample Applications for the Scandit Barcode Scanner SDK Module for Titanium

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published