Skip to content

This is a bash script for install app into many iphones.

Notifications You must be signed in to change notification settings

jhonny-me/install_on_iOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

description

This is a bash script for install app into many iphones and android phones.

dependency

usage

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.

install

./ios install appname.ipa
./and install appname.apk

uninstall

./ios uninstall <yourapp's Identifier>
./and uninstall <yourapp's Identifier>