applepay Questions
7
I'm trying to use receipt validation with my server side. Everything is ok, but sometimes I see strange: 10 times validation is OK, but on 11 i get 21002 error. I dont know what to do. Sometimes I ...
Dashtilut asked 29/9, 2015 at 5:7
5
Solved
I have a an ISO 4217 numeric currency code: 840
I want to get the currency name: USD
I am trying to do this:
Currency curr1 = Currency.getInstance("840");
But I keep getting
java.lang.Ill...
5
I am working to integrate Apple pay in my application
to test it. I assume, I need to have some test card added in my wallet app .
Without this I am getting an error in Xcode that reads "This ...
Airframe asked 28/7, 2016 at 10:43
3
Solved
Problem:
I have ApplePay on my website (https://www.example.com/order), it works and successefull pay.
Now I try to integrate IFrame (src="https://www.example.com/order") in subdomain (ht...
Separative asked 4/9, 2020 at 10:26
5
I am trying to load ApplePay popup on WKWebView. I did my initial leg work by implementing it but it does not load up.
Is there something extra I need to implement to make it work ? There is no pr...
Chafer asked 25/5, 2017 at 21:48
3
Solved
There are many topics (Old and new) related with this. Unfortunately I am having a lot of problems to create a simple Sandbox Tester Account.
My error is:
There are one or more validation error...
Geese asked 13/2, 2019 at 14:11
2
Solved
I recently started integrating Apple Pay into my website which actually loads the payment view in an iframe. Here the catch is my iframe loads in a different domain than my website. I followed the ...
Runway asked 19/5, 2020 at 16:57
6
Solved
I am trying to make the file:
.well-known/apple-developer-merchantid-domain-association
accessible via my Azure website. I have added this to the route config:
routes.MapRoute(
name: "AppleP...
Weatherbound asked 5/10, 2016 at 15:27
2
We are trying to add an Apple Pay button to our React Native App. Is it possible to create your own apple pay button in react native, or is it required you use some sort of API / kit / asset?
Walkerwalkietalkie asked 21/11, 2017 at 17:7
1
Solved
Hi I am using iphone 6s safari browser but the payment-request-button not show (for website).
my all step are correct I used https server (ngrok).
also add my domain in the stripe apple pay certifi...
Landsknecht asked 1/4, 2022 at 16:32
3
I'm working with a web application that allows our customers to integrate with Apple Pay on the web. The customers setup their own Apple Pay merchant accounts, a third party handles the actual paym...
3
Solved
Our application has had ApplePay implemented for a number of years. Just recently I hit the button to trigger it to only find out the pay sheet from PKPaymentAuthorizationViewController doesn't app...
3
The following code is from WWDC 2015 Session 702 Apple Pay Within Apps - Emporium: A Simple Shopping Experience with Apple Pay
if PKPaymentAuthorizationViewController.canMakePaymentsUsingNetworks...
Enchanting asked 3/6, 2016 at 12:9
4
Solved
4
Solved
Working on a website that has been integrated with Apple Pay for about a year now with no issues. We are noticing that we are always getting an error now for iOS 13 devices only. iOS 12 and under a...
Rodriquez asked 4/10, 2019 at 19:58
2
Solved
I'm integrating Apple Pay now and I see
iOS Human Interface Guidelines for Apple Pay.
https://developer.apple.com/design/human-interface-guidelines/apple-pay/
How can I open the Wallet app when th...
Ribonuclease asked 3/11, 2016 at 9:8
0
I am just trying to validate whether apple pay is supported on browser or not with following code. But it gives error on safari (ipad) / macbook.
ApplePaySession' is not defined no-undef
Following...
Blythebm asked 12/2, 2021 at 15:9
4
Solved
This is my first time working with PassKit and with SwiftUI on a big project. I'm trying to implement Apple Pay SwiftUI and since there isn't a native way to do so yet, I tried wrapped the PKPaymen...
Opportune asked 19/3, 2020 at 23:5
1
Solved
I have visited this answer already and the present method proposed here doesn't work (anymore?). When I use a UIViewControllerRepresentable and then show it as a sheet it looks pretty awful:
If I ...
3
I have implemented apple pay in my iOS application using Passkit framework. I did all of these things fully to set up apple pay. I am using sandbox account. I added cards in Wallet application and ...
1
ApplePay canMakePaymentsWithActiveCard Promise returns false on a Mac Safari, but true on iPhone Safari. canMakePayments returns true on both. I'm using a sandbox Apple developer account with test ...
Memling asked 1/12, 2017 at 6:5
2
I am implementing apple pay onto our website. I do not have a macOS device and am using windows visual studios / mvcnet. I have done all the merchantID and certification stuff and configured it on ...
Wes asked 23/7, 2018 at 18:47
2
I have created an app with the Core Bluetooth framework. My IOT device contains both Bluetooth and NFC. When I bring my Apple device in to NFC range, the Apple Pay popup triggers.
Is their any way ...
2
I am trying to add a banking card ("payment pass") to Wallet with PKAddPaymentPassRequest.
So the question is, how can I query the pass library to check if my card (or any other card) is already i...
1
I have a project with a number of different build configurations, 4 for one developer account and 3 for another, each having production, alpha and beta build configurations and the first having a d...
1 Next >
© 2022 - 2025 — McMap. All rights reserved.