Overview

Kongregate SDK 3.2.0 no longer wraps DeltaDNA. Since many games do not use DeltaDNA we decided to no longer bundle it.

To Upgrade from 3.0.X or 3.1.X to 3.2.X

You may follow the normal upgrade path of re-importing our plugin and everything should continue to work fine. However, you may choose to remove the DeltaDNA plugin and supporting native code, since it’s no longer used. Re-importing Unity plugins does not remove files that existed in previous version.

To remove DeltaDNA delete the following files/directories

Remove the following entries from your AndroidManifest.xml (if present)

  <meta-data android:name="ddna_application_id" android:resource="@string/ddna_application_id" />
  <meta-data android:name="ddna_sender_id" android:resource="@string/ddna_sender_id" />

Run Play Services Resolver

You may need to run or force run the Play Services Resolver to remove unneeded dependencies.

Upgrading from 2.X.X

If you are upgrading from a 2.X.X SDK, you may also need to remove SWRVE. Follow the instructions here