Update To 4.10 |
This guide tells you how to upgrade from Scandit BarcodeScanner SDK 4.9 and older to 4.10.
In version 4.10, the Windows assemblies were restructured to make them compatible with Windows 10 Universal Platform apps. As part of that change, a few backwards-incompatible changes have been introduced. At the same time, this was taken as an oppurtunity to make a few changes to the API to get make it closer to the iOS and Android APIs. This guide describes how you can upgrade from version 4.9 to version 4.10 of the BarcodeScanner SDK.
The following changes have been made for version 4.10:
The class for accessing the raw frame data has changed. Thus you will need to replace the extensions section in your Package.appxmanifest with the following code:
<Extensions xmlns="http://ddue.schemas.microsoft.com/authoring/2003/5"><Extension Category="windows.activatableClass.inProcessServer"><InProcessServer><Path>Scandit.Recognition.dll</Path><ActivatableClass ActivatableClassId="Scandit.Recognition.FrameAccess" ThreadingModel="both" /></InProcessServer></Extension></Extensions>
Due to the change in project structure, a few classes have been moved to other namespaces and slightly adjusted. These changes will have to be carried out in your code: