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

Android 设备 双卡切换环境不支持 #30

Open
songxiaoliang opened this issue Aug 10, 2021 · 0 comments
Open

Android 设备 双卡切换环境不支持 #30

songxiaoliang opened this issue Aug 10, 2021 · 0 comments

Comments

@songxiaoliang
Copy link

测试场景:跳转到一键登录界面后,切换SIM卡,然后点击一键登录,登录成功后(点击物理返回后发现已经登录成功),无法关闭授权页面,即调用 dismissLoginPage 不work,其他场景下工作正常。

版本:
jcore-react-native: ^1.9.2,
jverification-react-native: ^2.4.8

添加的混淆代码如下:

-dontwarn cn.jiguang.**
-keep class cn.jiguang.** { *; }
-dontwarn cn.com.chinatelecom.**
-keep class cn.com.chinatelecom.** { *; }
-dontwarn com.ct.**
-keep class com.ct.** { *; }
-dontwarn a.a.**
-keep class a.a.** { *; }
-dontwarn com.cmic.**
-keep class com.cmic.** { *; }
-dontwarn com.unicom.**
-keep class com.unicom.** { *; }
-dontwarn com.sdk.**
-keep class com.sdk.** { *; }

-dontwarn com.sdk.**
-keep class com.sdk.** { *; }
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

1 participant