Auto Login To Android Webview

We have an Android app that has a webview that hosts our Shopify store.

We automatically create a Shopify account for the user when they signup to our app.

Is there anyway to automatically log in the user to our webview? I have tried creating an access token through the Mobile-Buy-SDK and passing it through the X-Shopify-Customer-Access-Token header in the URL load, but this doesn’t seem to work.

The multipass require store to be shopify plus plan, but we can’t afford it now.

Hi @zhaimingxin

You can pass the login credentials in webview url and write javascript code in theme.

Which will auto fill the input field of login page and fire the login button.