收藏
回答

iOS18 app唤起微信客服对话,为什么每次都需要验证?分享或者iOS18以下并无此问题

AppID
wx15fa36061af95aa2

基本信息:iOS18以上、xcode15.3、微信sdk 2.0.4

在客户端同过以下方法唤起微信时,每次都需要重新验证,希望可以解决。

    WXOpenCustomerServiceReq *req = [[WXOpenCustomerServiceReq alloc] init];

    req.corpid = corpid;      //企业ID

    req.url = url; //客服URL

[WXApi sendReq:req completion:nil];


回答关注问题邀请回答
收藏
登录 后发表内容