# 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

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:

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.

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/21/2024, 11:54:09 PM