Hello,
I am working on a game in unity and with aar including android and samsung blockchain keystore stuff. And I call from unity side, which triggers the function startActivityForResult(intent, 0) with the intent shows in the sdk document, Samsung Blockchain | Samsung Developers
and I also set the onActivityResult() in the same class as startActivityForResult(). The class extends Fragment.
The problem is I can trigger the payment UI popup, but it wont give me any response, which means it didn’t call onActivityResult().
Could you tell me if you have encounter the same problem and hope someone can help me out?
Thank you !!!