# Key Changes

# [3.8.1] (17-10-2024)

  • Native Android libraries now combined into a single library in Assets/FrameplaySDK/Native/Platforms/Android/NativeAndroidBridge.aar ::: tip If upgrading to 3.8.1 was done without deleting the previous "Assets/FrameplaySDK/Native" per recommended method, you may need to manually delete the old Android FrameplayNative libraries/folders below. ::: tip Assets/FrameplaySDK/Native/Platforms/Android/arm64-v8a Assets/FrameplaySDK/Native/Platforms/Android/armeabi-v7a Assets/FrameplaySDK/Native/Platforms/Android/x86 Assets/FrameplaySDK/Native/Platforms/Android/x86_64 :::

  • Android "WebviewPlugin.java" renamed to "FrameplayWebviewPlugin.java", it was likely causing conflict with other android plugins causing Frameplay Android functionality failures. Unity does not help removing obsolete files, so if upgrading from previous 3.x SDK, please delete the old plugin below. ::: tip Assets/FrameplaySDK/Engine/Plugins/Android/WebViewPlugin.java :::

# [3.7.0] (27-05-2024)

  • Apple Privacy Manifest File support.

See the Data Collected page for more information on the Apple Privacy Manifest.

Last Updated: 10/18/2024, 8:22:10 AM