iOS-tidevice 给app传参数

tidevice给app传参数

tidevice launch bundleid [param]

对应的python代码

Device(lancet_id).app_start(package_name, [lancet_id])

tidevice启动根据udid

tidevice -u  udid launch bundleid

对应的python代码

pid = Device("udid").app_start("com.example.demo")

你可能感兴趣的:(iOS-tidevice 给app传参数)