i found out problem.
Simple Testing
var lbyte=System.Text.Encoding.UTF8.GetBytes(“ABC”);
var lResult=System.Text.Encoding.UTF8.GetString(lbyte); <—Error occur
Editor,IOS, Android is ok
deploy windows phone device have error
error message : Exceoption … to access method system.text.encoding.getstring
please help