iphone - Is it possible to create a IOS app that can download plugins and extension later? -


we have ios app provides platform many similar games. when install app. app contains binaries of x number of games.

now having size issue. wanted know possible create ios app can installed , after per user selection can download games binaries separately , run. app can download games plugins or extensions.

i work on game side part dont know ios apps. far understanding -> when create ios executable while compiling should have code present (app + games run).

it not possible download native executable , run -- not capability provided app extensions.

one loophole might consider: permissible download , run javascript, or else runs in uiwebview or wkwebview, both sandboxed ios app's process, , have access opengles 2.0 in form of webgl. there apps have been accepted in app store can run code in interpreted languages python.


Popular posts from this blog

Apache NiFi ExecuteScript: Groovy script to replace Json values via a mapping file -

node.js - How do I prevent MongoDB replica set from querying the primary? -

python 3.x - PyQt5 - Signal : pyqtSignal no method connect -