ios 使用deeplink pushtranscation 没反应 ethereum系列的

location.href = tpoutside://pull.activity?param={ "txData": "{\"from\":\"0xace554134586c3f953dab1f8729697e7065d0b40\",\"gasPrice\":\"0x6c088e200\",\"gas\":\"0xea60\",\"chainId\":\"1\",\"to\":\"0x1d1e7fb353be75669c53c18ded2abcb8c4793d80\",\"data\":\"0xa9059cbb000000000000000000000000171a0b081493722a5f22ebe6f0c4adf5fde49bd8000000000000000000000000000000000000000000000000000000000012c4b0\"}", "action": "pushTransaction", "actionId": "web-db4c5466-1a03-438c-90c9-125ea5", "blockchains": [{ "chainId": "56", "network": "ethereum" }], "callbackUrl": "http:\/\/115.205.0.178:9011\/taaBizApi\/taaInitData", "dappIcon": "https://eosknights.io/img/icon.png", "dappName": "Test demo", "protocol": "TokenPocket", "version": "2.0" }

你这个数据有问题,怎么txData里,chainId=1,但blockchains里,chainId=56 ?

我全都改成 chainId=56 了,也没效果,你们没有用ios自己试试的吗

关键是安卓可以正常唤起TP 弹出交易详情

有没有历史版本的TP钱包提供下载,需要做测试

可以麻烦您提供一份 ios 正常唤起TP pushtrasncation 的代码吗,万分感谢

Android 和 iOS 数据结构是一样的,你发一下测试链接,我们看下

http://www.vchan.cc/test/deeplink-test.html

输入自己的钱包地址以后,安卓可以正常拉起转账页面,ios的提示 钱包未导入

tron 链 也是这样的,ios 无法使用,安卓的可以正常 拉起转账

你们是什么情况哦,ios和安卓 是分开的吗,

说话呀,怎么不吱声了

估计有bug,我们先排查一下

iOS要求txData必须是json,不支持字符串。你都用json呗