sorokin0andrey / react-native-apay

React Native bridge for Apple Pay
55 stars 30 forks source link

Not using existing cards #14

Open elinahovakimyan opened 4 years ago

elinahovakimyan commented 4 years ago

We have integrated this library and trying to test on TestFlight, but it is not using the existing card data but asking to add a new card. How can I make it so it uses the existing cards connected to Apple ID?

sorokin0andrey commented 3 years ago

@elinahovakimyan Hi! It might because supportedNetworks doesn’t include your added card type. Do you have that problem now?