Hello,
I configured my project to use In App Purchases on Android, Read and Make purchases work fine but I’m stuck trying to know if an item was already purchased by a user. I tried Query for purchase and Restore purchases but both return an empty array. Even in the match3 example they store the purchase success locally and don’t use the query function.
Is there something wrong with these functions? I saw other discussions about this issue but without any real solutions.
By the way, I tried with 4.25 and 4.26
Thanks,