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
I have a use case where I don't want to initialize the service in onCreate() in order to save memory. So I initialize it just before purchase. But if I initialize it everytime on a purchase, it will call addPurchaseListenerer all those times. So it here a way to know that the service is initialized and usabe (if it is initialized long back, say a day, then the session might get expired....just my guess).
So a function like iapConnector.isUsable() will be awesome!
The text was updated successfully, but these errors were encountered:
I have a use case where I don't want to initialize the service in onCreate() in order to save memory. So I initialize it just before purchase. But if I initialize it everytime on a purchase, it will call addPurchaseListenerer all those times. So it here a way to know that the service is initialized and usabe (if it is initialized long back, say a day, then the session might get expired....just my guess).
So a function like iapConnector.isUsable() will be awesome!
The text was updated successfully, but these errors were encountered: