File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed
Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1+ # 4.0.0
2+ * iOS中的AliPay SDK升级到15.8.18
3+ * iOS的支付功能需要添加universal link
4+
15# 3.3.2
26* Merge #155 : 增加iOS privacy manifest
37
Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ import 'package:tobias/tobias.dart' ;
2525Tobias tobias = Tobias();
2626tobias.pay(yourOrder);
2727```
28+ If you're working with iOS, please add and pass universal link. See [ how to configure universal link] ( https://opendocs.alipay.com/open/0b9qzi ) .
29+
2830The result is map contains results from AliPay.The result also contains an external filed named ` platform ` which
2931means the result is from ` iOS ` or ` android ` .
3032Result sample:
Original file line number Diff line number Diff line change @@ -26,7 +26,9 @@ import 'package:tobias/tobias.dart' ;
2626Tobias tobias = Tobias();
2727tobias.pay(yourOrder);
2828```
29-
29+
30+ 在iOS端, 你还需要配置并传入一个universal link. See [ how to configure universal link] ( https://opendocs.alipay.com/open/0b9qzi ) .
31+
3032返回值是一个包含支付宝支付结果的` map ` 。其中还包含了一个额外的 ` platform ` 字段,
3133它的值为 ` iOS ` 或 ` android ` 。
3234> 注意: Tobias 使用的是 pay_V2.
Original file line number Diff line number Diff line change 11name : tobias
22description : A Flutter plugin for allowing users to authenticate or pay with native Android&iOS AliPay SDKs.
3- version : 3.3.2
3+ version : 4.0.0
44homepage : https://github.com/OpenFlutter/tobias
55
66environment :
You can’t perform that action at this time.
0 commit comments