Hello, is it posible create a app mobile from a web page created in CMS with this kind of program and modify the code to can update the mobile app from web page and get that the mobile app works without Internet??
Thanks you!
Hello, is it posible create a app mobile from a web page created in CMS with this kind of program and modify the code to can update the mobile app from web page and get that the mobile app works without Internet??
Thanks you!
That depends on what you mean by updating the app. If you want to build a news type app where you’re getting content (stories, photos, etc.) from the website, yes, it’s quite doable. If you want to provide code that changes the behavior of your app after the fact, like adding new functionality, then no. This is a restriction that Apple puts on apps. Apps should not have functionality added after the fact (too dangerous for people to hack devices).
Firstly ,thanks for answer. My case is the first,I only would like update the content of the web, some movies, pdfs and the own content of the write in the page web,… but all have to be save them in the mobile to see all without Internet
It would take some work. The Business App sample on our GitHub repository:
https://github.com/coronalabs/business-app-sample
Uses an RSS feed to bring story content from a blog and from YouTube into the app. It makes an attempt to cache the information, but if you wanted to download more and keep it available, it can take more programming, but it can be done.
Rob
Absolutely possible. Take a look at the (paid) tutorial series here : http://masteringcoronasdk.com/business-apps-using-corona-sdk-2/
Ok,thanks.I will look for info about it
That depends on what you mean by updating the app. If you want to build a news type app where you’re getting content (stories, photos, etc.) from the website, yes, it’s quite doable. If you want to provide code that changes the behavior of your app after the fact, like adding new functionality, then no. This is a restriction that Apple puts on apps. Apps should not have functionality added after the fact (too dangerous for people to hack devices).
Firstly ,thanks for answer. My case is the first,I only would like update the content of the web, some movies, pdfs and the own content of the write in the page web,… but all have to be save them in the mobile to see all without Internet
It would take some work. The Business App sample on our GitHub repository:
https://github.com/coronalabs/business-app-sample
Uses an RSS feed to bring story content from a blog and from YouTube into the app. It makes an attempt to cache the information, but if you wanted to download more and keep it available, it can take more programming, but it can be done.
Rob
Absolutely possible. Take a look at the (paid) tutorial series here : http://masteringcoronasdk.com/business-apps-using-corona-sdk-2/
Ok,thanks.I will look for info about it