Not able to terminate the application after execution 3.10.x SDK#303
Not able to terminate the application after execution 3.10.x SDK#303sandesh181199 wants to merge 1 commit intojonsamwell:masterfrom
Conversation
Issue Resolved : Not able to terminate the application after execution
|
@sandesh181199 won't |
|
Hi @jonsamwell, yes exit(0) is exiting the current process, could you please check #296 if you have any solution for this issue? |
|
I can see for IOS application for closing the application exit(0) is used and for Android we can use pop(), correct me if my understanding is wrong |
|
Hi @jonsamwell, I have tested the code after changing and it is working fine with other features as well. Please let me know if you have any questions about the merge. |
|
@jonsamwell, let me know if somethings are needed to be checked from my end and on the merge plan for the resolution of this issue #296. As this issue is failing my pipeline tasks |
Issue Resolved : Not able to terminate the application after execution