[AC-1577] [windows phone] get proxy handlers
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Needs more info |
Resolution Date | 2015-09-29T00:54:32.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | TCSupportTriage |
Reporter | thomas lequenne |
Assignee | Shak Hossain |
Created | 2014-11-11T19:00:47.000+0000 |
Updated | 2016-03-08T07:38:02.000+0000 |
Description
Im looking at http://docs.appcelerator.com/titanium/3.0/#!/guide/Windows_Phone_8_Module_Development_Guide and this code does not run :
~~~
// Outputs the class name of each proxy handler
var handles = tiwp8.getProxyList();
for (var key in handles) {
Ti.API.info(handles[key].invoke('ToString', [], []));
}
~~~
It looks that the function tiwp8.getProxyList() crashes
Hello, Please upgrade your studio and SDK to the latest build and let us know if you get the error again. Thanks.