UBIK Client Foundation (UCF)
The UBIK® Client Foundation (UCF) is the Client SDK of UBIK®, and therefore the foundation of any client that communicates with a UBIK® server. The UCF can be used to develop own/custom UBIK® clients, for a broad range of operating systems and devices. The UCF is designed in a modular way, so that the user of the SDK is enabled to initialize only the features, that a client implementation requires. A Web Client for example, typically doesn't need offline support or NFC features, whereas a Tablet Client on the other hand, would typically benefit greatly from these modules.
Versioning
UCF is versioned together with its released UBIK® client, which means e.g. that the UCF Version 4.8 is also contained in all UBIK® clients of version 4.8 - hence the release notes of that very version also apply to the UCF.
Architecture
The UCF strongly embraces the MVVM architectural pattern, so it is highly recommended to familiarize yourself with that pattern before starting development. Also, the UCF is inherently asynchronous, thus it is also recommended to bring some experience with asynchronous programming patterns.
Prerequisites
It is recommened to use Microsoft Visual Studio for UBIK UCF development. The UCF packages can be obtained in various versions from nuget.org.
Getting started
There are Tutorial projects for several different Platforms available, including Console, Web (Blazor Server), Android, iOS and Windows Apps (Xamarin Forms), as well as Hololens 2 (Unity). All Tutorials are hosted in a private GitHub repository, where UBIK customers with a valid maintenance contract will get access upon request.