Hi everyone,
I have a project that consists on creating an iPad app that has main features but also has plugins.
I don't want to make all the features and then update the application on the AppStore. What I want is basically to make "plugins" server-side and then the app would read those and implement them in the app. (Ex: just how Wordpress works with its plugin feature).
How can I get started to do it? Is it possible to do it in Swift ? I heard it was not possible to "download" code server side. Do you think I should have a "webview" that requests my server to do it? Should I go with a JS based framework to build native apps?
I know there is "in app purchases", but:
- My project doesn't consist on having to pay into the app
- I think in app-purchases have to be coded directly into the app to be used, not what I want then.
Thank you!