How to use Nomanini App Shortcodes
Nomanini App Shortcodes have been created as an easy way to download the latest version, as well as specific versions.
Options
org_key
The org_key parameter can be any one of our configured org keys.
channel
The {channel} parameter is one of the channel options available to app-update. This can be one of: alpha, beta, stable (default).
Basic Usage on Production
- http://nomanini.app/{org_key}
This will give you the latest version on the stable channel for the specified org_key.
- http://nomanini.app/{org_key}/{version_number}
This will give you the exact version number specified in version_number for the specified org_key
- http://nomanini.app/{org_key}/{channel}
This will give you the latest version for the specified channel for the specified org_key.
Examples
https://nomanini.app/nnzar (gives the latest stable app for nnza)
https://nomanini.app/nnzar/1234 (gives version 1234 for nnza)
https://nomanini.app/nnzar/alpha (gives the latest alpha for nnza)
Usage for Development
On development all URLs need to be prefixed with 'dev' e.g. http://dev.nomanini.app/{org_key}
Usage for Mobiwire
On Mobiwire devices' standard browser you have to add the 'http' prefix or it will do a Google search. Note also that 'https' does not work on Mobiwire devices.