I have a Windows Phone 8.1 Silverlight App. I do not need an Universal App. I just need my app to run on Windows Phone Devices. So, should I continue my app on the Silverlight platform or should I develop it on WinRT? Will having it developed on Silverlight be a problem in the near future? What are the pros and cons? Also, which has got more support on forums, which is more powerful and which is the one MS supports more?
Asked
Active
Viewed 62 times
0
-
Isn't silverlight like... dead? – PeeHaa Jan 18 '16 at 17:34
-
but still it is used for developing Windows Phone Apps – varunhisaria Jan 18 '16 at 18:31
-
If your application is using `clipboard` API, DON'T GO FOR winRT... [More information](http://blogs.msdn.com/b/thunbrynt/archive/2014/04/15/windows-phone-8-1-for-developers-choose-your-windows-phone-xaml-app-model.aspx) – Hassaan Salik Jan 25 '16 at 19:28
1 Answers
2
Develop it as a Universal App, but have it target Mobile only. UWP (Universal Windows Platform) has more support now. RT & Silverlight are essentially obsolete.

kernanb
- 566
- 2
- 6
- 19