minbi
minbi
Hi @paulfthomas , We'll need to look into this. Thanks for the report.
Hi @SGA-ou-enhaku , Thanks for bringing this to our attention. This would be an agreeable improvement to the current behavior. We will look into prioritizing this item. In the meantime,...
Please use [#getStatusCode()](https://github.com/aws-amplify/aws-sdk-android/blob/master/aws-android-sdk-apigateway-core/src/main/java/com/amazonaws/mobileconnectors/apigateway/ApiResponse.java#L81) on the result.
Apologies. If you are looking for a 500 status code, then it should throw an exception as seen [here](https://github.com/aws-amplify/aws-sdk-android/blob/8195815be960a85ead9fb417f235a46253aa1052/aws-android-sdk-apigateway-core/src/main/java/com/amazonaws/mobileconnectors/apigateway/ApiClientHandler.java#L295)
The status code 2xx will not be returned and the SDK will read the contents and marshal the response into the models you defined in the service. All other status...
Hi @warlock-jay , We don't support mixing the `AWSMobileClient` usage with direct usage of `SignInUI`. To show the UI, please use `AWSMobileClient.showSignIn()` ``` AWSMobileClient.getInstance().showSignIn(MainActivity.this, new Callback() { @Override public void...
1, 2, 3) We don't currently support customization of the signup screen. We will take your request into consideration and post here when we have a solution. 4) The password...
Hi @kuchhadiyaa , In your case you may want to check `App client settings` in the Amazon Cognito console for your User Pool. There are checkbox options in the `Allowed...
We will followup with the service team to see which method calls are appropriate.
Hi @kuchhadiyaa , Currently, specifying custom scopes is only supported via the Oauth client (Cognito Auth SDK) as you have mentioned above. It is not possible to to request custom...