Hello! So I’m facing an issue where I’ve implemented a simple remove ads button. It works very well on a project in production on the play store. But it don’t on another project where it’s exactly the same code and it’s the same ID, it is also active, i can’t find the issue. Yet the price appears in the Google play store informations about the application. But in the application when you click on the button it does nothing… Thank you for your help!
Please provide the device logs and the results of your debugging. Does the button click event code execute?
Here is the log, it seems that yes the button click event execute the code. I can’t understand why it’s working on an application but not on another one with the exact same code and exact same IAP ID.
So it’s seems that I found the issue here. In the first app on which it works the id is no_ads, however in the second one i’ve accidentally deleted it, so I can’t use it again. Due to that i’ve changed the id name in my script to “com.myname.mygame.remove_ads” and i’ve added it in manage products on the play console and I’ve imported the new file. But it seems that the new id haven’t been taken into account and it still refers to the last ID which is no_ads. Do you have any idea why and how I could fix that? Thank you!