Sandeep
Sandeep
any solution for this... it looks ndgmr not working with latest version of createjs
@Taracque I have rebuild frameworks and it works. Can you also rebuild framework and add **BraintreePaymentFlow** module to plugin.xml as well. Also can you please add option to capture device...
Rebuild framework using Carthage and update frameworks in lib/ios **Steps:** https://github.com/Taracque/cordova-plugin-braintree/tree/master/lib mkdir /tmp/braintree-sdk cd /tmp/braintree-sdk echo 'github "braintree/braintree_ios"' > Cartfile echo 'github "braintree/braintree-ios-drop-in"' >> Cartfile carthage update
@Taracque any update on language. Even though it will be fine if take device language.. When click Paypal payment. Paypal using device/navigator language. Any help will be appreciated.
@Taracque it shows device language for Android but show only english for iOS as per braintree drop in ui, its iOS sdk also support 23 languages. Can you please help...
@Taracque can we merge branch iOS drop-in 5.2.1. I think it will solve localization issue.
Thanks @Taracque. Also localization issue for iOS can be fix by adding **BTUI.strings** for each translation in **Build Phases**
Hi @Taracque Hope you had good holidays. Did you get chance to merge updated branch.
@dokshor meanwhile you can fix issue by adding **BTUI.strings** for each language in **Build Phases** for iOS.
@Taracque did you get chance to merge latest braintree ios drop-in.