We’ve been trying to get a new sales channel app approved, but have been rejected and provided a list of things to address. One of these things are:
Apps must not launch Full-screen mode immediately after a user navigates to an app and must wait for user interaction. You may not launch Full-screen mode from the app nav menu. There is no option to full screen the page but the page automatically redirects on a full screen mode. See this screencast for more details.
The screencast shows the tester click the “manage availability” link on our “publishing component”, as documented here: https://shopify.dev/docs/apps/channels/getting-started/publish-products#step-4-manage-errors
Clicking on the link redirects the user to the bulk editor and includes our publication ID to pre-filter the results to be sales channel specific. The bulk editor provided by Shopify opens in a “full-screen” window.
In our efforts to find the answer, we came across the sample Channels UI Github repo provided by Shopify. This clearly indicates a redirect to the bulk editor, exactly as we have done.
How do we resolve this reason for submission rejection?

