android 微信支付后点完成按钮,后回调打开第三方页面,屏幕闪动,求解决方法
看了一些第三方的软件微信支付后点击完成按钮,感觉也是会闪动,有没有好的解决办法???
迷茫2017-04-17 17:45:56
The appkey has not been verified. Check whether your appkey and package name correspond to the one you applied for on the WeChat open platform, as well as the app’s signature fingerprint
大家讲道理2017-04-17 17:45:56
It is not clear whether the main problem of the up owner is the failure to call payment or the interface flickering after the call is successful.
If the call fails, there may be several reasons:
1. WeChat The payment SDK needs to be in the signed version to take effect
2. There are no key steps in SDK access, please check the official documentation carefully
3.The appkey and project package name are inconsistent
WeChat official provides demos for reference. Configuring SDK content should strictly follow the steps of the development documentation