Release mode returns error occurred when connecting to api while debug mode is fine, Android Platform #17913
Unanswered
modula2019
asked this question in
Q&A
Replies: 1 comment
-
What is the error? Do you have a repro project? What are you using to connect to the API? Could it be a Linker issue? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I don't know if anyone has encountered this before. I can deploy to android device in debug mode and the application worked fine. It is able to connect to the restful API setup to use. When I switch to release mode for production, the application also deploys. However, when it reaches the API calling, it returns errors occurred. I am not able to debug in release mode to be able to know what the cause is. All the permissions needed in Android have been applied. Does anyone have an idea what I should look out for in release mode?
I am using uno SDK 5.3.90.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions