You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you add some constants of Google Play Billing API to your wrapped Google-IAP API? For example, Purchase.PurchaseState.PURCHASED...
The text was updated successfully, but these errors were encountered:
xyang5987
changed the title
Can you add some constants of Google Play Billing API to your packaged Google-IAP API?
Can you add some constants of Google Play Billing API to your wrapped Google-IAP API?
Apr 10, 2023
The Google Play billing API is a transitive dependency of this library, so you should be able to use them directly from there.
Maybe it could be wrapped into something more Kotlin-y (like PurchaseState.Purchased being a class containing all the information about the purchase), but I don't see any real need for that.
Thanks for reply. However, I don't want to add Google Play billing API but wrapped Google-IAP API only. So the architecture is more clear. It'll be helpful for future KMM applications.
Can you add some constants of Google Play Billing API to your wrapped Google-IAP API? For example, Purchase.PurchaseState.PURCHASED...
The text was updated successfully, but these errors were encountered: