flurry / unity-flurry-sdk

Unity plugin for Flurry SDK
Apache License 2.0
25 stars 5 forks source link

NSKeyedUnarchiver validateAllowedClass log error #16

Closed ausatovappcraft closed 1 year ago

ausatovappcraft commented 2 years ago

Hello, currently we have this in the log but analytics is sending correctly We're using unity 2020.3.24f1 and 4.0.0 unity plugin version with il2cpp

*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSString' (0x1d9ce36e8) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.keys', even though it was not explicitly included in the client allowed classes set: '{(

"'FlurryDataSenderBlockInfo' (0x10abb6260) [/var/containers/Bundle/Application/9BD4B752-C3D3-4CF2-80BB-30EB23BBBF48/FoldMaster.app/Frameworks/UnityFramework.framework]",

"'NSMutableDictionary' (0x1d9cd88e0) [/System/Library/Frameworks/CoreFoundation.framework]",

"'NSArray' (0x1d9cd8a48) [/System/Library/Frameworks/CoreFoundation.framework]"

)}'. This will be disallowed in the future.

Should we do something with this?

hantao-flurrydev commented 2 years ago

@ausatovappcraft the fix will be available in the next release. Thanks!

ausatovappcraft commented 2 years ago

What date is the next release scheduled for?

hantao-flurrydev commented 2 years ago

Will be late next month or early March.

poting-oath commented 1 year ago

@ausatovappcraft Version 5.2.0 with the fix is released, please try. Thanks!