cordova-plugin-alipay icon indicating copy to clipboard operation
cordova-plugin-alipay copied to clipboard

Cordova Plugin Alipay

Results 18 cordova-plugin-alipay issues
Sort by recently updated
recently updated
newest added

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.5 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.5&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...

dependencies

if (!orderString) { [self.commandDelegate sendPluginResult:[CDVPluginResult initWithStatus:CDVCommandStatus_ERROR message:orderString] callbackId:self.callbackId]; }

一直报这个错误,无法解决

具体内容如下: ”ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of new apps that use UIWebView APIs starting from April 2020. See https://developer.apple.com/documentation/uikit/uiwebview for more information.“ 经过测试,是由于应用用了此支付宝插件原因,删除插件再上传就没问题!希望版主可以更新新版的插件支持,谢谢!

Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 4.18.2. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v4.18.2 > * 6b71fd0 Fix: [email protected], because 4.0.3 needs "ajv": "^6.0.1" ([#10022](https://github-redirect.dependabot.com/eslint/eslint/issues/10022)) (Mathieu Seiler) > *...

dependencies

报错信息为“Alipay.h not found" 在plugin.xml文件中添加后, xcode编译仍然报错“/Users/mc/Desktop/myAppIOS/platforms/ios/myapp/Plugins/cordova-plugin-gubnoi-alipay/Alipay.m:19:65: No known class method for selector 'initWithStatus:message:' ",希望博主能够帮忙解决一下问题。

![image](https://user-images.githubusercontent.com/18380830/63324724-3929ed00-c35b-11e9-8169-8635e0ada7be.png)

我的ionic是4.0版本,在调用后报错。 ![image](https://user-images.githubusercontent.com/5468340/43885821-8f0f504e-9bec-11e8-9cde-652a15e3911e.png) 提示插件未安装。 使用 ![image](https://user-images.githubusercontent.com/5468340/43885865-ad5f80b4-9bec-11e8-9eb3-b9dd1e579dc6.png) 使用这种方式调用后 也提示 ERROR TypeError: Cannot read property 'Alipay' of undefined 请指教下,不胜感激。