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

Error: Plugin.InAppBilling.InAppBillingPurchaseException: Unable to process purchase #665

Open
vovanb opened this issue Jan 24, 2025 · 0 comments

Comments

@vovanb
Copy link

vovanb commented Jan 24, 2025

On Android 8, API 26 with Play Store version 44.4.19-23[0] [pr] 711817052 I receive below issue:

2025-01-25 00:13:01.532  4537-5609  AuthPII                 com.google.android.gms.persistent    E  [RequestTokenManager] getToken() -> BAD_AUTHENTICATION. App: com.android.vending, Service: oauth2:https://www.googleapis.com/auth/googleplay
                                                                                                    aoqa: Long live credential not available.
                                                                                                    	at utq.a(:com.google.android.gms@[email protected] (040400-705592033):1003)
                                                                                                    	at utw.b(:com.google.android.gms@[email protected] (040400-705592033):28)
                                                                                                    	at utu.a(:com.google.android.gms@[email protected] (040400-705592033):610)
                                                                                                    	at utt.b(:com.google.android.gms@[email protected] (040400-705592033):94)
                                                                                                    	at osx.h(:com.google.android.gms@[email protected] (040400-705592033):226)
                                                                                                    	at osx.d(:com.google.android.gms@[email protected] (040400-705592033):2)
                                                                                                    	at umk.getAuthToken(:com.google.android.gms@[email protected] (040400-705592033):406)
                                                                                                    	at android.accounts.AbstractAccountAuthenticator$Transport.getAuthToken(AbstractAccountAuthenticator.java:244)
                                                                                                    	at android.accounts.IAccountAuthenticator$Stub.onTransact(IAccountAuthenticator.java:113)
                                                                                                    	at android.os.Binder.transact(Binder.java:612)
                                                                                                    	at blye.onTransact(:com.google.android.gms@[email protected] (040400-705592033):10)
                                                                                                    	at android.os.Binder.transact(Binder.java:612)
                                                                                                    	at bdoh.onTransact(:com.google.android.gms@[email protected] (040400-705592033):148)
                                                                                                    	at android.os.Binder.execTransact(Binder.java:682)
2025-01-25 00:13:01.532  4537-5609  AuthPII                 com.google.android.gms.persistent    E  Message is Long live credential not available.
                                                                                                    aoqa: Long live credential not available.
                                                                                                    	at utq.a(:com.google.android.gms@[email protected] (040400-705592033):1003)
                                                                                                    	at utw.b(:com.google.android.gms@[email protected] (040400-705592033):28)
                                                                                                    	at utu.a(:com.google.android.gms@[email protected] (040400-705592033):610)
                                                                                                    	at utt.b(:com.google.android.gms@[email protected] (040400-705592033):94)
                                                                                                    	at osx.h(:com.google.android.gms@[email protected] (040400-705592033):226)
                                                                                                    	at osx.d(:com.google.android.gms@[email protected] (040400-705592033):2)
                                                                                                    	at umk.getAuthToken(:com.google.android.gms@[email protected] (040400-705592033):406)
                                                                                                    	at android.accounts.AbstractAccountAuthenticator$Transport.getAuthToken(AbstractAccountAuthenticator.java:244)
                                                                                                    	at android.accounts.IAccountAuthenticator$Stub.onTransact(IAccountAuthenticator.java:113)
                                                                                                    	at android.os.Binder.transact(Binder.java:612)
                                                                                                    	at blye.onTransact(:com.google.android.gms@[email protected] (040400-705592033):10)
                                                                                                    	at android.os.Binder.transact(Binder.java:612)
                                                                                                    	at bdoh.onTransact(:com.google.android.gms@[email protected] (040400-705592033):148)
                                                                                                    	at android.os.Binder.execTransact(Binder.java:682)
2025-01-25 00:13:01.534  4537-5609  Auth                    com.google.android.gms.persistent    W  [GetToken] GetToken failed with status code: BadAuthentication  [CONTEXT service_id=343 ]
2025-01-25 00:13:01.561  4537-5609  GLSActivity             com.google.android.gms.persistent    W  [GmsAccountAuthenticatorImpl] error status while fetching token:BadAuthentication
2025-01-25 00:13:01.572  6688-6777  BillingClient           com.app.Module                       W  getSkuDetails() failed for queryProductDetailsAsync. Response code: 2
2025-01-25 00:13:01.605  6688-6688  com.app.Module          com.app.Module                       D  Error: Plugin.InAppBilling.InAppBillingPurchaseException: Unable to process purchase.
                                                                                                       at Plugin.InAppBilling.InAppBillingImplementation.ParseBillingResult(BillingResult result, Boolean ignoreInvalidProducts)
                                                                                                       at Plugin.InAppBilling.InAppBillingImplementation.PurchaseAsync(String productSku, String itemType, String obfuscatedAccountId, String obfuscatedProfileId, String subOfferToken, CancellationToken cancellationToken)
                                                                                                       at Plugin.InAppBilling.InAppBillingImplementation.PurchaseAsync(String productId, ItemType itemType, String obfuscatedAccountId, String obfuscatedProfileId, String subOfferToken, CancellationToken cancellationToken)
                                                                                                       at Module.Services.BillingSubscription.MakePurchase()

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