Hi,
I am getting this error
Cannot access 'configure': it is internal in 'Companion' with the line below.
import com.revenuecat.purchases.*
Purchases.configure(PurchasesConfiguration.Builder(this, "public_google_sdk_key").build())
Hi,
I am getting this error
Cannot access 'configure': it is internal in 'Companion' with the line below.
import com.revenuecat.purchases.*
Purchases.configure(PurchasesConfiguration.Builder(this, "public_google_sdk_key").build())
Best answer by Cesar
I see
```
Purchases.configure(this, “public_google_sdk_key")
```
I’ve noticed how our docs are pointing to use the version you posted, but that’s not available until version 5.0.0-rc1. We should make that more clear in the docs
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.