Swift - Run Code Stored Online

142 views Asked by At

I know this is probably a long shot but I wanted to know if there is any relatively easy way to run swift code which is stored on a server or hosted somewhere other than the application bundle. I would like to be able to change single lines of code without having to publish an update to the app.

If anyone could help or has a work around then that would be great.

Thanks

1

There are 1 answers

4
Duncan C On

No it's both not possible (there is no compiler on an iOS device) and not allowed (downloading code is expressly forbidden by Apple's app store guidelines.)

So you both cannot and may not do this.