Licensing

If you intend to use multiple applications with multiple Sybrin Android SDKs then kindly specify which package name(s) will be used with which SDK(s)

To generate a valid Sybrin Android SDK license, the team will need some important information regarding the application in which the SDK will operate. The information need is as follows:

  1. Which SDK(s) you would like to use.

  2. Which platform you are using e.g. Android or iOS.

  3. The package name of the application(s) consuming the SDK(s).

Package name location:

AndroidManifest.xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.sybrin.example">  <-- This is the PACKAGE NAME

    <application
        android:allowBackup="true"
        android:icon="@mipmap/ic_launcher"
        android:label="@string/app_name"
        android:roundIcon="@mipmap/ic_launcher_round"
        android:supportsRtl="true"
        android:theme="@style/AppTheme">
        <activity android:name=".MainActivity">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />

                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>
    </application>

</manifest>

Once you are ready, please contact our sales team at +27 11 367 6900 or send an email to our support email at InnovationsSupport@sybrin.com!

All our license keys are subject to the following terms of use:

Last updated