Kongregate SDK 3.2.0 no longer wraps DeltaDNA. Since many games do not use DeltaDNA we decided to no longer bundle it.
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.
Assets/DeltaDNA
Assets/Plugins/Android/deltadna-sdk-unity-notifications
Assets/Plugins/Android/com.deltadna.android.deltadna-sdk-notifications-4.10.0.aar
Assets/Plugins/iOS/DDNAUnityNotificationsPlugin
Assets/Plugins/iOS/NSString+DDNAHelpers
<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" />
You may need to run or force run the Play Services Resolver to remove unneeded dependencies.
If you are upgrading from a 2.X.X
SDK, you may also need to remove SWRVE. Follow the instructions here