Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/windows/16.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Windows CurrentApp.LicenseInformation.ProductLicenses()始终返回null_Windows_Uwp_Windows 10 Universal_Windows 10 Mobile - Fatal编程技术网

Windows CurrentApp.LicenseInformation.ProductLicenses()始终返回null

Windows CurrentApp.LicenseInformation.ProductLicenses()始终返回null,windows,uwp,windows-10-universal,windows-10-mobile,Windows,Uwp,Windows 10 Universal,Windows 10 Mobile,我最近向商店提交了一个UWP应用程序。除了IAP外,一切正常。CurrentApp.LicenseInformation.ProductLicenses()始终返回null,即使我的仪表板上有5个IAP项目 所有5个IAP均已提交,并显示“存储中”状态。但是,它们不会出现在应用程序上。我尝试将IAP的可见性设置为“不可用”,然后重新提交。还是没有变化 自从我向商店提交应用程序以来,已经超过72小时了 有什么问题吗?我试图联系微软,但我还没有收到他们的任何答复。由于这个问题,我失去了一些潜在客户。

我最近向商店提交了一个UWP应用程序。除了IAP外,一切正常。CurrentApp.LicenseInformation.ProductLicenses()始终返回null,即使我的仪表板上有5个IAP项目

所有5个IAP均已提交,并显示“存储中”状态。但是,它们不会出现在应用程序上。我尝试将IAP的可见性设置为“不可用”,然后重新提交。还是没有变化

自从我向商店提交应用程序以来,已经超过72小时了


有什么问题吗?我试图联系微软,但我还没有收到他们的任何答复。由于这个问题,我失去了一些潜在客户。

我创建了一个新的更新,并将其提交到商店,但没有更改任何内容(软件包、说明等)。在它出版后,我对所有的IAP都做了同样的事情


经过几天的等待,IAP现在可以工作了,
CurrentApp.LicenseInformation.ProductLicenses()
返回所有IAP。

我创建了一个新的更新,并将其提交到商店,但没有更改任何内容(包、说明等)。在它出版后,我对所有的IAP都做了同样的事情

等待几天后,IAP现在可以工作了,
CurrentApp.LicenseInformation.ProductLicenses()
返回所有IAP