Card.io on Android doesn't show scan option in release mode

二次信任 提交于 2019-12-11 06:26:20

问题


We're developing an Android app with Card.IO integrated in it. It works fine in the debug mode and shows scan option, however when we make a release build, the scan option disappears and instead the user can only enter the card number manually and it's not what we need.

When we make the release build, we specify in the Android manifest file:

<application android:debuggable="false" ...  

And as written in docs we add the following to the proguard file:

-keep class io.card.**
-keepclassmembers class io.card.** {
    *;
}

回答1:


We released 3.1.3 of the card.io Android sdk card.io with a fix to this problem. Please feel free to open an issue on GitHub if you still require additional help. Thanks!



来源:https://stackoverflow.com/questions/19265792/card-io-on-android-doesnt-show-scan-option-in-release-mode

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!