An unexpected network error has occurred. The app list cannot be refreshed. Please retry by pressing the Refresh button

后端 未结 3 1017
旧巷少年郎
旧巷少年郎 2020-12-21 07:52

We have developed a Windows Phone 8.1 app. We are not able to create an app package to upload in the app store. While trying to create the app package for app store we are g

3条回答
  •  南笙
    南笙 (楼主)
    2020-12-21 08:17

    I have solved this problem by not creating the app package from the project menu, i.e. Project-->Store-->Create App Packages.

    Instead, I have created the package by using the Visual Studio command utility:

    msbuild WindowsPhoneProjectName.csproj /p:Platform=ARM;Configuration=Release

    Uploaded the generated appx package to store and it is working perfect :)

提交回复
热议问题