- iOS 微信无法分享?
wx.log wxlog:send req[<SendMessageToWXReq: 0x14dd5a8c0>], appID:wxeb3a1e55313e663d, universalLink:https://m.ehaier.com/, sdkVersion:1.8.7.1 wx.log wxlog:set property list wx.log wxlog:Error:fail to load Keychain status:-25300, keyData null:1 wx.log wxlog:token[(null)] is null wx.log wxlog:Error:launch app with ul only fail, url:https://help.wechat.com/app/wxeb3a1e55313e663d/sendreq/?wechat_auth_context_id=309ea7956a6e151c2574707949393bcd2bb3334d&wechat_app_bundleId=com.ehaier.zgq.shop.mall wx.log wxlog:Error:lauch app fail and need degrade, url:https://help.wechat.com/app/wxeb3a1e55313e663d/sendreq/?wechat_auth_context_id=309ea7956a6e151c2574707949393bcd2bb3334d&wechat_app_bundleId=com.ehaier.zgq.shop.mall, schemeURL:weixin://app/wxeb3a1e55313e663d/sendreq/?wechat_app_bundleId=com.ehaier.zgq.shop.mall&wechat_degrade_launch_by_scheme=1 wx.log wxlog:Error:launch app fail, isUlLaunch:0, url:weixin://app/wxeb3a1e55313e663d/sendreq/?wechat_app_bundleId=com.ehaier.zgq.shop.mall&wechat_degrade_launch_by_scheme=1 wx.log wxlog:degrade launch app ret:0, with url:weixin://app/wxeb3a1e55313e663d/sendreq/?wechat_app_bundleId=com.ehaier.zgq.shop.mall&wechat_degrade_launch_by_scheme=1
09-17 - 微信 iOS SDK check 失败,应该如何正确配置?
注册成功,添加了 appdelegate 里的回调,添加了 Associated Domains, 配置好了 aasa 文件。还是无法正常通过check wxlog [WXApi.m]+[WXApi registerApp:universalLink:]WXLog:using sdk:xcframework-iphone-arm64 wechat registerApp true wechat WXULCheckStep(rawValue: 0) WXCheckULStepResult[success: 1, errorInfo: check passed, suggestion: ] wechat WXULCheckStep(rawValue: 1) WXCheckULStepResult[success: 1, errorInfo: check passed, suggestion: ] wechat WXULCheckStep(rawValue: 2) WXCheckULStepResult[success: 1, errorInfo: check passed, suggestion: ] wxlog [AppCommunicate.m]+[AppCommunicate setPropertyList:forAppID:canReadPasteBoard:]WXLog:set property list wechat WXULCheckStep(rawValue: 3) WXCheckULStepResult[success: 1, errorInfo: check passed, suggestion: ] wxlog [WXApi.m]+[WXApi launchApplicationWithUrl:completion:]_block_invokeWXLog:launch app with ul only success wechat WXULCheckStep(rawValue: 4) WXCheckULStepResult[success: 1, errorInfo: check passed, suggestion: ] wxlog [WXApi.m]+[WXApi checkUniversalLinkReady:]_block_invokeWXLog:Successfully starting WeChat with the universal link.
09-16 - iOS 微信 SDK 接入问题
check 的过程中,报错 url scheme ,跳转白名单,appkey, universalLink 都是可以的 https://m.ehaier.com/apple-app-site-association wxlog [WXApi.m]+[WXApi registerApp:universalLink:]WXLog:using sdk:xcframework-iphone-arm64 wechat registerApp true wechat WXULCheckStep(rawValue: 0) WXCheckULStepResult[success: 1, errorInfo: check passed, suggestion: ] wechat WXULCheckStep(rawValue: 1) WXCheckULStepResult[success: 1, errorInfo: check passed, suggestion: ] wechat WXULCheckStep(rawValue: 2) WXCheckULStepResult[success: 1, errorInfo: check passed, suggestion: ] wxlog [AppCommunicate.m]+[AppCommunicate setPropertyList:forAppID:canReadPasteBoard:]WXLog:set property list wechat WXULCheckStep(rawValue: 3) WXCheckULStepResult[success: 1, errorInfo: check passed, suggestion: ] wxlog [WXApi.m]+[WXApi launchApplicationWithUrl:completion:]_block_invokeWXLog:launch app with ul only success wechat WXULCheckStep(rawValue: 4) WXCheckULStepResult[success: 1, errorInfo: check passed, suggestion: ] wxlog [WXApi.m]+[WXApi checkUniversalLinkReady:]_block_invokeWXLog:Successfully starting WeChat with the universal link. wxlog [WXApi+HandleOpenUrl.m]+[WXApi(HandleOpenUrl) handleOpenUniversalLinkCheck:]WXLog:Error:universal link check enable but contextId is error., contextID:(null) wxlog [WXApi.m]+[WXApi handleOpenURL:delegate:]WXLog:parse data in url success wxlog [WXApi.m]+[WXApi internalHandleOpenUrlWithAppData:delegate:]WXLog:command:2020
09-16 - iOS 微信支付 第一次 universal link 不通过,第二次就可以
也配置了 aasa 文件 [图片]
09-15