iOS Simulator not sending userToken to backend in Shop Minis

Hi Shopify Devs,

I’m building a Shop Mini and using userTokenVerify on my backend.

  • On Chrome, I can send a mock token "user-token-123" to my backend, but it returns Unauthorized (expected).

  • On iOS Simulator, running the Mini inside the Shop app, I don’t see any request sent to my backend, and the token isn’t available.

Questions:

  1. Does the Mini on iOS Simulator not automatically send the user token to a backend?

  2. How can I get the real user token from the Mini in Simulator for verification?

  3. Is there a specific step or trigger needed to generate/send the token?

Thanks for any guidance or example flows!

Do you have the right scopes? Please check the docs

https://community.shopify.dev/t/shop-mini-token/25688/2 check this post