[Solved] Alternate to IMEI

There are a few alternatives to the IMEI or MAC address that Apple now provide. One such is [[UIDevice currentDevice] identifierForVendor]. From Apple’s documentation. An alphanumeric string that uniquely identifies a device to the app’s vendor. The value of this property is the same for apps that come from the same vendor running on the … Read more

[Solved] Worklight 6.1 – Barcode Scanner Plugin

Yaniv thanks. The problem was in CaptureActivity library. After importing “Existing Android Code Into Workspace”, I should BUILD the project library. Then it create a directory – “D:\Users\MyUser\workspaceNew\CaptureActivity\bin\” with “captureactivity.jar” file in it. Thanks! solved Worklight 6.1 – Barcode Scanner Plugin