Taracque / cordova-plugin-braintree

:credit_card: A Cordova plugin for the Braintree mobile payment processing SDK.
MIT License
27 stars 42 forks source link

Getting error in ios build after adding this plugin #38

Closed engrsandeep closed 7 years ago

engrsandeep commented 7 years ago

Hi, Can you please help. Getting below error. Error: Could not parse project.pbxproj: SyntaxError: Expected "/ Begin ", "/ End ", "\"", or [A-Za-z0-9_.] but "/" found.

antkers commented 7 years ago

see https://github.com/Taracque/cordova-plugin-braintree/issues/34

engrsandeep commented 7 years ago

Thanks @antkers. It working.

Do it support other languages? I need 4-5 language translations.

Many thanks for help.

antkers commented 7 years ago

You're welcome! Braintree supports 23 languages, see https://developers.braintreepayments.com/guides/drop-in/android/v2 The drop-in automatically detects the language of the device/app and shows in the UI in that one. That worked for me on Android but on iOS it always shows up in English, but i haven't investigated that further...

engrsandeep commented 7 years ago

Thanks @antkers. Can we look into iOS as it support 23 languages.

Thanks for quick response.

engrsandeep commented 7 years ago

@antkers did you get chance to look on iOS supported languages as its always in english on iOS but show device language in iOS.

antkers commented 7 years ago

Hello @engrsandeep, sorry but I didn't have time to look into that by now. For the moment it is okay for me that it is only in English on ios, but it will be a topic for me in the next couple of months...

engrsandeep commented 7 years ago

@antkers Just one thing, i did not find version of iOS sdk used? is it latest one? if yes then i can open issue in braintree drop-in.