LWGShane Well-Known Member Licensed User Longtime User May 9, 2017 #1 Hi, Is it possible to get a list of all available items that the user hasn't purchased? Thanks.
Erel B4X founder Staff member Licensed User Longtime User May 9, 2017 #2 You will need to store the list of all available items in your app (or download it from your server). You can call BillingManager.GetOwnedProducts to get a list of the customer products. Upvote 0
You will need to store the list of all available items in your app (or download it from your server). You can call BillingManager.GetOwnedProducts to get a list of the customer products.