Junhong
让支付宝「碰一碰」唤起你指定的第二个支付宝客户端。
在越狱设备上用 Crane 之类的工具多开支付宝之后,贴商户的碰一碰贴纸时,系统始终唤起官方客户端,第二个账号用不上 NFC 付款。
碰一碰贴纸里是一条指向 render.alipay.com 的链接,iOS 按 Universal Link / App Clip 规则投递,而只有官方客户端在该域名下完成过关联声明 —— 多开客户端不在其中,系统不会把链接交给它。
本插件在官方客户端处理这次碰一碰的那一刻接管过来,把付款交给你的多开客户端完成。
打开官方支付宝,贴商户的碰一碰贴纸即可。多开客户端会在后台被唤起,无需提前打开,也不用做任何配置。
冷启动贴纸时,官方客户端会先生效再转交,因此会短暂出现一下。
Redirect Alipay's 碰一碰 (NFC tap-to-pay) to the Alipay client of your choice.
After duplicating Alipay on a jailbroken device with tools like Crane, tapping a merchant's sticker always launches the official client — the second account can't use NFC payment.
The sticker carries a link to render.alipay.com. iOS delivers it as a Universal Link / App Clip, and only the official client has an association claim for that domain, so iOS never hands the link to the clone.
The tweak takes over at the moment the official client processes the tap and hands the payment to your chosen client.
Open the official Alipay and tap the merchant's sticker. The second client is brought up in the background — no need to open it first, and no configuration is required.
On a cold launch the official client briefly takes effect before handing over, so it appears for a moment.
让支付宝「碰一碰」唤起你指定的第二个客户端;适配 rootful / rootless / roothide,arm64 + arm64e
新增设置面板:总开关(想用官方账号付款时直接关掉,无需卸载或在 Choicy 屏蔽)、跳转前询问、多开客户端选择;改动即时生效无需注销。多开客户端改为自动枚举识别,无需先打开一次。支持任意数量多开包。
修复设置不生效:改为直接读取配置文件(不再走 CFPreferences 的 cfprefsd IPC,避免沙盒下读不到),并补充 roothide/rootless 的 jbroot 路径兜底。现在总开关与「跳转前询问」均按设置生效。
修复三处:1) 设置改动不再需要注销 —— 去掉配置缓存,每次贴纸现读配置文件;2) 询问模式改为先进官方付款页再弹窗,不再在界面未起来时弹出;3) 询问时选「用官方支付」可正常完成付款(原先会因 URL 被拦下而进不去付款页)。