Ilanthirayan Paramanathan

Results 24 comments of Ilanthirayan Paramanathan

@aldoKelvianto but when print enable Strict mode I am getting warning `StrictMode policy violation; ~duration=58 ms: android.os.StrictMode$StrictModeDiskReadViolation: policy=65543 violation=2` And I did the print the name of the thread: `Log.d("TAG",...

@AlexBenny, Thanks for your reply and Please update when this fix added to the release so we can update our mobile SDKs respectively.

Add this to your showcase view object `showcaseView.forceTextPosition(ShowcaseView.ABOVE_SHOWCASE);`

But We could not find a way to add the `okHttp4Engine` in the android location library to enforce the OkHttp Engine. Could you please guide us where we can find...

In our case we are using AWS Location auth library as well. ``` dependencies { implementation ("software.amazon.location:auth:$AUTH_VERSION") implementation("aws.sdk.kotlin:location:$SDK_VERSION") // and any other AWS SDK clients... implementation("aws.smithy.kotlin:http-client-engine-okhttp4:$SMITHY_KOTLIN_VERSION") // depend on OkHttp4Engine...

Any update on forcing the `OkHttp4Engine`, `LocationClient` with Cognito Pool ID authorisation ?

Thanks @lauzadis for the info. But still we are stuck with the following error: `at aws.sdk.kotlin.services.cognitoidentity.endpoints.internal.PartitionsKt.(Partitions.kt:18)` Hopefully when https://github.com/awslabs/aws-sdk-kotlin/pull/1415 get merge we should be able to upgrade `aws.sdk.kotlin:location` to the...

I greatly appreciate your prompt assistance in resolving this issue, as it will allow us to address the user crashes in our production app.

After enforcing the OkHttpEngine, I am getting the following error with `aws.sdk.kotlin:location:1.2.38`. 🤔 ``` Failed resolution of: Lokhttp3/coroutines/ExecuteAsyncKt; java.lang.NoClassDefFoundError: Failed resolution of: Lokhttp3/coroutines/ExecuteAsyncKt; at aws.smithy.kotlin.runtime.http.engine.okhttp.OkHttpEngine.roundTrip(OkHttpEngine.kt:56) at aws.smithy.kotlin.runtime.http.engine.internal.ManagedHttpClientEngine.roundTrip(Unknown Source:4) at aws.smithy.kotlin.runtime.http.SdkHttpClient$executeWithCallContext$2.invokeSuspend(SdkHttpClient.kt:44)...

``` implementation - Implementation only dependencies for 'main' sources. (n) +--- project ui (n) +--- aws.sdk.kotlin:location:1.2.38 (n) +--- software.amazon.location:auth:0.2.5 (n) +--- aws.smithy.kotlin:http-client-engine-okhttp4:1.3.12 (n) +--- javax.annotation:javax.annotation-api:1.3.2 (n) +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.20 (n) +---...