.. _distribution:

============
Distribution
============

This section describes how to distribute your application implementing functionalities of the |product-name|.

.. important:: To deploy a product developed with |product-name|, the integrator should obtain runtime licenses corresponding to the modules and functionalities used by the application.

Please see sample for licence management strategies.


.. _distributing_windows_app:

Distributing Windows applications
=================================

To distribute a Windows application that uses |product-name|, you must deploy the following libraries and files:

- id3Bioseal.dll

For .NET applications the .NET librairy *id3.Bioseal.dll* shall be distributed in addition to the Windows native libraries.

For Java applications the java archive file *eu.id3.bioseal.jar* shall be distributed in addition to the native libraries.

.. _distributing_linux_app:

Distributing Linux applications
===============================

To distribute a Linux application that uses |product-name|, you must deploy the following libraries and files:

- libid3Bioseal.so

For Java applications the java archive file *eu.id3.bioseal.jar* shall be distributed in addition to the native libraries.

.. _distributing_android_apps:

Distributing Android applications
=================================
For Android applications this SDK is provided as an android archive file *eu.id3.bioseal.aar*.
This archive contains java classes and the native libraries for both armeabi-v7a and arm64_v8a architecture.
It must be included along with your application. Please refer to the samples for more information on android usage.



