Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
efca2a08f8 | ||
![]() |
82d3d7f978 | ||
![]() |
ea658b8442 | ||
![]() |
53559264ff | ||
![]() |
24cfa372fe |
@@ -15,7 +15,7 @@
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
> ⚠️ `4.0+` 在 iOS 打包中报错,这是因为[使用阿里云产品的 SDK 出现 UTDID 冲突的问题](https://help.aliyun.com/document_detail/39984.html),在 [@EatherToo](https://github.com/EatherToo) 的帮助下(#44),UTDID 被剥离了。可以在 `Podfile` 中加上 `pod 'UTDID'` 解决打包失败的问题。感谢 [@abing](https://github.com/ouabing)
|
> ⚠️ `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)
|
||||||
|
|
||||||
## 注意事项
|
## 注意事项
|
||||||
|
|
||||||
|
@@ -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.
Binary file not shown.
@@ -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>
|
||||||
|
@@ -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.2",
|
"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",
|
||||||
|
Reference in New Issue
Block a user