I need again small help, I had my Windows 8 Store apps on the Store, I want to update those to Windows 8.1 and Make those all Universal app so that those all apps will work on Windows Tablet, Desktop as well on Windows Phone, So Can you give me help except the link of MSDN, cause I already checked with the MSDN Link.
Regards,
Aditya Patil
Loading

Pradeep AJPosted Nov 11, 2014, 9:49 PM
When you have your app with same name and logo with similar functionality in both windows phone and windows store then it is a universal app.
Method 1:
So now you already have your app in windows store, So what you need to do is, Build a windows phone app with all similar functionality and publish it to the windows phone store. While reserving the same APPNAME in the windows Phone store, you will be asked to link both the app(windows store and the (new)windows phone ), so Just accept that and go ahead.
Method 2:(Preferred, and suggested)
You can create a new Universal App solution,
i) Have shared code for both projects(Viewmodels)
ii) Add UI for two projects(windows store and windows phone) within the solution
iii) Link the view and viewmodel for both projects.
iv) Compile, you will get .appx and .xap
v) Publish individually.
Mike StevePosted Oct 31, 2014, 2:29 AM
Hope you are gathering basic on Universal App. In a couple of month before, while surfing I found the following article that has very clear idea about Universal. So it may help you in a better way.
http://www.syncfusion.com/blogs/post/The-Pioneer-in-Universal-Apps.aspx
http://www.syncfusion.com/blogs/post/Patient-Monitor-Demo-for-Universal-App.aspx
Thanks
Mike StevePosted Oct 31, 2014, 2:29 AM
Hope you are gathering basic on Universal App. In a couple of month before, while surfing I found the following article that has very clear idea about Universal. So it may help you in a better way.
http://www.syncfusion.com/blogs/post/The-Pioneer-in-Universal-Apps.aspx
http://www.syncfusion.com/blogs/post/Patient-Monitor-Demo-for-Universal-App.aspx
Thanks