Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
终于设法让我的 windows 商店应用程序发布,它出现在商店中,没有它的标志。指定的徽标文件是 PNG 文件,大小为 150 x 150。显然,我需要将其链接到其他地方,尽管我不知道在哪里。谁能指出我正确的方向?
确保 StoreLogo.png (50 X 50) 存在是Assets目录并通过双击检查Package.appxmanifest -> Packaging Tab -> You have linked the Store logo
Assets
Package.appxmanifest -> Packaging Tab -> You have linked the Store logo
标识 :Assets\StoreLogo.png
Assets\StoreLogo.png
在 package-appmanifest 文件中,包装选项卡下有一个“徽标”字段。这是应该定义商店标志的地方。