今天给手机充值,支付宝付款,结果跳转到...

今天在联通营业厅App,给手机缴费.点击支付宝付款,然后跳转的居然是 恋爱侦探...

今天给手机充值,支付宝付款,结果跳转到..._第1张图片
恋爱侦探图.jpg

今天给手机充值,支付宝付款,结果跳转到..._第2张图片
WechatIMG7725.jpeg

然后下载了一个他的IPA文件.打开info.plist看了一眼.果然...




  
    DTCompiler
    com.apple.compilers.llvm.appstoremjb
    UIRequiredDeviceCapabilities
    
      accelerometer
      
      arm64
      
      opengles-1
      
    
    CFBundleInfoDictionaryVersion
    6.0
    UIRequiresFullScreen
    
    DTPlatformVersion
    12.4
    CFBundleName
    恋爱侦探
    DTSDKName
    iphoneos12.4
    CFBundleIcons
    
      CFBundlePrimaryIcon
      
        CFBundleIconFiles
        
          AppIcon60x60
        
        CFBundleIconName
        AppIcon
      
    
    CFBundleDisplayName
    恋爱侦探
    LSRequiresIPhoneOS
    
    DTSDKBuild
    16G73
    CFBundleShortVersionString
    1.0.3
    CFBundleSupportedPlatforms
    
      iPhoneOS
    
    UISupportedInterfaceOrientations
    
      UIInterfaceOrientationPortrait
    
    BuildMachineOSBuild
    18G103
    DTPlatformBuild
    16G73
    CFBundlePackageType
    APPL
    DTXcodeBuild
    10G8
    CFBundleDevelopmentRegion
    zh_CN
    MinimumOSVersion
    11.0
    CFBundleVersion
    1031
    UIPrerenderedIcon
    
    UIStatusBarHidden
    
    UIDeviceFamily
    
      1
    
    UILaunchStoryboardName
    LaunchScreen
    CFBundleIdentifier
    com.mk.lazt
    DTXcode
    1030
    CFBundleExecutable
    恋爱侦探
    NSAppTransportSecurity
    
      NSAllowsArbitraryLoads
      
    
    CFBundleIcons~ipad
    
      CFBundlePrimaryIcon
      
        CFBundleIconFiles
        
          AppIcon60x60
          AppIcon76x76
        
        CFBundleIconName
        AppIcon
      
    
    CFBundleSignature
    ????
    DTPlatformName
    iphoneos
    CFBundleURLTypes
    
      
        CFBundleTypeRole
        Editor
        CFBundleURLName
        
        CFBundleURLSchemes
        
          prefs
          wechatt
          weixinn
          sinaweibohd
          sinaweibo
          sinaweibosso
          weibosdk
          weibosdk2.5
          mqqapi
          mqq
          mqqOpensdkSSoLogin
          mqqconnect
          mqqopensdkdataline
          mqqopensdkgrouptribeshare
          mqqopensdkfriend
          mqqopensdkapi
          mqqopensdkapiV2
          mqqopensdkapiV3
          mqzoneopensdk
          wtloginmqq
          wtloginmqq2
          mqqwpa
          mqzone
          mqzonev2
          mqzoneshare
          wtloginqzone
          mqzonewx
          mqzoneopensdkapiV2
          mqzoneopensdkapi19
          mqzoneopensdkapi
          mqzoneopensdk
          alipay              // I'm here
          alipayshare
        
      
      
        CFBundleTypeRole
        Editor
        CFBundleURLName
        weixin
        CFBundleURLSchemes
        
          wxc3e75d661cea769b
        
      
      
        CFBundleTypeRole
        Editor
        CFBundleURLName
        tencent
        CFBundleURLSchemes
        
          tencent101641910
        
      
    
    DTAppStoreToolsBuild
    11C29
  

然后我就纳闷了...你写了这么多个scheme干什么?
我也写了个App,用了Alipay的scheme,尝试拦截了一下
拦截到的scheme如下

alipay://alipayclient/?{
  "fromAppUrlScheme" %3A "chinaunicom"%2C
  "requestType" %3A "SafePay"%2C
  "dataString" %3A "_input_charset%3D\"utf-8\"%26body%3D\"为01017交费20.00元\....... }

一般来说,拿到这些东西也没啥用,大概抓了一下跳转之后的恋爱侦探


今天给手机充值,支付宝付款,结果跳转到..._第3张图片
9AB5AB71-DA06-4596-BB73-236D0771DDE1.png

基本都是些广告SDK的请求.不知道他们拦截了Alipay要干啥...时间有限,懒得去反编译了...

只能假设,他们是想提高自己的日活以及留存...真是厉害

最后,建议有条件的使用Universal Links

你可能感兴趣的:(今天给手机充值,支付宝付款,结果跳转到...)