wp 8.1 提交应用商店验证失败问题。
鸭不梨儿 2014-09-14 12:03:48 一共两处验证错误。
Package compliance test
PASSED
Application count
FAILED
App manifest
Error Found: The app manifest test detected the following errors:
The app manifest declares an unsupported architecture.
Impact if not fixed: Apps that violate the Windows Phone Store certification requirements can’t be submitted to the Windows Phone Store.
How to fix: App manifest must include valid entries for all required fields, please modify the manifest entries listed above. See link below for more information:
Certification requirements
这个The app manifest declares an unsupported architecture. 是什么意思,我看了http://msdn.microsoft.com/library/windows/apps/hh184844(v=vs.105).aspx 没发现有什么问题,求助。
App manifest resources test
FAILED
Branding validation
Error Found: The branding validation test encountered the following errors:
Image file StoreLogo.png is a default image.
Image file Logo.png is a default image.
Image file SquareTile71x71.png is a default image.
Image file SquareTile150x150.png is a default image.
Image file SplashScreen.png is a default image.
Impact if not fixed: Windows Phone Store apps are expected to be complete and fully functional. Apps using the default images, e.g. from templates or SDK samples, present a poor user experience and cannot be easily identified in the store catalog.
How to fix: Replace default images with something more distinct and representative of your app.
这个我制作几个图片把上面提到的默认图片替换掉了就可以了吧。