cameracapturetask - How to Determine App Capabilities in Windows Phone 8 -
according http://msdn.microsoft.com/en-us/library/windowsphone/develop/gg180730(v=vs.105).aspx#bkmk_wp8apps the windows phone sdk 8.0 not contain tools detect capabilities required apps target windows phone 8. when submit app targets windows phone 8 store, capabilities not analyzed , app manifest file not regenerated or corrected.
in application using cameracapturetask , sharemediatask first capture picture , share. default in wmappmanifest file had id_cap_medialib_photo
, id_cap_networking
, , id_cap_sensors
. in fact use medialibrary t gather photo path sharemediatask, have left capability in wmappmanifest. need other 2 if actual image capture , sharing occurs not within application within cameracapturetask , sharemediatask?
the sharemediatask
not have capability requirements.
the cameracapturetask
requires specify camera hardware capability.
for reference, rules defined in :
"c:\program files (x86)\microsoft sdks\windows phone\v8.0\tools\marketplace\rules.xml"
Comments
Post a Comment