I am developing a universal app for both Windows 8.1 and Windows Phone 8.1 which I want to be able to scan barcodes. For Windows 8.1, there exists a native class BarcodeScanner which is unfortunately inaccessible for Windows Phone 8.1 (I really don't understand what led Microsoft to do it this way). I found a 3rd party solution called zxing, but here I have read that it works terribly for universal apps. What is the best way to implement barcode scanning functionality in universal apps?
Thank you!