npm-infineasdk-pkg
v1.0.5
Published
Infinea SDK Package for IPC Scanners
Downloads
4
Maintainers
Readme
InfineaSDK-Cordova
Prerequisites:
- Download InfineaSDK.framework from IPC's developer portal https://developer.ipcmobile.com
New Cordova app:
- Create new app
- Add iOS platform
- Add InfineaSDKCordova plugin
- Copy InfineaSDK.framework to src/ios/ of the plugin
- Copy build.json from plugin's root to new app's root folder
- Build your app.
Usage:
- Important: request a developer key from IPC's developer portal https://developer.ipcmobile.com
- In the app set the developer key BEFORE calling any other functions
Infinea.setDeveloperKey("your_key");
- Check out InfineaSDKCordova.js for available functions.
- Make sure to add
Infinea.
in front if you call any functions from InfineaSDKCordova.js