meavydev

Results 9 issues of meavydev

**Describe the bug** This is with an updated AWS AuthToken, which is reporting an expiry time an hour away: `07-08 14:00:19.428 18549 22126 D Utils$Companion: Updating AWS AuthToken for Kinesis...

bug
kinesis

We use multiple login methods, so have a screen with AWS login and our legacy login buttons. The AWS login uses Hosted UI to display the login web page, but...

bug
cognito

**Describe the bug** Rather than the ACE exception, it looks like the internal code is failing with a null pointer: `05-24 16:33:50.234 12079 7514 E AndroidRuntime: java.lang.NullPointerException 05-24 16:33:50.234 12079...

bug
kinesis
requires-service-team-response

Re-opening an issue that got auto-closed and still happens with 2.53.0 Don't try and distract with irrelevant comments about Amplify, which doesn't let us set file upload permissions and has...

We get this random crash from an IdlingResource called from a Kotlin Instrumented Test: java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.NullPointerException: Attempt to read from field 'int androidx.test.espresso.base.UiControllerImpl$MainThreadInterrogation.execCount' on a null object reference at...

When we add your library from Maven (0.4.23) to our SDK it pulls in both Apache httpclient and httpcore. This results in a duplicate META-INF/DEPENDENCIES resource: Caused by: com.android.builder.merge.DuplicateRelativeFileException: 2...

We build our XCFramework KMP library with isStatic set to true, as it is part of a SDK: val xcf = XCFramework("IlsLibrary") listOf( iosX64(), iosArm64(), iosSimulatorArm64() ).forEach { it.binaries.framework {...

We are building our SDK via xcodebuild archive and we have a dependency on AppAuthCore (but have the same problem with AppAuth if we change the code a bit). When...

bug
triage

I have actually raised this as an issue in the Java SDK, as I am using Kobweb with the API running under a JVM, so it actually calls through to...