Marketplace windows phone beta test Error code: 805a0194

后端 未结 2 1316
自闭症患者
自闭症患者 2020-12-31 16:58

After adding the application in the Marketplace for beta testing, when I try to open a link in the application beta testers shows Error code: 805a0194. And none of the teste

相关标签:
2条回答
  • 2020-12-31 17:19

    Windows error codes like that are fairly easy to reverse-engineer. The 8 makes it a fatal error. The 0x5a is the 'facility code', an indication what component caused the error. 90 is undocumented right now in WinError.h, probably means "Windows Phone". The last word is the error code.

    0x194 = 404. The Universal Internet File-not-found Error Code. Something wrong with the url you use.

    0 讨论(0)
  • 2020-12-31 17:23

    Beta submission takes 4 hours to complete – the app then becomes “published”. It takes another 8 hours before the app becomes available for download.

    0 讨论(0)
提交回复
热议问题