This is a bash script for install app into many iphones and android phones.
Put ios file and your app in the same folder for install ipa to ihpone.
Put and file and your app in the same folder for install apk to android phone.
./ios install appname.ipa
./and install appname.apk
./ios uninstall <yourapp's Identifier>
./and uninstall <yourapp's Identifier>