sshropshire
sshropshire
@maidt2212 we actually don't own that repo. We don't offer official support for Flutter at the moment. Can you file an issue with [pikaju/flutter-braintree](https://github.com/pikaju/flutter-braintree/issues) and let us know if you...
Hey @prof18 we were told the shared credentials would be valid through the end of the year, though I wouldn't be surprised if they stop working before then. Would you...
@prof18 most likely yes. We have gotten word that their JFrog instance is changing its authentication policy, but we've followed their guidance and re-generated the shared credentials. Since this is...
Hey @helloncode thanks for this. We put up a PR to [update the wrapper jar](https://github.com/braintree/braintree-android-drop-in/pull/459) and add the validation action to our CI.
Hi @molchanovskiy thanks for using the Braintree SDK for Android. This limitation exists because we use the underlying Jetpack [Lifecycle#addObserver()](https://developer.android.com/reference/android/arch/lifecycle/Lifecycle#addobserver) method internally, which imposes the `@MainThread` restriction. Are you able...
Correct yes. One option is to asynchronously fetch a client token and forward it via bundle args, although this can be tricker. The best option here is to instantiate a...
> Is there any way to update DropInClient token on already instantiated client? @molchanovskiy at the moment no. Internally the SDK needs the client token to make backend calls on...
> Will Braintree Android SDK implement the same way of dropin UI as v5 in future? Or Braintree Android/iOS dropin SDK no longer consider mobile cross platform development tools in...
@Kowshika-aspire I can see now how this makes it difficult to use DropIn with React Native. We may have to consider this as a feature request for our next major...
@Kowshika-aspire @zhenghow93 we've released [5.4.0](https://github.com/braintree/braintree-android-drop-in/blob/master/CHANGELOG.md#540) to help in the meantime while migrating to `6.x`. @zhenghow93 it is ideal that the listener is set shortly after the `DropInClient` instance is instantiated...