Add custom fields in Windows Phone/8 app manifest file -


is possible add custom fields in app manifest windows phone (wmappmanifest.xml) , windows 8 (package.appxmanifest) apps?

along existing properties in app manifest, want developers set additional properties in app manifest can later read application code. possible this?

no. manifest file strictly defined element used to describe app , capabilities. no additional fields or metadata allowed outside boundaries of existing attributes , nodes.

you should use different way add application metadata, such isolated storage or project itself.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

qt - Errors in generated MOC files for QT5 from cmake -