How can I create and use extensions for iOS in my project? Or how can I add native code (Swift) to my app?
As far as I found out, at the moment extensions for iOS seem to be not supported by MIT App Inventor due to concerns of possible violations of the AppStore Guidelines. While this might be relevant for the official iOS companion app, I don't think it should be a problem for user developed iOS apps that are distributed via Ad Hoc or the AppStore. So my question is, will it be possible to create and use extensions in this case in the future and when?
In the meantime the only way to extend the functionality of iOS apps seems to be a hack with executing JS in a Webview. Is this correct? Or is there any other way to add a block with native Swift code via the Editor and get it executed?