尝试购买产品时 RevenueCat storeProblem

RevenueCat storeProblem when trying to purchase product

我正在从 revenuecat 获取产品,我可以从控制台看到产品详细信息没有问题,它们在 Google Play 控制台中是正确的,但问题是(仅 Android)当我尝试购买东西时出现以下错误:

E/[Purchases] - ERROR( 8481): ‼️ Failed to launch billing intent. DebugMessage: Service connection is disconnected.. ErrorCode: SERVICE_DISCONNECTED.
E/[Purchases] - ERROR( 8481): ‼️ BillingWrapper purchases failed to update: DebugMessage: Service connection is disconnected.. ErrorCode: SERVICE_DISCONNECTED.null
E/[Purchases] - ERROR( 8481): ‼️ There was a problem with the Play Store.

我制作的步骤:

正如我所说,IOS只有在Android没有问题(我可以在IOS购买)。但是我可以毫无问题地获取它们我可以看到详细信息。但是我无法购买。

经过 2 周的研究,通过从 android 清单文件中删除 tools:node="replace" 行解决了问题