-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ApplePay does not show up #2
Comments
@barrysteyn @kwtangerine @codinronan Thanks in advance for your help. Just FYI, this is the output of ionic info. Cordova CLI: 8.0.0 |
@tulga870911 it's probably better to ask over on https://github.com/Taracque/cordova-plugin-braintree, which is where this plugin originates, you'll get more help there :) I just brought it up to date and opened a PR back to that repo. |
@codinronan Thanks for your quick reply. I've already created an issue there days ago, but didn't get any reply. Just curious, does Apple Pay show up on your end? I tried everything I could do. I tried to build it in Xcode8, and then Xcode 9. Neither worked. I'd really appreciate it if you could give me any hint or clue. Thanks again. |
@tulga870911 Yes it does, in order for it to show up you need 4 things:
That's all I did and it works - getting the account + entitlements right can be tricky. |
@codinronan Thanks again for your detailed explanation. In terms of the 4 steps you mentioned, I think I followed them correctly at least up to 3. The following is how I used the plugin. I've displayed the message on the screen, and I can see "set up Apple Pay" |
@codinronan @barrysteyn @kwtangerine Does this plugin work in Ionic 2? |
Anybody used this plugin in Ionic 2? |
I called BraintreePlugin.setupApplePay before presentDropInPaymentUI(), but in the Drop-In UI, ApplePay does not show up.
In the callback of setupApplePay, I can see that ApplePay is enabled.
The text was updated successfully, but these errors were encountered: