IllegalStateException using Google Play Billing Library
I'm having IllegalStateException using Google Play Billing Library: com.android.billingclient
billing1.1.
This exception happens just sometimes in some particullar case. Something like: for each 500 instalations we got 4 errors. We couldn't reproduce this issue locally.
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_main)
billingClient =...