Windows phone 8 应用内购买耗材响应错误

Windows phone 8 应用内购买耗材响应错误,windows-phone-8,in-app-purchase,Windows Phone 8,In App Purchase,我正在开发具有应用程序内功能的应用程序,需要根据用户的需要一次又一次地购买,但当我们再次尝试购买产品时,应用程序会崩溃,并显示错误消息--在您尝试重新购买之前,必须报告原始购买已完成 我尝试使用ReportProductFulfillment(pID)但不确定使用此方法的位置, 请建议我怎么做 注意我的产品是可消费的 谢谢。您使用过这种方法吗?请在收到来自服务器(Windows应用商店)的收据时尝试这种方法 ReportProductFulfillment(productId) // S

我正在开发具有应用程序内功能的应用程序,需要根据用户的需要一次又一次地购买,但当我们再次尝试购买产品时,应用程序会崩溃,并显示错误消息--
在您尝试重新购买之前,必须报告原始购买已完成
我尝试使用ReportProductFulfillment(pID)但不确定使用此方法的位置, 请建议我怎么做

注意我的产品是可消费的


谢谢。

您使用过这种方法吗?请在收到来自服务器(Windows应用商店)的收据时尝试这种方法

ReportProductFulfillment(productId)

    // Summary:
    //     Notifies the marketplace that the application has delivered the paid-for
    //     goods to the user. You cannot repurchase a product until you have confirmed
    //     its delivery using this method
    //
    // Parameters:
    //   productId:
    //     The ID of the product that has been delivered to the user.
    public static void ReportProductFulfillment(string productId);