My app is currently held up in review because I need to create a theme app extension instead of using a script tag for 2.0 themes.
Some notes:
- My app is a standalone app.
- I’ve added code to my login process to detect a 2.0 theme and not install the script tag.
- I have created a theme-app-extension on my app, included my javascript file in the theme-app-extension asset/ folder, and published it to my development store successfully.
- How do I pass the shop’s permanent domain to my theme app extension javascript asset?
I’ve been working on this for a couple of days now and can’t figure it out. I appreciate any help. Thanks!