I experienced the following error recently while running my custom code in Unity. It used to run fine before, but now i get this error:
Exception: Expected root element to be <cross-domain-policy>. found html instead
MonoForks.System.Windows.Browser.Net.FlashCrossDomainPolicy+Handler.OnStartElement (System.String name, IAttrList attrs)
MonoForks.Mono.Xml.MiniParser.Parse (IReader reader, IHandler handler)
MonoForks.System.Windows.Browser.Net.FlashCrossDomainPolicy.FromStream (System.IO.Stream originalStream)
MonoForks.System.Windows.Browser.Net.CrossDomainPolicyManager.BuildFlashPolicy (Boolean statuscodeOK, MonoForks.System.Uri uri, System.IO.Stream responsestream, System.Collections.Generic.Dictionary`2 responseheaders)
UnityEngine.WWW:get_isDone()
com.shephertz.app42.paas.sdk.csharp.connection.<execute>d__3:MoveNext()
com.shephertz.app42.paas.sdk.csharp.connection.<WaitForRequest>d__0:MoveNext()
I'm testing my app using Unity Web Player platform settings. I'm currently using Unity3D version 4.3.3f1. Other App42 Cloud API calls seem ok (userservice authenticate, etc.). The custom code works fine though when running in Unity using the iOS Platform. Please help, thanks.