V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
xcjzv
V2EX  ›  问与答

[iOS 虚拟定位打卡] 使用 iOS14 系统进行虚拟定位打卡,是否可以躲过 isSimulatedBySoftware 和 isProducedByAccessory 的判断,从而实现无懈可击?

  •  
  •   xcjzv · 2022-09-25 23:49:19 +08:00 · 1909 次点击
    这是一个创建于 576 天前的主题,其中的信息可能已经有所发展或是发生改变。
    众所周知,iOS 可以用爱思助手修改全局定位,或者买 GPS 尾插虚拟定位。

    但也逐渐众所周知,iOS15 iOS16 都存在两个接口,其中 isSimulatedBySoftware 可以判断爱思软件改的虚拟定位,isProducedByAccessory 可以判断尾插 GPS 。
    [ isSimulatedBySoftware ] Core Location sets isSimulatedBySoftware to true if the system generated the location using on-device software simulation. You can simulate locations by loading GPX files using the Xcode debugger. The default value is false.

    [ isProducedByAccessory ] Core Location sets isProducedByAccessory to true if the system retrieved the location from an external accessory attached to the device, such as a Made for iPhone GPS dongle or CarPlay. Otherwise, the default value is false.

    但我注意到,这两个接口都是 iOS15 启用的。那么对 iOS 14 系统进行修改定位或使用尾插 GPS ,是否不会被软件识别到任何异常?
    6 条回复    2022-09-26 19:59:38 +08:00
    magic3584
        1
    magic3584  
       2022-09-26 11:32:52 +08:00
    写个程序测试下。。。
    GeT1t
        2
    GeT1t  
       2022-09-26 11:44:37 +08:00
    实测 isSimulatedBySoftware 就算在 iOS 15 上面爱思助手也是检测不到。isProducedByAccessory 这个没测过
    GeT1t
        3
    GeT1t  
       2022-09-26 11:47:12 +08:00
    有一个检测方式,是通过模拟出来的定位没有海拔高度特征识别
    xcjzv
        4
    xcjzv  
    OP
       2022-09-26 11:48:05 +08:00 via iPhone
    另外一个贴中看到钉钉 5 月更新版已经加入了 isSimulatedBySoftware 的判断,会提示异常。此外我有一个银行 app (开通一些功能会强制判断是否在本地),用爱思修改后,也提示定位异常不允许操作
    @GeT1t
    xcjzv
        5
    xcjzv  
    OP
       2022-09-26 11:49:51 +08:00 via iPhone
    @GeT1t 这个如果爱思不能解决,其他虚拟定位软件可以实现吗?如 anygo 可以模拟海拔吗
    GeT1t
        6
    GeT1t  
       2022-09-26 19:59:38 +08:00
    钉钉判断的就是海拔
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   989 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 21:08 · PVG 05:08 · LAX 14:08 · JFK 17:08
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.