#phiredrop
1 messages · Page 1 of 1 (latest)
Hi 👋 I'm not sure off-hand, were any changes made to the production version of your application that were included in your test version?
Apparently something is different. I just installed an older build and it’s not prompting me to add a card. Where can I troubleshoot this? I’m using the Stripe SDK and pretty much implemented the sample iOS stripe app
I may have found it:
pr.supportedNetworks = [
      PKPaymentNetwork
      .discover
    ]
If I remove pr.supportedNetworks, it will default to everything yeah?
Possibly, what type of object is pr there?