Plugin Issue in Windows Phone build using Visual Studio.

Hi , 

   I had Developed 5 Apps Successfully for Windows app , But now i’m facing Problem in Build app with "UTF-8 and LFS* plugin.While build in Visual code it Through error on the Plugin variable Used. Also had Another issue on Retrieving images from Documents Directory which saved using display.save method.

Thanks 

Corona for Windows Phone 8 does not support plugins.

It also does not support LFS or screen captuing APIs either.

Have a look at the following documentation to see what Lua APIs are supported on Windows Phone 8:

   https://docs.coronalabs.com/daily/coronacards/wp8/support.html

For some features, you’ll have to implement them yourself in .NET (C# or VB.NET).  We document how to communicate between Lua and .NET here…

   https://docs.coronalabs.com/daily/coronacards/wp8/communication.html

There is currently no means of capturing the screen.  Not even from .NET.  Nor do we plan on supporting it in the future.

Corona for Windows Phone 8 does not support plugins.

It also does not support LFS or screen captuing APIs either.

Have a look at the following documentation to see what Lua APIs are supported on Windows Phone 8:

   https://docs.coronalabs.com/daily/coronacards/wp8/support.html

For some features, you’ll have to implement them yourself in .NET (C# or VB.NET).  We document how to communicate between Lua and .NET here…

   https://docs.coronalabs.com/daily/coronacards/wp8/communication.html

There is currently no means of capturing the screen.  Not even from .NET.  Nor do we plan on supporting it in the future.