windows-10 - IAP 未显示在 UWP 中

标签 windows-10 windows-10-mobile windows-10-universal

我一直在努力在我的 UWP 中启用 IAP,但是,它在使用 XML 文件的开发模式(开发模式)下工作正常,但在生产环境(Windows 商店)中没有显示。我在生产中没有遇到任何错误。 我使用下面的代码来显示所有 IAP;

    try 
    {    
       ListingInformation listings = await CurrentApp.LoadListingInformationAsync();     
       lstDonation.ItemsSource = listings.ProductListings.Values; 
    } 
    catch (Exception ex) 
    {  
       QuranLibrary.MessageService.showMessage(string.Format("Error Occured:
       {0}", ex.Message), QuranLibrary.MessageType.Error);  
    }

IAP in Windows Store

我不明白,为什么不显示?

谢谢!

最佳答案

几天后,它就显示出来了!

关于windows-10 - IAP 未显示在 UWP 中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34562870/

相关文章:

c# - Windows BluetoothLeAdvertisement 不包含 Android 设备广播的服务 uuid

c++ - Windows 传感器 API - CLSID 的未解析外部符号

c# - 为什么BitmapImage源只能改一次?

uwp - 如何为 uwp 应用程序创建 .exe/.msi

c# - 如何在 UWP 上隐藏 ListView 垂直滚动条?

python - linter-flake8 和atom Windows 10 cmd.exe 路径

c# - 如何使用 Shell32 (Windows 10) 在 C# 中丢失视频文件的 "Frame height"和 "Frame width"属性?

windows-10 - 如何从内置日历应用程序中隐藏我的应用程序日历?

C# uwp 应用程序防止空闲模式

xaml - ListBox Windows 10 通用 header