Hi,
Whenever I try to delete the doc using Storage Api, I am facing the below exception
ExecutionEngineException: Attempting to JIT compile method 'System.Reflection.MonoProperty:GetterAdapterFrame<Mono.Security.Protocol.Tls.HttpsClientStream, bool> (System.Reflection.MonoProperty/Getter`2<Mono.Security.Protocol.Tls.HttpsClientStream, bool>,object)' while running with --aot-only.
Also we are using for iOS game with Unity Client SDK and Api Compatibility Level as .Net 2.0
As we do use other dll files(i.e plugins) parallely we have to make the Api Compatibility to .Net 2.0
Please do help me for the deleting the doc working.
Thanks