appcelerator - Titanium Mobile: execute code loaded from network -
i'm writing mobile apps of appcelerator's titanium mobile.
i need load javascript code (business logic) our server , execute on device. dynamically injecting code titanium mobile app. additional note: code needs call few titanium's methods.
can done?
thanks, peter
yes can done. can't put application in app store it's against terms of service download code remotely , execute it.
there examples in kitchen sink on downloading file remotely , saving it. file can .js file, , can included or referenced when app loads. can have json, functions, whatever in it.
i'm doing in app right moving json objects around, should able run code too.
Comments
Post a Comment