我正在开发使用RevenueCat的帐单。在购买完成后,我在/receipts上得到了一个520错误。谷歌播放显示购买窗口已完成,但5分钟后,我收到一封电子邮件取消。以下是错误的日志:
[Purchases] - WARN W ⚠️ Unable to start a network connection due to a network configuration issue: https://api.revenuecat.com/v1/receipts
[Purchases] - DEBUG D ℹ️ API request started: POST /receipts
[Purchases] - DEBUG D ℹ️ API request completed with status: POST /receipts 520
[Purchases] - ERROR E ‼️ There was a problem with the store.发布于 2022-11-11 10:58:24
当您不允许Google开发者API在Google平台项目上运行时,就会出现此问题
https://stackoverflow.com/questions/74375211
复制相似问题