I am facing the same the problem as UnityNewbieX posted above.
I have coded in Unity 4.2 in JS and C# both. The game works fine in Local Machine and Simulator and my tablet too when I make a build through debug. But when I Create App Package to upload to the store I get the following error messages using WACK v3.4:
-
Error Found: The supported APIs test detected the following errors:
-
API System.Console in MSCORLIB, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Diagnostics.Process in SYSTEM, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Diagnostics.ProcessStartInfo in SYSTEM, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Collections.Hashtable in MSCORLIB, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Runtime.Serialization.SerializationInfo in MSCORLIB, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Reflection.MemberTypes in MSCORLIB, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.MissingFieldException in MSCORLIB, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Reflection.Emit.DynamicMethod in MSCORLIB, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Reflection.Emit.ILGenerator in MSCORLIB, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Reflection.Emit.LocalBuilder in MSCORLIB, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.MissingMethodException in MSCORLIB, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.ApplicationException in MSCORLIB, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Reflection.Binder in MSCORLIB, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.String.Format(System.String,System.Object) in MSCORLIB, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Console.WriteLine(System.Object) in MSCORLIB, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Console.ReadLine in MSCORLIB, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Console.Write(System.String) in MSCORLIB, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Diagnostics.Process.#ctor in SYSTEM, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Diagnostics.Process.get_StartInfo in SYSTEM, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Diagnostics.ProcessStartInfo.set_Arguments(System.String) in SYSTEM, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Diagnostics.ProcessStartInfo.set_CreateNoWindow(System.Boolean) in SYSTEM, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Diagnostics.ProcessStartInfo.set_UseShellExecute(System.Boolean) in SYSTEM, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Diagnostics.ProcessStartInfo.set_RedirectStandardOutput(System.Boolean) in SYSTEM, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Diagnostics.ProcessStartInfo.set_RedirectStandardInput(System.Boolean) in SYSTEM, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Diagnostics.ProcessStartInfo.set_RedirectStandardError(System.Boolean) in SYSTEM, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Diagnostics.ProcessStartInfo.set_FileName(System.String) in SYSTEM, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Diagnostics.Process.Start in SYSTEM, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Diagnostics.Process.get_StandardOutput in SYSTEM, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Diagnostics.Process.WaitForExit in SYSTEM, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.String.Format(System.String,System.Object,System.Object) in MSCORLIB, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Collections.Hashtable.#ctor(System.Collections.IEqualityComparer) in MSCORLIB, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Collections.Hashtable.Add(System.Object,System.Object) in MSCORLIB, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.StringComparer.get_InvariantCultureIgnoreCase in MSCORLIB, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Collections.Hashtable.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) in MSCORLIB, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Collections.Hashtable.get_Count in MSCORLIB, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Collections.Hashtable.GetEnumerator in MSCORLIB, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Collections.Hashtable.ContainsKey(System.Object) in MSCORLIB, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Collections.Hashtable.get_Item(System.Object) in MSCORLIB, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Collections.Hashtable.GetHash(System.Object) in MSCORLIB, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Exception.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) in MSCORLIB, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.MissingFieldException.#ctor(System.String) in MSCORLIB, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Reflection.MemberInfo.get_MemberType in MSCORLIB, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Type.EmptyTypes in MSCORLIB, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[ ],System.Type) in MSCORLIB, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Reflection.Emit.DynamicMethod.GetILGenerator in MSCORLIB, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Reflection.Emit.DynamicMethod.CreateDelegate(System.Type) in MSCORLIB, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Reflection.Emit.ILGenerator.Emit(System.Reflection.Emit.OpCode,System.Type) in MSCORLIB, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Reflection.Emit.ILGenerator.Emit(System.Reflection.Emit.OpCode) in MSCORLIB, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Reflection.Emit.ILGenerator.Emit(System.Reflection.Emit.OpCode,System.Int32) in MSCORLIB, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Reflection.Emit.ILGenerator.Emit(System.Reflection.Emit.OpCode,System.Reflection.MethodInfo) in MSCORLIB, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Reflection.Emit.ILGenerator.Emit(System.Reflection.Emit.OpCode,System.Reflection.Emit.LocalBuilder) in MSCORLIB, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Reflection.Emit.ILGenerator.DeclareLocal(System.Type) in MSCORLIB, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Reflection.Emit.ILGenerator.Emit(System.Reflection.Emit.OpCode,System.Reflection.FieldInfo) in MSCORLIB, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.MissingMethodException.#ctor(System.String) in MSCORLIB, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Type.GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags) in MSCORLIB, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Environment.get_Version in MSCORLIB, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Type.get_IsCOMObject in MSCORLIB, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.MissingMethodException.#ctor(System.String,System.Exception) in MSCORLIB, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.String.Format(System.String,System.Object,System.Object,System.Object) in MSCORLIB, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.ApplicationException.#ctor(System.String) in MSCORLIB, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Type.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[ ]) in MSCORLIB, PUBLICKEYTOKEN=7CEC85D7BEA7798E is not supported for this application type. Boo.Lang.dll calls this API.
-
API System.Console in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. Poly2Tri.dll calls this API.
-
API System.Text.StringBuilder.AppendFormat(System.String,System.Object) in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. Poly2Tri.dll calls this API.
-
API System.Console.WriteLine(System.String) in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. Poly2Tri.dll calls this API.
Please help me out. Thanks in advance.