Hello , I have developed an screen for ipad ,Now i want to upload this project into our server which is in amazon ec2.Generally wen i used to create projects in eclipse i used to convert it into war file.For titanium projects what should i do
Your help would be appreciated Nupur.
1 Answer
Hello Nupur,
Contrary to web applications, mobile applications are deployed on the device itself. Therefore avoiding the need to deploy on a remote server.
Unless of course, you have developed a Mobile Web application. If that is the case, simply copy the whole directory in your web server. (since the mobile application is just html, css and js files anyway)
Hope this clears it a little more for you.
Your Answer
Think you can help? Login to answer this question!