while building the app in the android devices using IL2CPP Scripting Background I got System.Configuration not supported Exception can you please help me with the detailed documentation to sort out this issue.
working fine with mono.
get issue with il2cpp.
tried adding "link.xml" still not working.
tried adding "awsconfig.xml" still not working.
tried adding this script, ... #if UNITY_ANDROID public void UsedOnlyForAOTCodeGeneration() { //Bug reported on github https://github.com/aws/aws-sdk-net/issues/477 //IL2CPP restrictions: https://docs.unity3d.com/Manual/ScriptingRestrictions.html //Inspired workaround: https://docs.unity3d.com/ScriptReference/AndroidJavaObject.Get.html
AndroidJavaObject jo = new AndroidJavaObject("android.os.Message"); int valueString = jo.Get<int>("what");} #endif ... still not working.
Do I'm missing something or there is no solution please help and appreciation for future response.