Solved

problem with purchase

  • 10 October 2022
  • 1 reply
  • 282 views

Badge +1

I purchase a package with flutter and its done in google play, but failed to sync data with revenuecat after this.

purchases_flutter: ^4.3.0
          CustomerInfo customerInfo = await Purchases
.purchasePackage(package);

 

W/[Purchases] - WARN(24709): ⚠️ Unable to start a network connection due to a network configuration issue: https://api.revenuecat.com/v1/receipts
D/[Purchases] - DEBUG(24709): ℹ️ API request started: POST /receipts
D/[Purchases] - DEBUG(24709): ℹ️ API request completed with status: POST /receipts 503
E/[Purchases] - ERROR(24709): 🤖‼️ There was a credentials issue. Check the underlying error for more details.

icon

Best answer by Miguel Carranza 17 October 2022, 23:51

View original

1 reply

Userlevel 2
Badge +6

This looks like an issue with wrong credentials. Please review our documentation on Play Service credentials, wait until it’s propagated and try again. RevenueCat will then register the purchases properly.

Reply