I've been following the in_app_purchases
package example
I have implemented the in app purchase. A user can buy a product and the listener works to recognize this.
I am getting stuck on how to recognize what the user has purchased in previous sessions. There does not seem to be anything about that in the example/documentation.
Is this what is meant by "restore purchases". I am not sure what does that process refer to? Do I need to restore purchases every time the app starts? Or is there another way to accomplish this?
Help appreciated!