Hey guys!
I’m currently building an App that lets users define their own function logic via a built-in code editor.
Now, after I worked on this for several days/weeks, I came across this limitation:
*The Shopify App Store doesn’t permit apps that provide dynamic editing and execution of function code.
*
That is a bummer *
*
What I am wondering is that there are apps like Supeasy that have a built-in code editor that lets you define your own logic.
So what exactly am I missing here? Is it allowed? Or under specific circumstances? Or were they just lucky because it was pre-limitation?
Thank you!
1 Like
Hey @Bosidev
As you found, this is a documented policy. I’ve passed your feedback along internally as a feature request. 
Thank you!
I mean I get the idea, that users should not be able to put random code into functions, but I saw an App that was doing this, so I was just wondering why they have that privilege (screenshot attached above)
Yeah, it’s hard to say exactly what that app is doing there and how it works behind the scenes. It might be worth reaching out to their dev team and see if they can share some insight from their perspective.
As a general rule though, it’s always recommended to stick to the documented supported processes to ensure not just a quality app review, but reliability if things change down the line.
Makes sense! Thank you 
I already changed it to a rule based approach to make sure everything goes fine with the process.