Apple pay redirects to Apple Wallet not to Apple pay on Real device
See original GitHub issueThe problem
If I click Apple pay button, it should redirects to Apple pay but it redirects to Apple wallet on Real device. But it works properly on simulator.
Environment
tipsi-stripe
version: 7.5.3- iOS or Android: iOS
- OS version: iOS 13
- React-Native version: 0.61.5
Here is my code: const items = [ { label: “Order”, amount: 10, }, ];
const shippingMethods = [
{
id: "fedex",
label: "FedEX",
detail: "Order",
amount: 10,
},
];
const options = {
requiredBillingAddressFields: ["all"],
requiredShippingAddressFields: ["phone", "postal_address"],
shippingMethods,
};
const token = await stripe.paymentRequestWithNativePay(options, items);
Issue Analytics
- State:
- Created 3 years ago
- Comments:26
Top Results From Across the Web
Apple Pay through Wallet app scam? - Apple Community
That is scam. Not from Apple, and definitely not from paying using Apple Pay and the wallet app at a coffee shop. That's...
Read more >I can't add cards to my wallet. Always sh… - Apple Community
I can't add cards to my wallet. Always showing see some article snd redirected to web.
Read more >Problems and their solutions for Apple Pay, Apple Card, and ...
Problems with Apple Pay, Apple Card, Apple Cash and their solutions ... Go to settings>Wallet & Apple Pay>transaction defaults>address ...
Read more >How to redirect to Wallet + check Apple Pay eligibility
Found a solution, the méthod "openPaymentSettings" of "PKPassLibrary" will do the trick, opening the "add payment card" page directly into the wallet app....
Read more >Apple Pay on the Web | Apple Developer Forums
Do not mix cards and accounts. Create a Sandbox Tester Account. Make sure the your test device is properly authenticating the transaction with...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You are welcome. Let me know if it works.
if Client needs to take care of any steps ?