- App跳转小程序每次都二次跳转,已检查universalLink配置没问题?
WXApi版本1.8.7.1 微信开放平台AppID:wx2dc5c9ef212722e9 universalLink:https://api.qhj-td.com/ apple-app-site-association文件能正常下载。 现在是App跳转小程序能跳过去,但每次都是显示“正在连接”,然后二次跳转;检查了了一下universalLink配置没问题;但是浏览器输入对应域名打不开App,而且下面的代理方法没走: [图片] 什么原因?
2020-11-24 - iOS 跳转小程序 WXLaunchMiniProgramReq 崩溃?
ios 跳转小程序时, WXLaunchMiniProgramReq *launchMiniProgramReq = [WXLaunchMiniProgramReq object]; launchMiniProgramReq.userName = @"xx"; //拉起的小程序的username launchMiniProgramReq.path = @"page/index/index?scene=xx";//拉起小程序页面的可带参路径,不填默认拉起小程序首页,对于小游戏,可以只传入 query 部分,来实现传参效果,如:传入 "?foo=bar"。 launchMiniProgramReq.miniProgramType= WXMiniProgramTypeRelease; //拉起小程序的类型 [WXApi sendReq:launchMiniProgramReq]; 直接崩溃,报错: [Bugly] Trapped uncaught exception 'NSInvalidArgumentException', reason: '-[WXLaunchMiniProgramReq setMiniProgramType:]: unrecognized selector sent to instance 0x281779a40' 这是什么鬼?
2019-09-11