Login / Signup

Beta

Forgot password, click here to reset.
By singing up, you agree to the terms of service and privacy policy.

iOS App Distribution Solution


Fast, Reliable and Simple Solution for Inhouse/Ad-Hoc iOS App Distribution & Update


One Time Installation

  1. Upload your application and get an application installation link.
  2. Open the link on the target device to start installation.

Note: App will only install on permitted devices according to type of your developer account and provisioning profile.


Drop .ipa file here to get started

or

By dropping or choosing a file, you agree to the terms of service and privacy policy.

Install and Update

  1. Sign up, Create an application project to get an App Key & Secret.
  2. Download and Include AppteleUpdateService helper class in your application.
  3. In AppteleUpdateService helper class please change the App Key and Secret.
  4. In your application add the following two lines where you want to check for update.
  5. AppteleUpdateService *updateService = [AppteleUpdateService sharedInstance];

    [updateService checkAndUpdate];

  6. In case there is a new version user will be prompted to install the update.
  7. To release an update just upload the application with new version.

Features

Simple

  • Simple and intuitive user experience, both for you and your application user.
  • Every action is optimized to be completed in minimum no of steps.

Flexible

  • For each update choose if you want to allow the user to postpone the update and for how long.
  • Different mechanisms are used for fresh installation & updates, so you can choose to only block fresh installation.

Secured

  • Communication between your application and AppTele service is done over a secured connection.
  • Each application gets its own api key and secret, which is used to check for and download updates.