I have a problem purchasing from GoogleStore after loosing and re-gain internet connection.
Looks like GoogleStore need some time after connection re-establish.
So, after first try to make in-app-purchase I recieve such error:
{M: GPUL.HEC} - Google BillingResponseCode = ServiceUnavailable
I am using latest version of com.unity.purchasing = 4.11.0
How can I check, that store also restore connection? Or maybe I need to reconnect in manually after loosing internet connection ?
I found inside UnityEngine.Purchasing.GooglePlayStoreService IsConnectionReady method and
ResumeConnection method. But look likes com.unity.purchasing is not using them.
Can I use them - if yes, how can I reach it ?
Or maybe package have some other way, how to check connection with store