Jithin Roy

Results 122 comments of Jithin Roy

To help you debug further will you be able to provide us with the verbose logs when the issue is happening. Also please update the code with the latest SDK...

Marking this as a duplicate to https://github.com/aws-amplify/aws-sdk-ios/issues/1937 . We will update the related ticket when we get more information.

Thank you for raising the PR to fix the issue, we will review this and get back to you if we need more info.

Please provide the following information to help us debug the issue better: --- **Describe the bug** A clear and concise description of what the bug is. Please be as detailed...

Can you please try with the latest version of aws-sdk-ios, we had made a few fixes related to getTokens call. From the crash log it doesnot seems like you are...

We made a fix in [2.28.0](https://github.com/aws-amplify/aws-sdk-ios/releases/tag/2.28.0) to make the hashtable used in `getToken` to avoid the crash [PR](https://github.com/aws-amplify/aws-sdk-ios/pull/4290). Could you try with this version and see if that resolves the...

Does your schema has an attribute of type "NULL", looks like this is not supported in `AWSDynamoDBObjectMapper`. It could be helpful for us if you can provide a sample dynamodb...

AWSDynamoDBObjectMapper in the aws-sdk-ios does not support Null as per these comments - https://github.com/aws-amplify/aws-sdk-ios/blob/ca7d8a242a5c0e3242d11fdb3783685666408bb3/AWSDynamoDB/AWSDynamoDBObjectMapper.m#L140 , marking this as feature request.

I was able to reproduce this locally in simulator and real device using a sample app. After waiting a while the control comes back to the NSURLSession delegate: - `(void)URLSession:(NSURLSession...

Added a PR to update the document. https://github.com/aws-amplify/docs/pull/3591 We will track this as a feature request to support complete pause / resume.