Muhammad Bani Akram
Muhammad Bani Akram
> It seems the maintainer is no longer supporting his package. @pikaju Hello Mr Julien, can you chime in please? Thank you for all your hard work but we are...
> Do you know of any alternatives? How can we find someone else to transfer this package to? If someone knows good enough android and ios development (native) they can...
yes :(
> I was able to solve the same issues by following the instructions here: > > * https://developer.paypal.com/braintree/articles/guides/payment-methods/venmo#testing > * https://developer.paypal.com/braintree/docs/guides/venmo/client-side Can you share the code please?
Can you share a bit of code involving tokenization ?
Put it in a try/catch block and make sure the tokenizationKey is not empty. Handle the condition in case it doesn't work as expected. Something like this, try { result...
I've the same issue
I have the same crash specific to Huawei and Honor devices in Flutter, [HONOR HWLLD-H (Honor 9 Lite)] [Android 9 (SDK 28)] PlayStore gives this crash log, Thread: FORTIFY: pthread_mutex_lock...
Please share the code where you think this is happening or how you've handled it
``` var request = BraintreeDropInRequest( tokenizationKey: "whatever your key is", collectDeviceData: true, cardEnabled: false, paypalRequest: BraintreePayPalRequest( amount: "10", displayName: 'Display name of your app or project', ), ); BraintreeDropInResult result...