jnbt / candy_check

Check and verify in-app receipts
MIT License
125 stars 71 forks source link

Update google-api-client verison #55

Closed Achilles718611 closed 3 years ago

Achilles718611 commented 4 years ago

I noticed candy_check uses old google-api-client (0.34.1). That gem has not new features which is supported by google's Purchaess.subscription. For example, we have to have constant filed across all transactions for one user (in case of Apple original transaction id). Google added filed called obfuscatedExternalProfileId for this purpose. To use that filed, we have to use the latest goolgle-api-client. When candy_check new version will be relased?

christophweegen commented 3 years ago

Hello @Achilles718611 sorry for the late reply. I just released candy_check 0.3.0, which uses google-api-client 0.43.0.

Achilles718611 commented 3 years ago

Great, thank you.