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

No meta data found with key: AccessoryServicesLocation in zedTarc.zig.zig #493

Open
Samuthirat opened this issue Dec 26, 2024 · 0 comments

Comments

@Samuthirat
Copy link

Braintree SDK Version

AN

Environment

Sandbox

Android Version & Device

No response

Braintree dependencies

implementation("com.braintreepayments.api:paypal:4.49.1")

Describe the bug

Issue Description: I'm encountering an issue where after a payment is made via PayPal(Braintree), the process isn't returning to the app. The error occurs Might be because of the package name being zedTarc.zig.zig in camel case. Here is the I have defined:

The log also shows this error:
2024-12-26 16:54:20.179 6881-10070 SG::OCSCacheHelper com.oplus.pantanal.ums E checkFromPackageReceiver resolvedInfo is empty, pkg = zedTarc.zig.zig [UMS.apk|com.oplus.pantanal.ums|1.4.12-3303787]
2024-12-26 16:54:25.956 22987-22987 OplusInput...erInternal app.art.com D get inputMethodManager extension: com.android.internal.view.IInputMethodManager$Stub$Proxy@f752063
2024-12-26 16:57:36.599 25791-25890 WM-WorkerWrapper zedTarc.zig.zig I Worker result SUCCESS for Work [ id=d4118a6e-cc7b-4d0b-af82-3192eaa1425f, tags={ com.datadog.android.core.internal.data.upload.UploadWorker, DatadogBackgroundUpload } ]

Can anyone help me understand why this is happening and how I can fix it (kotlin) android?

To reproduce

Issue Description: I'm encountering an issue where after a payment is made via PayPal(Braintree), the process isn't returning to the app. The error occurs Might be because of the package name being zedTarc.zig.zig in camel case. Here is the I have defined:

The log also shows this error:
2024-12-26 16:54:20.179 6881-10070 SG::OCSCacheHelper com.oplus.pantanal.ums E checkFromPackageReceiver resolvedInfo is empty, pkg = zedTarc.zig.zig [UMS.apk|com.oplus.pantanal.ums|1.4.12-3303787]
2024-12-26 16:54:25.956 22987-22987 OplusInput...erInternal app.art.com D get inputMethodManager extension: com.android.internal.view.IInputMethodManager$Stub$Proxy@f752063
2024-12-26 16:57:36.599 25791-25890 WM-WorkerWrapper zedTarc.zig.zig I Worker result SUCCESS for Work [ id=d4118a6e-cc7b-4d0b-af82-3192eaa1425f, tags={ com.datadog.android.core.internal.data.upload.UploadWorker, DatadogBackgroundUpload } ]

Can anyone help me understand why this is happening and how I can fix it (kotlin) android?

Expected behavior

The expected behavior is that after the user completes a payment via PayPal (Braintree), the payment result (such as a payment method nonce or any other necessary data) should be returned to the app. Specifically:

Payment Completion: After the user makes the payment, the Braintree payment gateway should trigger a callback to the app.
App Handling: The app should capture this callback via an intent with the scheme zedTarc.zig.zig.braintree and handle the payment response appropriately.
Intent Resolution: The app should resolve the callback intent correctly based on the defined intent-filter in the AndroidManifest.xml.
Data Processing: The app should extract the payment method nonce or other payment details from the callback URL and continue processing the transaction (such as sending it to your backend server for further verification).

Screenshots


image_2024_12_26T12_39_23_704Z

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