How can i call the checkout page for logged in user in my android application

Hello, I’m currently developing a Shopify-based Android application using the Storefront API. I’ve attempted to use the checkoutCustomerAssociateV2 mutation to direct a logged-in user to the checkout page, but the customer’s data, such as their name, address and other details, isn’t automatically filling in as expected. How can I achieve this?

I am facing the same problem, did you found any solution for this?