Problem with sending usdt

Hello @wns1600000304

We are very sorry to hear about your issues.

com.samsung.android.sdk.blockchain.internal.coin.tron.paymentsheet.TronPaymentSheetActivity has leaked window

For the first issue of leaked window we would recommend exploring react native documentation/forum about launching Intent. Sample Java code for launching intent we recommend is:

startActivityForResult(intent, 0);

We would request you to us react native equivalent of the code above.

Second way is transfer without intent. it doesn’t work because of library conflict.
I am using firebase library. firebase library might make conflict between firebase and protobuf.

As for your second issue, ‘com.google.protobuf:protobuf-java:3.9.1’ is needed for SBP SDK to work properly. We would like to request you to not exclude protobuf as you have mentioned in the following post.

Your protobuf conflict issue might be due to the version of firebase’s firestore you are using.
Please check out this Stackflow post and other related firebase posts to find additional help for resolving your protobuf dependencies.

PS: If you find this answer helpful please press the “like” button so that others can find it more easily.

Best Regards,
Shuvo
Samsung Developer Program

1 Like