Maddie Beyl
Maddie Beyl
As we modernize our codebases, we are migrating as much Java code as possible to Kotlin. This will allow us to fully take advantage of the language features and reduce...
Currently, `canMakePayments` lives in `Purchases`. We will need to leave an API to call `canMakePayments` there, but should refactor the actual code into `BillingWrapper` to respect our blackboxing of store-specific...
for stefan to review
Apps running the ionic-native version of the SDK with Capacitor are receiving error logs on some Purchases method calls (see below). I've confirmed in a sample app that this occurs...