In App Billing version

Where can i check what version of Google In App Billing the IAP of SDKBox is using?
Google refunds any purchase with 2.x (Google In App Billing) after 3 days if you dont aknowledge the purchase.
Am using SKBoxIAP v2.4.0.2 but cant find any background information.

Edit:
Theres no dependencies writen down visible in the SKDBoxIAP v2.4.0.2 code (searched every file for “com.android.billingclient:billing”) but since SDKBoxIAP v2.5.0 uses IAPBilling v1.0 i think v2.4.0.2 will use it as well.

check file cpp317/proj.android/app/build.gradle

dependencies { compile 'com.android.billingclient:billing:1.0' }

plugin v2.5.0.1 uses

com.android.billingclient:billing:2.0.1

I just integrated iap 2.5.0.1 in new generated test app via gui util and checked build.gradle - it still uses ‘com.android.billingclient:billing:1.0’ dependency.

plz try staging version

I will give it a try, but unfortunately, i’m already implemented my own Billing Manager on top of Android Billing Client library 2.0.3, and it works quite well :frowning:

Did you know, that staging version with billing client 2.0.1 is v2.5.0.0, is lower than release version 2.5.0.1?

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.