根据http://msdn.microsoft.com/en-us/library/windowsphone/develop/gg180730(v=vs.105).aspx#BKMK_wp8apps The Windows Phone SDK 8.0 does not contain tools to detect the capabilities required for apps that target Windows Phone 8. When you submit an app that targets Windows Phone 8 to the Store, capabilities are not analyzed and the app manifest file is not regenerated or corrected.
在我的应用程序中,我使用 CameraCaptureTask 和 ShareMediaTask 首先捕获图片,然后分享。默认情况下,在我的 WMAppManifest 文件中,我有ID_CAP_MEDIALIB_PHOTO
、ID_CAP_NETWORKING
和ID_CAP_SENSORS
. 事实上,我确实使用 MediaLibrary 为 ShareMediaTask 收集照片路径,所以我将这个功能留在了 WMAppManifest 中。如果实际的图像捕获和共享不是在我的应用程序中而是在 CameraCaptureTask 和 ShareMediaTask 中发生,我是否还需要另外两个?
问问题
479 次