Closed tubzby closed 1 year ago
Hey @tubzby,
I noticed a message in your logs:
Error creating channel notSignedIn(message: "User is not signed in to Cognito User Pool, please sign in to use this API.")
It's possible that some values are switched around accidentally, could you double-check that all the values match?
{
"Version": "1.0",
"CredentialsProvider": {
"CognitoIdentity": {
"Default": {
"PoolId": "us-west-2:01234567-89ab-cdef-0123-456789abcdef",
"Region": "us-west-2"
}
}
},
"IdentityManager": {
"Default": {}
},
"CognitoUserPool": {
"Default": {
"AppClientSecret": "abcdefghijklmnopqrstuvwxyz0123456789abcdefghijklmno",
"AppClientId": "0123456789abcdefghijklmnop",
"PoolId": "us-west-2_qRsTuVwXy",
"Region": "us-west-2"
}
}
}
And also:
let cognitoIdentityUserPoolRegion = AWSRegionType.USWest2
let cognitoIdentityUserPoolId = "us-west-2_qRsTuVwXy"
let cognitoIdentityUserPoolAppClientId = "0123456789abcdefghijklmnop"
let cognitoIdentityUserPoolAppClientSecret = "abcdefghijklmnopqrstuvwxyz0123456789abcdefghijklmno"
let cognitoIdentityPoolId = "us-west-2:01234567-89ab-cdef-0123-456789abcdef"
Closing due to no response. Seems to be an issue with app signing + a specific ios version.
I have followed the instructions to replace some source files with customized values. When I clicked the "Connect as Viewer" button, it crashed.
Version: 8e1aa7ca613b28feb8550e4b90fbf7e4bb551f03
Full log: