sshropshire
sshropshire
Hi @asos-edgeorge thanks for using the Braintree SDK for Android. A `UserCanceledException` should be delivered when the merchant app enters the foreground without completing the Local Payment flow. If possible,...
Ok what about here in [LocalPaymentLifecycleObserver.java](https://github.com/braintree/braintree_android/blob/bbb34dc15e221aa0b1da55aebc14f6529f4e8de4/LocalPayment/src/main/java/com/braintreepayments/api/LocalPaymentLifecycleObserver.java#L28)? Also can you share how you're instantiating `LocalPaymentClient` in your host Fragment / Activity, and in which lifecycle method you do so (e.g. `onCreate()`)?
Got it. From my perspective your integration sounds standard. The `listener` must also be set on `LocalPaymentClient` in order to receive the result from a browser switch. I would step...
@asos-edgeorge unfortunately there isn't a way to get a notification for a close event through the Chrome Custom Tabs API that I'm aware of. Is it possible for your app...
Hi @Hector1990 thanks for using our SDK. This seems like a security dialog presented by the OnePlus browser. Very similar to how [iOS does it](https://stackoverflow.com/q/33242557) as well. If the user...
@Hector1990 understood. I believe the original reason why we chose to open via Chrome Custom Tabs / Browser is because of an InfoSec requirement. It is unfortunate but it may...
Hi @salosoft thanks for using the Braintree SDK for Android. Can you make sure all libraries have the same version and see if that resolves the issue?
Hi @salosoft does your `BaseActivity` inherit from `AppCompatActivity`?
@salosoft If your `BaseActivity extends AppCompatActivity` then it should work properly, unless there's some customization down in `BaseActivity` that prevents `AppCompatActivity` from functioning as it normally should. Usually a `super.onCreate()`...
Hey @salosoft any update on this?