From bf5834884e06a209e8b347d185032fb920f4f2b6 Mon Sep 17 00:00:00 2001 From: little-snow-fox Date: Wed, 8 Jan 2020 16:17:22 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E6=B7=BB=E5=8A=A0=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/build-setup-ios.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/build-setup-ios.md b/docs/build-setup-ios.md index 013a34c..39a7527 100644 --- a/docs/build-setup-ios.md +++ b/docs/build-setup-ios.md @@ -77,6 +77,7 @@ Universal Links 配置文件, 没使用的话可以忽略。 return [WXApi handleOpenURL:url delegate:self]; } ``` +**注意:不使用 Universal Links 会导致调用微信支付成功后无法获取回调事件。** ## 3. Then copy the following in `AppDelegate.h`: ``` #import