我从营收中获取产品没有问题,因为我可以从控制台看到产品的详细信息,而且它们从Google Play console上是正确的,但问题是,当我试图购买某些东西时(仅在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.
我提出的步骤:
F 212
正如我说过的,只在Android操作系统上使用IOS没有问题(我可以在IOS中购买)。但我可以毫无问题地把它们拿来我可以看到细节。但我买不到。
发布于 2021-08-16 16:43:37
经过2周的研究,从android清单文件中删除tools:node="replace"
行解决了问题。
https://stackoverflow.com/questions/68665011
复制相似问题