Using Braintree On Meteor Mobile (android - Cordova)
I am using Meteor 1.3 with android platform and patrickml:braintree@1.32.0 to be able to process in-app payments. I configured braintree and inserted a Drop-in UI, which is the sim
Solution 1:
I managed to make it work. Just have to be sure to connect through HTTPS on the mobile server and braintree can provide iFrame through secure connection.
Solution 2:
Full disclosure: I work at Braintree. If you have any further questions, feel free to contact our support team.
Braintree.js does not support compile-to-native runtimes such as Cordova.
Post a Comment for "Using Braintree On Meteor Mobile (android - Cordova)"