- 苹果手机短信链接跳转小程序?
公司后台发送了一条带有小程序链接的短信到手机,苹果手机接受到短信后,带开链接,跳转到公司对应的APP端,没有跳转到公司的微信小程序。 如果删除手机里的APP,再次点击短信的链接,可以跳转到对应的小程序端。 请问如何优先,手机接收短信跳转到对应的小程序端。
2023-10-12 - iOS微信支付接入多个商户appid,支付成功回调问题?
目前项目中集成了新版的opensdk1.9.2带支付功能。需求需要支付对接多个商户appid。目前支付成功,停留在微信界面。回调方法- (BOOL)application:(UIApplication *)application openURL:(NSURL *)url 不执行 PayReq*req = [[PayReqalloc]init]; //由用户微信号和AppID组成的唯一标识,用于校验微信用户 req.openID = _appid; 当前的appid对应接口返回的不同商户appid。 支付成功没有回调。 [图片] 在info中单独配置每个商户的appid,支付成功后,返回当前的app,可以访问- (BOOL)application:(UIApplication *)application openURL:(NSURL *)url方法。 如果要对接100个商户appid,当前的info配置是不是要配置100个商户?如何动态配置urlSchemes。 或者说,是不是可以用当前app对应的单独appID进行配置urlSchemes进行跳转。 借鉴了下面的链接做法,还是没有实现想要的功能 https://www.jianshu.com/p/d0d8afc6a685
2021-11-16 - 更换测试服务器后iOS点击微信分享跳转两次问题
问题描述:在公司测试服务器A中点击微信分享正常,更换服务器B后点击微信分享跳转微信两次,多次分享还是跳转两次,A服务器一直正常。 主要报错:wxlog:Error:universal link check enable but contextId is error., contextID:c43c83999f64aab47005975410b58e174b712c6e 错误日志: WeChatSDK: wxlog:set property list WeChatSDK: change into print log by other block 0, 1, check passed, 1, 1, check passed, 2, 1, check passed, 微信文字分享log : wxlog:set property list 3, 1, check passed, PBItemCollectionServicer connection disconnected. PBItemCollectionServicer connection disconnected. 微信文字分享log : wxlog:launch app with ul only success 微信文字分享log : wxlog:launch app with universal link, ret:1 微信文字分享log : wxlog:req:<SendMessageToWXReq: 0x282e19ac0>, cid:c43c83999f64aab47005975410b58e174b712c6e PBItemCollectionServicer connection disconnected. 微信文字分享log : wxlog:launch app with ul only success 4, 1, check passed, 微信文字分享log : wxlog:Successfully starting WeChat with the universal link. Can't end BackgroundTask: no background task exists with identifier 2 (0x2), or it may have already been ended. Break in UIApplicationEndBackgroundTaskError() to debug wxlog:Error:universal link check enable but contextId is error., contextID:c43c83999f64aab47005975410b58e174b712c6e wxlog:handle resend context req by scheme wxlog:clear context wxlog:context req:<SendMessageToWXReq: 0x282e19ac0>
2020-07-10