alibaba/tidevice

如何像Android一样使用schema url唤醒app

Ouverte

#318 ouverte le 9 mai 2023

 (0 commentaire) (1 réaction) (0 personne assignée)Python (475 forks)github user discovery
help wanted

Métriques du dépôt

Stars
 (2 604 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

Android可以使用schema url唤醒app,使用adb执行下面命令就可以完成操作

adb shell am start -a android.intent.action.VIEW -d "schema url"

IOS也可以使用schema url唤醒app,应该使用tidevice的哪些指令?文档中只有通过bundleID启动app,并没有schema url的方式。

Guide contributeur