Daniel
Daniel

Reputation: 7724

What do I need to do to update my game to Google Play Billing 3?

I'm using Unity 2018.4.22 and I've installed In App Purchasing 2.2.2 from Package Manager.

When I try to upload my game to Google Play Store, it gives me this error:

We've detected that this app is using an old version of Google Play Billing. By November 1, 2021, all app updates must use Billing Library version 3 or newer. Update to Billing Library 3 before this date.

What exactly do I need to do to fix this problem?

Upvotes: 3

Views: 5017

Answers (2)

Alp
Alp

Reputation: 1893

This is probably late for this particular answer but for whom will come here later date. "This Asset Store version is obsolete, and will be deprecated and no longer supported after June 2021." Meaning Unity IAP will be implemented via package manager instead of the asset store. You can check your IAP version through Package Manager/In App Purchasing https://docs.unity3d.com/Packages/[email protected]/changelog/CHANGELOG.html

Upvotes: 2

CptNaed
CptNaed

Reputation: 68

You can check your IAP version through menu Window/Unity IAP/IAP Updates... Any IAP version higher than 2.2.1 will have the v3 Google library. You'll want to use the latest Unity IAP 2.2.7 (Asset version) along with In App Purchasing library 2.2.2 (Package Manager).

Upvotes: 1

Related Questions