WXLaunchMiniProgramReq *launchMiniProgramReq = [WXLaunchMiniProgramReq object];
launchMiniProgramReq.userName = @"gh_52e42316fa01";
[WXApi sendReq:launchMiniProgramReq completion:^(BOOL success) {
}];
但是打开失败, 显示appid没有传进去
wxlog:send req[<WXLaunchMiniProgramReq: 0x281bf7200>], appID:(null), universalLink:(null), sdkVersion:1.8.7.1
wxlog:Error:send req fail, no register appID!
请问有人遇上过类似情况吗?
有参考文档自查过吗
https://developers.weixin.qq.com/community/develop/doc/000ecc0680c2d0c22ba90cae051409?_at=1610021523544
https://developers.weixin.qq.com/community/develop/doc/00066a0bc2cc104e9a8beec7a5b000?highLine=Error%253AurlStr
同问。已经调用了[WXApi registerApp:@"xxxx" universalLink:@"xxxxx"];这个方法但是还是跟你同样的提示