I'm currently configuring authentication for my Android mobile app. However, when I try to proceed with Google sign-in, it seems to be using the callback URL of the App Web Client instead of the native app's URL. From my understanding, the app client pool should be dedicated to the mobile app. Despite setting up the deep link and verifying its functionality, the issue remains: AWS Cognito appears to be returning the callback URL of the App Web Client rather than the desired URL scheme of the app cleint .
Testing environment: Android Studio Device Emulator
Framework: Angular & Ionic
Deep link set up: https://capacitorjs.com/docs/apis/app - DONE & WORKING