RequestActivity does not open on Release build
Answered
Posted Jun 27, 2022
RequestActivity.builder().show(this, config)
is not doing opening the widget on some devices and only on release build . I have tried with disabled obfuscation but still the same result. Also there isnt any error in the logs
version
5.0.2
0
7
7 comments
George Tzanoudakis
Hello, these are the relevant parts of the class . I tried with logger enabled but still no error on the logs
0
Greg Katechis
Hey again, apologies for not clarifying this earlier, but when you mention that there is nothing in the logs, are you using our logger? And while we're at it, could you provide the code snippet (with the config) for the builder?
0
George Tzanoudakis
I was trying to find a correlation between devices or OS version but it seems unrelated . I didnt check if it is time related but it looks like that if it not working on a device it is consistent
0
Greg Katechis
0
Greg Katechis
0
George Tzanoudakis
Hello ! Thanks for the quick answer
I have upgraded to 5.0.9 and the problem still persists . I couldn't reproduce it with your samples . I have tried disabling Proguard (even though i added the suggested rules) but the problem still stands . What is weird is that the bug is not consistent on all devices. On some devices it is working and on some it is not. Also there is no error in the logs
0
Greg Katechis
Hi George! The version of our SDK that you're using is from late 2020 and may be the cause of the issues that you're seeing. Could you please update to the latest version (5.0.9 for Android) and let us know if you're still experiencing the issue? If you are, please use one of our sample apps to see if the issue occurs for you there and then share the code snippet and the name of the sample app so that we can try and reproduce this as well.
0
Sign in to leave a comment.