Skip to content

Commit 269b8a4

Browse files
committed
bump to 4.0.0
1 parent b6ce308 commit 269b8a4

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ import 'package:tobias/tobias.dart' ;
2525
Tobias tobias = Tobias();
2626
tobias.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+
2830
The result is map contains results from AliPay.The result also contains an external filed named `platform` which
2931
means the result is from `iOS` or `android`.
3032
Result sample:

README_CN.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ import 'package:tobias/tobias.dart' ;
2626
Tobias tobias = Tobias();
2727
tobias.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.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: tobias
22
description: 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
44
homepage: https://github.com/OpenFlutter/tobias
55

66
environment:

0 commit comments

Comments
 (0)