Tony Robalik
Tony Robalik
Conceptually, my step is very simple: 1. Download and install SDKMan 2. Use SDKMan for downloading and installing Groovy 3. Launch user-provided groovy script via `groovy path_to_script.groovy`. So if anything...
Honestly not sure what to do anymore. I can see the env var in my bash script, which invokes groovy. In my groovy script, it always comes up blank. Yet,...
Quick follow-up: I wrote a gradle task -- _in groov_ -- and executed it using the gradle script runner step. It works perfectly. ```groovy tasks.register("royalPenguin") { doLast { def path...
@serggl do you know why the travis builds have failed?
I've never experienced this myself, but then I've never tested with not being signed into Google. PRs welcome.
If you call `billingProcessor.loadOwnedPurchasesFromGoogle()`, it will clear the local cache and provide refreshed owned subscriptions and purchases.
As I said [before](https://github.com/anjlab/android-inapp-billing-v3/issues/278#issuecomment-307199619), call `loadOwnedPurchasesFromGoogle()`. Yes, it calls `getPurchases()`, but as you can see, it then calls `cacheStorage.clear()`. ``` Bundle bundle = billingService.getPurchases(Constants.GOOGLE_API_VERSION, contextPackageName, type, null); if (bundle.getInt(Constants.RESPONSE_CODE) ==...
@andrew-sirenko do you have a _complete_ stacktrace? What you've presented is virtually useless.
Hi @SashaKhyzhun , I'm afraid I no longer have time to assist with this project.
I would LOVE if this got fixed for Android. I have no news, though.