Thursday 13 June 2013

Windows 8 Store App development

For creating a package, you build the app with no errors and go to the menu Project ->Store ->Create App Package. Then you are prompted with a window shown below:



Here for creating a package for testing in a tablet, choose the No option and proceed and so you dont need a Windows Store Account.
But for creating a package to upload in store, choose the Yes option and login with your Store account.
After the package is created successfully, it will be created in a folder called AppPackages in ur app. double click it and you will find a file with .appxupload extension, you have to upload that file in the Store.



These links will help u a lot!!

1. Link for installing an app for testing
http://ericnelson.wordpress.com/2012/11/12/installing-an-application-on-windows-rt-for-testing-is-simple-pimple/

2. Link which helps in submission of the App to the Store, here you need a Windows Store Account.
http://blogs.msdn.com/b/uk_faculty_connection/archive/2013/06/02/how-to-publish-and-update-your-windows-8-store-app.aspx

3. Tips to get your app certified quickly
http://blogs.msdn.com/b/windowsstore/archive/2012/11/19/5-tips-to-getting-your-apps-certified-quickly.aspx

4. Linking from your App to the review page of the App in the Store (after the app is published)
http://www.sharpgis.net/post/2012/09/11/Linking-to-Your-Windows-Store-App.aspx

No comments:

Post a Comment