File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1- # 5.3.2
1+ # 5.3.3
22* Android Sdk升级到15.8.40
33* iOS Sdk升级到15.8.40.1
44* OpenHarmony Sdk升级到15.8.42
55
6+ # 5.3.2
7+ * Merge #177
8+
9+
610# 5.3.1
711* Merge #176
812
Original file line number Diff line number Diff line change @@ -67,9 +67,11 @@ - (BOOL)application:(UIApplication *)app openURL:(NSURL *)url options:(NSDiction
6767
6868- (BOOL )application : (UIApplication *)application continueUserActivity : (NSUserActivity *)userActivity restorationHandler : (void (^)(NSArray * _Nonnull))restorationHandler {
6969 if ([userActivity.activityType isEqualToString: NSUserActivityTypeBrowsingWeb ]) {
70- [[AlipaySDK defaultService ] handleOpenUniversalLink: userActivity standbyCallback: ^(NSDictionary *resultDic) {
71- }];
72- }
70+ __weak TobiasPlugin* __self = self;
71+ [[AlipaySDK defaultService ] handleOpenUniversalLink: userActivity standbyCallback: ^(NSDictionary *resultDic) {
72+ [__self onPayResultReceived: resultDic];
73+ }];
74+ }
7375 return NO ;
7476}
7577
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/OpenHarmony AliPay SDKs.
3- version : 5.3.2
3+ version : 5.3.3
44homepage : https://github.com/OpenFlutter/tobias
55
66environment :
You can’t perform that action at this time.
0 commit comments