#newtreyes

1 messages · Page 1 of 1 (latest)

dusky depotBOT
pure falcon
#

Hey, @idle phoenix

#

Hello there

idle phoenix
#

Hello! Let me take a look at that Payment Intent...

pure falcon
#

Thank you, Sir

idle phoenix
#

The only thing I can see on our end is the Payment Intent being created. Doesn't look like any other operations were performed on it, so it seems the failure is localized to the device.

#

The error message indicates the tap to pay process was canceled.

pure falcon
#

Yeah

idle phoenix
#

Can you adjust your code to log details for the entire error object, not just the localizedDescription?

pure falcon
#

Mmmmm

#

It looks as if there is very little extra information

#

is there a recommended way of generating a string from the error object?

#

One containing all the information from the error?

idle phoenix
#

I was just looking through the SDK code... this is an SCPErrorCanceled and when that happens there's not much detail, yeah. It just indicates the operation was canceled.

#

This is an issue you can reproduce on demand?

pure falcon
#

I don't think so because it looks as if it only happens the very first time you try to Tap to Pay using a specific Apple Id

idle phoenix
#

There are no other details logged? No other errors thrown? What happens on the device display when this happens?

pure falcon
#

nothing

#

:/

#

I can see the following in the logs

idle phoenix
#

What about what happens on the display?

pure falcon
#

I wasn't watching

#

:/

#

But I don't think anything special showed up

idle phoenix
#

It seems like something is canceling it... I wonder if there's some kind of system dialog or prompt that's canceling the flow, maybe something to do with the Apple ID being new. Any way you can get a video of what happens on the device when this issue occurs?

pure falcon
#

I will try

#

but it's hard because it only happens on the initial Tap to Pay initialization process

#

right after that, the payment just works

#

Is there any way to remove the Tap to Pay Authorization for a specific Apple Id?

#

something that could help me force the authorization process to happen again?

idle phoenix
#

Not that I know of, but I'm not intimately familiar with that side of things.

#

You may want to do that regardless to get a longer running support interaction going, it's doubtful we'll be able to solve this in realtime here unfortunately.