You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The app rely on html content for "editorial" content. Initially we provide a bundle included in the app. The app unpack the bundle on external storage and depending on the section of the app we point a webview on the content.
The synch process to grab the new bundle rely on a REST service that show the what is the most recent version. If the version is different from the local version the app should download the bundle (could be kind to ask user if it's ok to download the bundle using 3G)
Once the file is downloaded, the part to unpack the bundle is already done.
The text was updated successfully, but these errors were encountered:
The app rely on html content for "editorial" content. Initially we provide a bundle included in the app. The app unpack the bundle on external storage and depending on the section of the app we point a webview on the content.
The synch process to grab the new bundle rely on a REST service that show the what is the most recent version. If the version is different from the local version the app should download the bundle (could be kind to ask user if it's ok to download the bundle using 3G)
Once the file is downloaded, the part to unpack the bundle is already done.
The text was updated successfully, but these errors were encountered: