aws-amplify/amplify-ui-swift-liveness

Can't pass the auth flow on demo app HostApp, it always go back to home page.

MRJYL opened this issue · 2 comments

MRJYL commented

2024-01-08 19:27:55.463763+0800 HostApp[2462:412184] Error: Transpose unit is not supported.
2024-01-08 19:27:55.484378+0800 HostApp[2462:412184] Error: Transpose unit is not supported.
2024-01-08 19:27:58.507835+0800 HostApp[2462:414060] Connection 10: received failure notification
2024-01-08 19:27:58.520211+0800 HostApp[2462:412184] Error: Transpose unit is not supported.
2024-01-08 19:27:58.525807+0800 HostApp[2462:412184] Error: Transpose unit is not supported.

I have go to the livenesss capture page .When I try to auth the liveness, the HostApp demo go back to homepage automiclly. If I go to auth flow now, it will go back to home page again .

I don't get the useful error message

@MRJYL Thanks for submitting the issue. Can you verify that the you've configure Amplify Auth appropriately? Can you share your amplifyconfiguration.json file to help determine what type of authentication is configured?

MRJYL commented

I have got the solution, It due to invalid sessionID, Thanks. @phantumcode