facebook

How to spread the APP directly to the customer?

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #314542 Reply

    appstarter
    Member

    Hello mobione-app-fans,

    what´s the easiest way to spread a ready app to the customer? I don´t find a tutorial or an explanation on your website how to send a new app to all the iPhone users who want to use our app.

    Can i put the app-code to our server and the customer can download it?

    Did they a need connection to the web, if they want to use it more than one time, or is it possible to save it on their iPhones to use it offline?

    Thanks

    #314554 Reply

    support-michael
    Keymaster

    @appstarter – yes host your mobile webapp from your website and provide users a URL to download and instructions for launch and Save to Home Screen. Your mobione app is configured to run offline by default.

    Your webserver must be configured to return the .manifest file with the mime-type: text/cache-manifest. If you are running an apache server use the following config setting:

    AddType text/cache-manifest .manifest

    You can verify that your app is offline-enabled in 2 ways.

    1) Inspect the properties of your main design page in MobiOne. Select the top node in the Design Center Outline. If Property View is not open, select Windows>Properties. You should see a property named “Offline Support” It should be set to “AppCache Support” or “<Default>”. If the value is <Default>, select Windows>Settings>HTML Generation and inspect the Offline Support settings.

    or

    2) Inspect the html code to see if there is a tag similiar to
    <HEAD manifest=”yourappnamehere.manifest”>
    See attachment offline-verify.png
    Wayne
    Genuitec Mobile Team

    Attachments:
    You must be logged in to view attached files.
    #314725 Reply

    appstarter
    Member

    thanks for the tip!

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: How to spread the APP directly to the customer?

You must be logged in to post in the forum log in