adamfellon
adamfellon
Does it show up when you run it in an iOS simulator? It'll have a simulated card you can use there, if it does I'd assume it has something to...
We use it in an ionic v1 project. Once the device ready fires I Initialize the plugin: ``` BraintreePlugin.initialize(BRAINTREE_TOKEN, function(){ console.log(' ... braintree initialize.'); }, function (error) { console.log((error)); }...
Our team pulled back on the project that was using the plugin, so I haven't looked at it in a while. But I can take a look after the holidays
I think specfically iOS is fairly prone to not liking apple pay initialization if the phone doesn't have it setup. I'd check to make sure you're xcode specifications in Capabilities...