Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于唤起支付界面 #34

Open
wangxiaochuan366 opened this issue Jun 1, 2016 · 11 comments
Open

关于唤起支付界面 #34

wangxiaochuan366 opened this issue Jun 1, 2016 · 11 comments

Comments

@wangxiaochuan366
Copy link

@charleyw 你好,当我首次安装应用付款的时候,唤起的是H5页面支付,并不会唤起支付宝客户端支付(注:手机已经安装了支付宝,且已经登录),求大神帮忙,这样的体验效果不太友好。

@312977
Copy link

312977 commented Jun 1, 2016

请问你用cordova版本多少啊 我为什么直接弹出null了

@wangxiaochuan366
Copy link
Author

image

@312977
Copy link

312977 commented Jun 1, 2016

兄弟 我配了好久 都试了 我用的也是vs2015 死活都是弹出bug:Attempt to invoke virtual method "int java.lang.String.length()" on a null object reference

[email protected] 你能把你配好的插件 用vs建一个demo 发给我吗 我试了还就实在不知道为什么

或者你加我qq 312977493让我咨询一下 。。。。。打扰啦

@wangxiaochuan366
Copy link
Author

建议你看下已经关闭的Issues 里面有人提出过这种错误,管理给出了解释

@312977
Copy link

312977 commented Jun 1, 2016

我已经试过了 重复安装N次 还是这个错误

@charleyw
Copy link
Owner

charleyw commented Jun 1, 2016

@wangxiaochuan366 这个问题我还没有遇到过。也就是说第二次打开的就是支付宝App吗?
是什么系统?Android还是iOS,什么版本?

@charleyw
Copy link
Owner

charleyw commented Jun 1, 2016

@312977 我在你的issue里面回复了

@Adam23Yuan
Copy link

Attempt to invoke virtual method "int java.lang.String.length()" on a null object reference
我也遇到了这个错误 该怎么解决啊

@charleyw
Copy link
Owner

charleyw commented Jul 11, 2016

这个错误一般都是 privatekey没有配置对,确认一下key PCKS格式的。

@LuHugo
Copy link

LuHugo commented Jul 28, 2016

@Dawn2Yuan 我也遇到了这个问题
后面将SignUtils.java文件的
KeyFactory keyf = KeyFactory.getInstance(ALGORITHM);
改成
KeyFactory keyf = KeyFactory.getInstance(ALGORITHM,"BC");
就解决了

@likunNet
Copy link

@312977 ,你的问题解决了吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants