You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seem that handleActivityResult now need ActivityResultCode and the intent. i am guessing that we should do this : rxBillingFlow.handleActivityResult(resultCode, data) am i right ?
My problem is that although startFlowWithService work and i can manage to buy my subscription, onActivityResult is never called and i can't get my Purchase details such as date and trasactionID.
XCarbone
changed the title
Handle Billing result with RxBillingFlow, handleActivityResult need int not intent
Problem with Handle Billing result with RxBillingFlow
Sep 3, 2020
in this method :
handleActivityResult need int not intent, how to fix it ?
The text was updated successfully, but these errors were encountered: