Monday, December 3, 2012

Updating WMAppManifest file dynamically

Updating WMAppManifest file dynamically

In my Windows Phone 8 application i want to access the WMAppManifest file.Also i want to update the Cyclic tile image path dynamically. How is it possible to updathe the Manifest file dynamically? Please help me.

Answers & Comments...

Answer: 1

Go to your Nuget package manager and search for "Manifest", you will get "Access to WPAppManigfest..." package, which gives access to the Manifest file.

Or else, in the package manager console, use this command to get this package.

PM> Install-Package WMAppManifest 
by : nkchandrahttp://stackoverflow.com/users/649306

Answer: 2

You cannot modify your WMAppManifest programatically. You can only edit it in Visual Studio either using the visual editor, or directly by editing the XML.
In runtime you can access this file like any other in resources using this approach:
How to get a deep link of my application from the Windows Phone Marketplace using .NET code?

And for creating or updating existing or new tiles of your app in runtime use this guide:
http://msdn.microsoft.com/en-us/library/windowsphone/develop/hh202948(v=vs.105).aspx

by : Martin Suchanhttp://stackoverflow.com/users/574062




No comments:

Post a Comment

Send us your comment related to the topic mentioned on the blog