Skip to content

更新25.12.2后,手机google play app更新失败 #5379

@iciness

Description

@iciness

服务端更新到25.12.2后,手机上google play app更新失败,现象就是进度条长时间卡住(不一定是0%,有时候会下载一些量),然后提示更新失败。
服务端退回到25.10.25后,再尝试更新app就恢复正常

服务端配置

{
      "listen": "0.0.0.0",
      "port": 443,
      "protocol": "vless",
      "settings": {
        "clients": [
          {
            "id": "****************************",
            "level": 0,
            "email": "vr@vr",
            "flow": "xtls-rprx-vision"
          }
        ],
        "decryption": "none",
        "fallbacks": [
          {
            "dest": "/dev/shm/xhttp_client_upload.sock",
            "xver": 0
          }
        ]
      },
      "streamSettings": {
        "network": "raw",
        "security": "reality",
        "realitySettings": {
          "show": false,
          "target": "/dev/shm/nginx.sock",
          "xver": 0,
          "serverNames": ["xxxx.com"],
          "privateKey": "****************************",
          "shortIds": ["2000"]
        },
        "sockopt": {
          "tcpcongestion": "bbr",
          "tcpMptcp": true,
          "tcpNoDelay": true
        }
      },
      "tag": "VISION+REALITY",
      "sniffing": {
        "enabled": true,
        "destOverride": ["http", "tls", "quic"],
        "metadataOnly": false,
        "routeOnly": true
      }
    }

客户端是ClashMetaForAndroid2.11.20
手机是鸿蒙4.3,Google环境是2种,一种是microG还有一种是gBox中的原生gms,2个环境都试过
客户端配置

- name: "xray"
    type: vless
    server: xxxxxx.com
    port: 443
    uuid: ****************************
    network: tcp
    tls: true
    udp: true
    flow: xtls-rprx-vision
    packet-encoding: xudp
    servername: xxxxxxx.com
    reality-opts:
      public-key: ****************************
      short-id: "2000"
    client-fingerprint: chrome

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions