rvictl -s iphone的UDID
开启手机与Mac的虚拟接口,这样就可以使用wireshark 抓包手机数据
rvictl Options:
-l, -L List currently active devices
-s, -S Start a device or set of devices
-x, -X Stop a device or set of devices
添加权限给 wireshark
sudo chgrp admin /dev/bpf*
sudo chmod g+rw /dev/bpf*
检查是否应用内使用了广告标识符
grep -r advertisingIdentifier .
网友评论