question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Apple pay redirects to Apple Wallet not to Apple pay on Real device

See original GitHub issue

The 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

Screen Shot 2020-07-16 at 3 55 38 PM

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:closed
  • Created 3 years ago
  • Comments:26

github_iconTop GitHub Comments

1reaction
JJ810commented, Aug 7, 2020

You are welcome. Let me know if it works.

0reactions
jinkalr-itpathcommented, Aug 10, 2020

if Client needs to take care of any steps ?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found