Cameron
Cameron
If anyone still maintains this project, adding the preserve attribute on the platform implementations should fix DLL issue. ``` [Preserve(AllMembers = true)] public class AdvancedTimerImplementation : IAdvancedTimer { ```
The Braintree mobile packages are behind 2 years on updates, its that really a suitable replacement for this project?
Right I understand, I was really referencing all these projects by [Naxam](https://github.com/NAXAM/braintreedropin-android-binding). They have all the bindings, but they are just old and they didn't check in the binding projects....
I was able to get those Naxam packages to work. They're old, but they provide enough functionality for PayPal vaulting, which is what I'm using in my app. The drop-in...
I've also come across this bug. Specifically, I'm using the text changed event to change the send image source when no text is present (to a grayed out icon). This...