I've run paymentConnector.sale(), but the payment screen is not appear. I think this is because of mService = null. So how can I solve this problem? Thanks for any suggestions,
I've run paymentConnector.sale(), but the payment screen is not appear. I think this is because of mService = null. So how can I solve this problem? Thanks for any suggestions,
See my answer here: https://community.clover.com//questions/18487/paymentconnectorsale-is-not-reliably-launching-the.html, you may need to wait for PC to be properly initiatized. If you continue to have problems see our example app here - https://github.com/clover/remote-pay-android-examples/tree/master/native-android-example-pos.
Hi David,
Thank you for your answer, but it's not really useful for me because I build my app base on React Native. Is there any solution else?
You need to wait for Payment Connector to be initialized, per https://community.clover.com//questions/18487/paymentconnectorsale-is-not-reliably-launching-the.html.
2 People are following this question.