braintree / popup-bridge-android

PopupBridge allows WebViews to open popup windows in a browser and send data back to the WebView
MIT License
53 stars 28 forks source link

No import for "com.braintreepayments.popupbridge.PopupBridgeActivity" #55

Closed JustTrust closed 2 years ago

JustTrust commented 2 years ago

General information

Issue description

First: dependency was added to build.gradle 'com.braintreepayments.api:popup-bridge:4.1.0'

Second: activity tag was added to manifest Problem: no import for "com.braintreepayments.popupbridge.PopupBridgeActivity"

image
JustTrust commented 2 years ago

This implementation has been taken from your Quick Start guide and it fails on the first item, any hints or suggestion?

sarahkoop commented 2 years ago

Hi @JustTrust - Apologies for the confusion on this, it looks like the Quick Start guide hasn't been updated for v4. PopupBridgeActivity has been removed in favor of providing more control over the deep link activity. Please refer to our Migration Guide, and we will work on getting the Quick Start guide updated.

JustTrust commented 2 years ago

Thanks for update! I can not use migration guide because there is no any migration in my project. Will wait for a fixed version of Quick Start guide.

JustTrust commented 2 years ago

Hi @sarahkoop. Is any full instruction for Paypal bridge integration or just Quick start guide? If yes can you please add link to it to readme file.

sarahkoop commented 2 years ago

The quick start and the migration guide are the existing documentation, but feel free to check out the Demo app in the repo if you want to see a complete example integration!