Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I am using Adapty for Logs only and it shows crash suddenly in my google play console #29

Open
HemangiVekaria opened this issue Sep 27, 2024 · 1 comment

Comments

@HemangiVekaria
Copy link

I added this gradle dependemcy
implementation("io.adapty:android-sdk:2.10.5")

initialize in MyApplication like this

 val adaptyConfig = AdaptyConfig.Builder("key").build()
 Adapty.activate(this, adaptyConfig)

and used Log.v("Adapty", message) to log specific message in Adapty

It works ok without any crashes but from last 15 days i am getting this error in My Google Play console. It's not get regenerated locally.

java.lang.IllegalStateException: Already resumed, but proposed with update CompletedExceptionally[com.adapty.errors.AdaptyError: Play Market request failed: SERVICE_DISCONNECTED]

This is log
image

My app contain Subscription so i used google billing client for that.

implementation("com.android.billingclient:billing:7.0.0")
implementation("com.android.billingclient:billing-ktx:7.1.0")

Can anyone help please. Crash getting increased day by day.

@HemangiVekaria HemangiVekaria changed the title I am using Adapty for Logs only and it throws crash suddenly in my google play console I am using Adapty for Logs only and it shows crash suddenly in my google play console Sep 27, 2024
@HemangiVekaria
Copy link
Author

Any solution for this please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant