1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

Compare commits

...

7 Commits

Author SHA1 Message Date
jaywcjlove
efca2a08f8 released v5.0.0 (#60 #24 #18 #38) 2022-07-06 17:55:47 +08:00
chenqi777
82d3d7f978 fix: 修复Android打包失败的问题 (#60 #24 #18 #38)
Co-authored-by: seven <seven@beansmile.com>
2022-07-06 17:48:09 +08:00
jaywcjlove
ea658b8442 released v4.0.3 (#57) 2022-03-31 18:53:00 +08:00
Ash
53559264ff ios 支付宝支付 sdk 升级15.8.08 (#57) 2022-03-31 18:18:07 +08:00
jaywcjlove
24cfa372fe doc: Update README.md #44 #50 2021-12-18 16:09:05 +08:00
jaywcjlove
31cb10be2e released v4.0.2 #44 #50 #48 2021-12-18 16:04:48 +08:00
jaywcjlove
a43106ac24 doc: Update README.md #44 #50 #48 2021-12-18 16:03:27 +08:00
6 changed files with 5 additions and 3 deletions

View File

@@ -15,6 +15,8 @@
![](https://gw.alipayobjects.com/zos/skylark-tools/public/files/2454bffde14f428b2eeb2bfb6aa28d6b.png) ![](https://gw.alipayobjects.com/zos/skylark-tools/public/files/2454bffde14f428b2eeb2bfb6aa28d6b.png)
> ⚠️ `4.0+` 在 iOS 打包中报错,这是因为[使用阿里云产品的 SDK 出现 UTDID 冲突的问题](https://help.aliyun.com/document_detail/39984.html),在 [@EatherToo](https://github.com/EatherToo) 的帮助下([#44](https://github.com/uiwjs/react-native-alipay/pull/44))UTDID 被剥离了。可以在 `Podfile` 中加上 `pod 'UTDID'` 解决打包失败的问题。感谢 [@abing](https://github.com/ouabing)
## 注意事项 ## 注意事项
1. Android支持2.3及以上的系统版本运行。 1. Android支持2.3及以上的系统版本运行。

View File

@@ -75,7 +75,7 @@ dependencies {
implementation 'com.facebook.react:react-native:+' // From node_modules implementation 'com.facebook.react:react-native:+' // From node_modules
// 支付宝 SDK AAR 包所需的配置 // 支付宝 SDK AAR 包所需的配置
// implementation (name: 'alipaySdk-15.7.7-20200702160044', ext: 'aar') implementation 'com.alipay.sdk:alipaysdk-android:15.8.10@aar'
implementation fileTree(dir: "libs", include: ["*.aar"]) implementation fileTree(dir: "libs", include: ["*.aar"])
} }

Binary file not shown.

View File

@@ -9,7 +9,7 @@
//////////////////////////////////////////////////////// ////////////////////////////////////////////////////////
///////////////// 支付宝标准版本支付SDK /////////////////// ///////////////// 支付宝标准版本支付SDK ///////////////////
///////// version:15.8.06 motify:2021.11.22/////////// ///////// version:15.8.08 motify:2022.02.15///////////
//////////////////////////////////////////////////////// ////////////////////////////////////////////////////////
#import <UIKit/UIKit.h> #import <UIKit/UIKit.h>

View File

@@ -1,7 +1,7 @@
{ {
"name": "@uiw/react-native-alipay", "name": "@uiw/react-native-alipay",
"title": "React Native Alipay", "title": "React Native Alipay",
"version": "4.0.1", "version": "5.0.0",
"description": "基于 React Native 的支付宝插件支持Android/iOS。", "description": "基于 React Native 的支付宝插件支持Android/iOS。",
"main": "index.js", "main": "index.js",
"typings": "index.d.ts", "typings": "index.d.ts",