Attention | Topic was automatically imported from the old Question2Answer platform. | |
Asked By | THE HELIX |
I created a shop button in my project . when i pressed it shop menu opens
I added a script to shop_open
And added this script to the buttons like (2 coin, 3 coin etc).
and whenever i pressed the button the coins needed to be bought ,but it didn’t happen.
So i created a IAP singleton(autoload) script like
But when i press the buy button ($1) , i get nothing output.
nothing is printed like purchase is cancelled or bought .
Can anyone help me setting up the IAP in my project ?
did you check logs with adb logcat
?
volzhs | 2019-03-05 13:37
did you have been add func _on_button_pressed():
signal ?
ruruarchy | 2019-12-21 18:24