On the Shopify App (latest v) on iOS 18.2, the Admin UI app block is available on draft orders and abandoned checkouts. The app blocks don’t appear to be available where they would be most useful: on order detail and product detail screens.
Haven’t been able to find documentation on this anywhere. Anyone have insight / info?
I was not even thinking of checking the mobile app, to be honest. But you’re right; I have an Admin UI extension using the product.details.action.render target - and yes, it’s not available on the mobile app.
Just noticed that some actions do show up under the “…” menu on order details. They show under the “App actions” menu. We’re using the admin.order-details.action.render target but we’re not showing up in that list. Maybe it’s using the admin.order-index.action.render target instead?
On the Draft Orders detail screen, apps show under the “More actions” list, which seems to be using the expected admin.draft-order-details.action.render target
Just had an user point out that my print extension targeting admin.order-details.print-action.render does not appear either. api_version = "2024-10" and latest Shopify App as well