0

我对收入猫有疑问。以前版本中的应用程序正在工作。但是当我尝试使用新版本测试付款时,付款不工作它给了我这个错误 - 我正在使用颤振

PlatformException(4, One or more of the arguments provided are invalid., {code: 4, message: One or more of the arguments provided are invalid., readableErrorCode: PurchaseInvalidError, readable_error_code: PurchaseInvalidError, underlyingErrorMessage: Error updating purchases. DebugMessage: . ErrorCode: DEVELOPER_ERROR., userCancelled: false}, null) 
 PurchaserInfo purchaserInfo = await Purchases.purchasePackage(pk);
      if (purchaserInfo.entitlements.all[entitlements(pk)].isActive) {
        // Unlock that great "pro" content
        return true;
      }

你知道如何解决这个问题吗?收入猫正在 IOS 中工作。

4

0 回答 0