anusoft / appsnax

Generate wireless app distribution mainifests for iOS directly from IPA files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

appsnax

Generate wireless Ad Hoc application distribution mainifests directly from IPA files.

Makes it possible for testers to install and upgrade applications directly from Safari on iOS devices without involving iTunes. Wireless app distribution requires iOS 4.0 or higher. Note that appsnax assumes that the IPA files have embedded provision files.

Default you should put your IPA files into the ipas directory.

Notable features:

  • Warns about minimum iOS version and required device model per IPA based on the device used when browsing. Also warns if user is using a version too old to support wireless application distribution.
  • If browsing from a non-iOS device it shows iTunes instructions and link to download IPA and mobileprovision files per application.
  • Extracts icons and mobileprovision file from IPA on the fly.
  • UIPrerenderedIcon aware, skips shine effect on web page and while installing.
  • App icon rounding, shadow and gloss effect in CSS.
  • Scaled images, tries to use @2x app icon first.
  • Does not require a temp directory or write permissions on the web server.

Example usage

iwebkit example image

springboard example image

desktop example image

About

Generate wireless app distribution mainifests for iOS directly from IPA files


Languages

Language:PHP 97.4%Language:CSS 2.6%